Package be.selckin.ws.util.java2php.php

Examples of be.selckin.ws.util.java2php.php.PhpClass


                properties.add(createProperty(ParticleInfo.forLocalItem(thing, xmlSchema, xmlSchemaCollection, prefixAccumulator, qName)));
            }
        }


        return new PhpClass(qName, nameManager.getPhpNamespace(qName), nameManager.getPhpClassName(qName), properties);
    }
View Full Code Here

TOP

Related Classes of be.selckin.ws.util.java2php.php.PhpClass

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.