[WsdlToPhpGenerator] element index

Package indexes

All elements
a c e f g i l m n o p r s t u v w _
_
top
Method __construct
WsdlToPhpStruct::__construct() in WsdlToPhpStruct.php
Main constructor
Method __construct
WsdlToPhpStructAttribute::__construct() in WsdlToPhpStructAttribute.php
Main constructor
Method __construct
WsdlToPhpStructValue::__construct() in WsdlToPhpStructValue.php
Main constructor
Method __construct
WsdlToPhpFunction::__construct() in WsdlToPhpFunction.php
Main constructor
Method __construct
WsdlToPhpService::__construct() in WsdlToPhpService.php
Main constructor
Method __construct
WsdlToPhpGenerator::__construct() in WsdlToPhpGenerator.php
Constructor
Method __construct
WsdlToPhpModel::__construct() in WsdlToPhpModel.php
Main constructor
Method __toString
WsdlToPhpStructAttribute::__toString() in WsdlToPhpStructAttribute.php
Returns class name
Method __toString
WsdlToPhpStructValue::__toString() in WsdlToPhpStructValue.php
Returns class name
Method __toString
WsdlToPhpFunction::__toString() in WsdlToPhpFunction.php
Return class name
Method __toString
WsdlToPhpStruct::__toString() in WsdlToPhpStruct.php
Returns class name
Method __toString
WsdlToPhpService::__toString() in WsdlToPhpService.php
Returns class name
Method __toString
WsdlToPhpGenerator::__toString() in WsdlToPhpGenerator.php
Returns current class name
Method __toString
WsdlToPhpModel::__toString() in WsdlToPhpModel.php
Returns class name
a
top
Variable $attributes
WsdlToPhpStruct::$attributes in WsdlToPhpStruct.php
Attributes of the struct
Method addAttribute
WsdlToPhpStruct::addAttribute() in WsdlToPhpStruct.php
Adds attribute based on its original name
Method addFunction
WsdlToPhpService::addFunction() in WsdlToPhpService.php
Adds a function to the service
Method addMeta
WsdlToPhpModel::addMeta() in WsdlToPhpModel.php
Add meta information to the operation
Method addMetaComment
WsdlToPhpModel::addMetaComment() in WsdlToPhpModel.php
Add meta informations to comment array
Method addRestrictionValue
Adds value to restriction struct
Method addService
WsdlToPhpGenerator::addService() in WsdlToPhpGenerator.php
Adds a service
Method addServiceFunctionMeta
Adds the service function a meta information
Method addStruct
WsdlToPhpGenerator::addStruct() in WsdlToPhpGenerator.php
Adds type to structs
Method addStructAttributeMeta
Adds an info to the struct attribute
Method addStructMeta
WsdlToPhpGenerator::addStructMeta() in WsdlToPhpGenerator.php
Adds an info to the struct
Method addValue
WsdlToPhpStruct::addValue() in WsdlToPhpStruct.php
Adds value to values array
Method addVirtualStruct
WsdlToPhpGenerator::addVirtualStruct() in WsdlToPhpGenerator.php
Adds a virtual struct
Method addWsdl
WsdlToPhpGenerator::addWsdl() in WsdlToPhpGenerator.php
Adds Wsdl location
Method addWsdlMeta
WsdlToPhpGenerator::addWsdlMeta() in WsdlToPhpGenerator.php
Adds Wsdl location meta information
Method audit
WsdlToPhpGenerator::audit() in WsdlToPhpGenerator.php
Method to store audit timing during the process
Method auditInit
WsdlToPhpGenerator::auditInit() in WsdlToPhpGenerator.php
Method to initialize audit for an element
c
top
Method cleanComment
WsdlToPhpModel::cleanComment() in WsdlToPhpModel.php
Clean comment
Method cleanString
WsdlToPhpModel::cleanString() in WsdlToPhpModel.php
Clean a string to make it valid as PHP variable
Method constantSuffix
WsdlToPhpStructValue::constantSuffix() in WsdlToPhpStructValue.php
Returns the index which has to be added at the end of natural constant name defined with the value cleaned
Method countOwnAttributes
Returns the number of own attributes
e
top
Method executeDomXPathQuery
Execute query on DOMDocument using DOMXPath
f
top
Variable $functions
WsdlToPhpService::$functions in WsdlToPhpService.php
Store the functions of the service
Method findSuitableParent
Finds the suitable parent node of the current node in maximum 5 parents
g
top
Variable $globals
WsdlToPhpGenerator::$globals in WsdlToPhpGenerator.php
Use intern global variable instead of using the PHP $GLOBALS variable
Method generateAutoloadFile
Generates autoload file for all classes.
Method generateClasses
WsdlToPhpGenerator::generateClasses() in WsdlToPhpGenerator.php
Generates all classes based on options
Method generateClassMap
WsdlToPhpGenerator::generateClassMap() in WsdlToPhpGenerator.php
Generates classMap class
Method generateServicesClasses
Generates methods by class
Method generateStructsClasses
Generates structs classes based on structs collected
Method generateTutorialFile
Generates tutorial file
Method generateWsdlClassFile
Generates Wsdl Class file
Method getAttribute
WsdlToPhpStruct::getAttribute() in WsdlToPhpStruct.php
Returns the attribute by its name, otherwise null
Method getAttributes
WsdlToPhpStruct::getAttributes() in WsdlToPhpStruct.php
Returns the attributes of the struct and potentially from the parent class
Method getAudit
WsdlToPhpGenerator::getAudit() in WsdlToPhpGenerator.php
Returns the audit informations
Method getBody
WsdlToPhpFunction::getBody() in WsdlToPhpFunction.php
Set the function body
Method getCategory
WsdlToPhpGenerator::getCategory() in WsdlToPhpGenerator.php
Gets main category part
Method getClassBody
WsdlToPhpStruct::getClassBody() in WsdlToPhpStruct.php
Returns the constructor method
Method getClassBody
WsdlToPhpService::getClassBody() in WsdlToPhpService.php
Returns the comment lines for this service
Method getClassBody
WsdlToPhpModel::getClassBody() in WsdlToPhpModel.php
Methods which fills the class body
Method getClassComment
WsdlToPhpModel::getClassComment() in WsdlToPhpModel.php
Returns the comments for the class
Method getClassDeclaration
Method to override in sub class
Method getCleanName
WsdlToPhpStructValue::getCleanName() in WsdlToPhpStructValue.php
Returns the name of the value as constant
Method getCleanName
WsdlToPhpModel::getCleanName() in WsdlToPhpModel.php
Returns a valid clean name for PHP
Method getComment
WsdlToPhpStructAttribute::getComment() in WsdlToPhpStructAttribute.php
Returns the comment lines for this attribute
Method getComment
WsdlToPhpModel::getComment() in WsdlToPhpModel.php
Returns comments for the element
Method getComment
WsdlToPhpFunction::getComment() in WsdlToPhpFunction.php
Returns the comment lines for this function
Method getComment
WsdlToPhpStructValue::getComment() in WsdlToPhpStructValue.php
Returns the comment lines for this value
Method getContextualPart
Returns the contextual part of the class name for the package
Method getContextualPart
Returns the contextual part of the class name for the package
Method getContextualPart
Allows to define the contextual part of the class name for the package
Method getDeclaration
WsdlToPhpStructValue::getDeclaration() in WsdlToPhpStructValue.php
Returns the declaration of the value
Method getDeclaration
WsdlToPhpStructAttribute::getDeclaration() in WsdlToPhpStructAttribute.php
Returns the declaration of the attribute
Method getDefaultValue
WsdlToPhpStructAttribute::getDefaultValue() in WsdlToPhpStructAttribute.php
Returns potential default value
Method getDirectory
WsdlToPhpGenerator::getDirectory() in WsdlToPhpGenerator.php
Returns directory where to store class and create it if needed
Method getDocSubPackages
Returns the sub package name which the model belongs to
Method getDocSubPackages
Returns the sub package name which the model belongs to
Method getDocSubPackages
Returns the sub package name which the model belongs to
Method getDocumentation
Get the documentation meta value
Method getFileComment
WsdlToPhpModel::getFileComment() in WsdlToPhpModel.php
Returns the comments for the file
Method getFromSchema
WsdlToPhpModel::getFromSchema() in WsdlToPhpModel.php
Get the from schema meta value
Method getFunction
WsdlToPhpService::getFunction() in WsdlToPhpService.php
Returns the function by its original name
Method getFunctions
WsdlToPhpService::getFunctions() in WsdlToPhpService.php
Returns the functions of the service
Method getGather
WsdlToPhpGenerator::getGather() in WsdlToPhpGenerator.php
Gets gather name class
Method getGenericWsdlClassName
Returns the generic name of the WsdlClass
Method getGetterDeclaration
WsdlToPhpStructAttribute::getGetterDeclaration() in WsdlToPhpStructAttribute.php
Returns the array of lines to declare the getter
Method getGetterName
WsdlToPhpStructAttribute::getGetterName() in WsdlToPhpStructAttribute.php
Returns the getter name for this attribute
Method getGlobal
WsdlToPhpGenerator::getGlobal() in WsdlToPhpGenerator.php
Gets a global value
Method getIndex
WsdlToPhpStructValue::getIndex() in WsdlToPhpStructValue.php
Gets the index attribute value
Method getInheritance
WsdlToPhpModel::getInheritance() in WsdlToPhpModel.php
Returns the name of the class the current class inherits from
Method getIsRestriction
Returns the isRestriction value
Method getIsStruct
WsdlToPhpStruct::getIsStruct() in WsdlToPhpStruct.php
Returns the isStruct value
Method getIsUnique
WsdlToPhpFunction::getIsUnique() in WsdlToPhpFunction.php
Returns the isUnique property
Method getMeta
WsdlToPhpModel::getMeta() in WsdlToPhpModel.php
Returns the meta
Method getMetaValue
WsdlToPhpModel::getMetaValue() in WsdlToPhpModel.php
Returns a meta value according to its name
Method getMetaValueFirstSet
Returns the value of the first meta value assigned to the name
Method getMethodName
WsdlToPhpFunction::getMethodName() in WsdlToPhpFunction.php
Returns the name of the method that is used to call the operation It takes care of the fact that the method might not be the only one named as it is.
Method getModelByName
WsdlToPhpModel::getModelByName() in WsdlToPhpModel.php
Returns the model by its name
Method getModels
WsdlToPhpModel::getModels() in WsdlToPhpModel.php
Get models
Method getName
WsdlToPhpModel::getName() in WsdlToPhpModel.php
Returns the original name extracted from the WSDL
Method getOptionAddComments
Gets the optionAddComments value
Method getOptionCategory
WsdlToPhpGenerator::getOptionCategory() in WsdlToPhpGenerator.php
Sets the optionCategory value
Method getOptionDebug
WsdlToPhpGenerator::getOptionDebug() in WsdlToPhpGenerator.php
Gets the debug mode value
Method getOptionGatherMethods
Sets the optionGatherMethods value
Method getOptionGenerateAutoloadFile
Gets the optionGenerateAutoloadFile value
Method getOptionGenerateTutorialFile
Gets the optionGenerateTutorialFile value
Method getOptionGenerateWsdlClassFile
Gets the optionGenerateWsdlClassFile value
Method getOptionGenericConstantsNames
Gets the optionGenericConstantsNames value
Method getOptionInheritsClassIdentifier
Gets the optionInheritsClassIdentifier value
Method getOptionResponseAsWsdlObject
Gets the optionResponseAsWsdlObject value
Method getOptionSendArrayAsParameter
Gets the optionSendArrayAsParameter value
Method getOptionSendParametersAsArray
Gets the optionResponseAsWsdlObject value
Method getOptionSubCategory
Sets the optionSubCategory value
Method getOwner
WsdlToPhpStructAttribute::getOwner() in WsdlToPhpStructAttribute.php
Returns the owner model object, meaning a WsdlToPhpStruct object
Method getOwner
WsdlToPhpModel::getOwner() in WsdlToPhpModel.php
Returns the owner model object
Method getOwner
WsdlToPhpFunction::getOwner() in WsdlToPhpFunction.php
Returns the owner model object, meaning a WsdlToPhpService object
Method getOwner
WsdlToPhpStructValue::getOwner() in WsdlToPhpStructValue.php
Returns the owner model object, meaning a WsdlToPhpStruct object
Method getPackagedName
WsdlToPhpModel::getPackagedName() in WsdlToPhpModel.php
Returns the packaged name
Method getPackageName
WsdlToPhpGenerator::getPackageName() in WsdlToPhpGenerator.php
Gets the package name
Method getParameterType
WsdlToPhpFunction::getParameterType() in WsdlToPhpFunction.php
Returns the parameter type
Method getPart
WsdlToPhpGenerator::getPart() in WsdlToPhpGenerator.php
Gets category part
Method getPattern
WsdlToPhpStructAttribute::getPattern() in WsdlToPhpStructAttribute.php
Returns the patern which the value must match
Method getReturnType
WsdlToPhpFunction::getReturnType() in WsdlToPhpFunction.php
Returns the retrun type
Method getService
WsdlToPhpGenerator::getService() in WsdlToPhpGenerator.php
Gets a service by its name
Method getServiceFunction
Returns the function
Method getServiceName
WsdlToPhpGenerator::getServiceName() in WsdlToPhpGenerator.php
Returns the service name associated to the function/operation name in order to gather them in one service class
Method getServices
WsdlToPhpGenerator::getServices() in WsdlToPhpGenerator.php
Returns the services
Method getSetterDeclaration
WsdlToPhpStructAttribute::getSetterDeclaration() in WsdlToPhpStructAttribute.php
Returns the array of lines to declare the setter
Method getSetterName
WsdlToPhpStructAttribute::getSetterName() in WsdlToPhpStructAttribute.php
Returns the getter name for this attribute
Method getStruct
WsdlToPhpGenerator::getStruct() in WsdlToPhpGenerator.php
Gets the struct by its name
Method getStructAttribute
Gets the struct by its name
Method getStructs
WsdlToPhpGenerator::getStructs() in WsdlToPhpGenerator.php
Returns the structs
Method getStructValue
WsdlToPhpGenerator::getStructValue() in WsdlToPhpGenerator.php
Gets the struct value by its name
Method getSubCategory
WsdlToPhpGenerator::getSubCategory() in WsdlToPhpGenerator.php
Gets sub category part
Method getType
WsdlToPhpStructAttribute::getType() in WsdlToPhpStructAttribute.php
Returns the type value
Method getUniqueName
WsdlToPhpStructAttribute::getUniqueName() in WsdlToPhpStructAttribute.php
Returns the unique name in the current struct (for setters/getters and struct contrusctor array)
Method getValue
WsdlToPhpStruct::getValue() in WsdlToPhpStruct.php
Gets the value object for the given value
Method getValue
WsdlToPhpStructValue::getValue() in WsdlToPhpStructValue.php
Returns the value with good type
Method getValues
WsdlToPhpStruct::getValues() in WsdlToPhpStruct.php
Returns the values for an enumeration
Method getValueWithinItsType
Returns the value with good type
Method getWsdl
WsdlToPhpGenerator::getWsdl() in WsdlToPhpGenerator.php
Gets the WSDL at the index
Method getWsdls
WsdlToPhpGenerator::getWsdls() in WsdlToPhpGenerator.php
Gets the WSDLs
i
top
Variable $index
WsdlToPhpStructValue::$index in WsdlToPhpStructValue.php
The index of the value in the enumeration struct
Variable $inheritance
WsdlToPhpModel::$inheritance in WsdlToPhpModel.php
Define the inheritance of a struct by the name of the parent struct or type
Variable $isRestriction
WsdlToPhpStruct::$isRestriction in WsdlToPhpStruct.php
Is the struct a restriction with defined values ?
Variable $isStruct
WsdlToPhpStruct::$isStruct in WsdlToPhpStruct.php
Define if the urrent struct is a concrete struct or just a virtual struct to store meta informations
Variable $isUnique
WsdlToPhpFunction::$isUnique in WsdlToPhpFunction.php
Indicates function is not alone with this name, then its name is contextualized based on its parameter(s)
Method initGlobals
WsdlToPhpGenerator::initGlobals() in WsdlToPhpGenerator.php
Inits global array dedicated to the class
Method initServices
WsdlToPhpGenerator::initServices() in WsdlToPhpGenerator.php
Initialize functions :
Method initStructs
WsdlToPhpGenerator::initStructs() in WsdlToPhpGenerator.php
Initialize structs defined in WSDL :
Method isArray
WsdlToPhpStruct::isArray() in WsdlToPhpStruct.php
Returns true if the current struct is a collection of values (like an array)
Method isRequired
WsdlToPhpStructAttribute::isRequired() in WsdlToPhpStructAttribute.php
Returns true or false depending on minOccurs information associated to the attribute
l
top
Function lcfirst
lcfirst() in samples-generator.php
In case function lcfirst doesn't exist
Method loadWsdls
WsdlToPhpGenerator::loadWsdls() in WsdlToPhpGenerator.php
Methods to load WSDL from current WSDL when current WSDL imports other WSDL
m
top
Variable $meta
WsdlToPhpModel::$meta in WsdlToPhpModel.php
Values associated to the operation
Variable $models
WsdlToPhpModel::$models in WsdlToPhpModel.php
Store all the models generated
Method manageWsdlLocation
Default manage method for a location
Method manageWsdlNode
WsdlToPhpGenerator::manageWsdlNode() in WsdlToPhpGenerator.php
Default manage method for a node
Method manageWsdlNodeAttribute
Manages attribute node to extract informations about its type if SoapClient didn't succeed to determine it
Method manageWsdlNodeDocumentation
Manages element method
Method manageWsdlNodeElement
Manages element method
Method manageWsdlNodeEnumeration
Manages an enumeratio tag
Method manageWsdlNodeExtension
Manages extension method
Method manageWsdlNodeHeader
Manages header node to extract informations about header types
Method manageWsdlNodeImport
Manages shema import method
Method manageWsdlNodeInput
Manages input node
Method manageWsdlNodeInputOutput
Manages input/output node
Method manageWsdlNodeList
Manages list node
Method manageWsdlNodeOutput
Manages output node
Method manageWsdlNodeRestriction
Manages restriction method
Method manageWsdlNodeUndefined
Undefined node manage method
Method manageWsdlNodeUnion
Manages union node
Class Constant META_DOCUMENTATION
Constant used to define the key to store documentation value in meta
Class Constant META_FROM_SCHEMA
WsdlToPhpModel::META_FROM_SCHEMA in WsdlToPhpModel.php
Constant used to define the key to store from schema value in meta
n
top
Variable $name
WsdlToPhpModel::$name in WsdlToPhpModel.php
Original name od the element
Method nameIsClean
WsdlToPhpModel::nameIsClean() in WsdlToPhpModel.php
Returns true if the original name is safe to use as a PHP property, variable name or class name
o
top
Variable $optionAddComments
WsdlToPhpGenerator::$optionAddComments in WsdlToPhpGenerator.php
Option to set additional PHP doc block tags to every generated file and class
Variable $optionCategory
WsdlToPhpGenerator::$optionCategory in WsdlToPhpGenerator.php
Option to categorize classes
Variable $optionDebug
WsdlToPhpGenerator::$optionDebug in WsdlToPhpGenerator.php
Option to set debug
Variable $optionGatherMethods
Option to define how to gather methods by classes
Variable $optionGenerateAutoloadFile
Option to enabled/disable autoload file generation
Variable $optionGenerateTutorialFile
Option to enabled/disable tutorial file generation
Variable $optionGenerateWsdlClassFile
Option to enabled/disable wsdl class file generation
Variable $optionGenericConstantsNames
Option to set set the generation of contants names based on the enumeration name with an incremental value
Variable $optionInheritsClassIdentifier
Option to set string that points bases classes from which some classes inherits
Variable $optionResponseAsWsdlObject
Option to enable/disable encapsulation of response or not in the response class
Variable $optionSendArrayAsParameter
Option to set that parameters to soap call must be contained by an array where indexex are the parameters name
Variable $optionSendParametersAsArray
Option to enable/disable encapsulation of request in array with 'parameters' as main index
Variable $optionSubCategory
WsdlToPhpGenerator::$optionSubCategory in WsdlToPhpGenerator.php
Option to subcategorize classes
Variable $owner
WsdlToPhpModel::$owner in WsdlToPhpModel.php
Store the object which owns the current model
Class Constant OPT_ADD_COMMENTS
WsdlToPhpGenerator::OPT_ADD_COMMENTS in WsdlToPhpGenerator.php
Index to set additional PHP doc block tags to every generated file and class
Class Constant OPT_CAT_END_NAME
WsdlToPhpGenerator::OPT_CAT_END_NAME in WsdlToPhpGenerator.php
Sets categorization of classes based on the end of the name of the struct or the function
Class Constant OPT_CAT_KEY
WsdlToPhpGenerator::OPT_CAT_KEY in WsdlToPhpGenerator.php
Index to set categorization when calling the constructor
Class Constant OPT_CAT_NONE_NAME
WsdlToPhpGenerator::OPT_CAT_NONE_NAME in WsdlToPhpGenerator.php
Sets uncategorization of classes
Class Constant OPT_CAT_START_NAME
WsdlToPhpGenerator::OPT_CAT_START_NAME in WsdlToPhpGenerator.php
Sets categorization of classes based on the start of the name of the struct or the function
Class Constant OPT_CAT_TYPE
WsdlToPhpGenerator::OPT_CAT_TYPE in WsdlToPhpGenerator.php
Sets typed categorization of classes Files are put in folder named as their ContextualPart value.
Class Constant OPT_DEBUG
WsdlToPhpGenerator::OPT_DEBUG in WsdlToPhpGenerator.php
Index to enable/disable debug mode.
Class Constant OPT_GATH_METH_END_NAME
Sets gathering mode of mtehod per class based on the end of the name of the operation
Class Constant OPT_GATH_METH_KEY
WsdlToPhpGenerator::OPT_GATH_METH_KEY in WsdlToPhpGenerator.php
Index to set gathering methods when calling the constructor
Class Constant OPT_GATH_METH_START_NAME
Sets gathering mode of mtehod per class based on the start of the name of the operation
Class Constant OPT_GENERIC_CONSTANTS_NAMES_KEY
Index to set the generation of contants names based on the enumeration name with an incremental value
Class Constant OPT_GEN_AUTOLOAD_KEY
Index to enable/disable autoload file generation
Class Constant OPT_GEN_TUTORIAL_KEY
Index to enable/disable tutorial file generation
Class Constant OPT_GEN_WSDL_CLASS_KEY
Index to enable/disable autoload file generation
Class Constant OPT_INHERITS_FROM_IDENTIFIER_KEY
Index to set string that points bases classes from which some classes inherits
Class Constant OPT_RESPONSE_AS_WSDL_OBJECT_KEY
Index to enable/disable encapsulation of response or not in the response object
Class Constant OPT_SEND_PARAMETERS_AS_ARRAY_KEY
Index to enable/disable encapsulation of request in array with 'parameters' as main index
Class Constant OPT_SEND_PARAM_AS_ARRAY_KEY
Index to set gathering methods when calling the constructor
Class Constant OPT_SUB_CAT_END_NAME
Sets subcategorization of classes based on the end of the name of the struct or the function
Class Constant OPT_SUB_CAT_KEY
WsdlToPhpGenerator::OPT_SUB_CAT_KEY in WsdlToPhpGenerator.php
Index to set subcategorization when calling the constructor
Class Constant OPT_SUB_CAT_NONE_NAME
Sets uncategorization of classes
Class Constant OPT_SUB_CAT_START_NAME
Sets subcategorization of classes based on the start of the name of the struct or the function
p
top
Variable $packageName
WsdlToPhpGenerator::$packageName in WsdlToPhpGenerator.php
Name of the package to use
Variable $parameterType
WsdlToPhpFunction::$parameterType in WsdlToPhpFunction.php
Type of the parameter for the operation
Variable $phpReserverKeywords
Reserved PHP keywords
Method populateFile
WsdlToPhpGenerator::populateFile() in WsdlToPhpGenerator.php
Populate the php file with the object and the declarations
r
top
Variable $replacedReservedPhpKeywords
Replaced keywords time in order to generate unique new keyword
Variable $returnType
WsdlToPhpFunction::$returnType in WsdlToPhpFunction.php
Type of the return value for the operation
Method replaceReservedPhpKeyword
Returns a usable keyword for a original keyword
s
top
Variable $services
WsdlToPhpGenerator::$services in WsdlToPhpGenerator.php
Services arrays
Variable $structs
WsdlToPhpGenerator::$structs in WsdlToPhpGenerator.php
Structs array
Page samples-generator.php
samples-generator.php in samples-generator.php
Method setAttributes
WsdlToPhpStruct::setAttributes() in WsdlToPhpStruct.php
Sets the attributes of the struct
Method setDocumentation
Sets the documentation meta value.
Method setFromSchema
WsdlToPhpModel::setFromSchema() in WsdlToPhpModel.php
Sets the from schema meta value.
Method setFunctions
WsdlToPhpService::setFunctions() in WsdlToPhpService.php
Sets the functions
Method setGlobal
WsdlToPhpGenerator::setGlobal() in WsdlToPhpGenerator.php
Sets a global value
Method setIndex
WsdlToPhpStructValue::setIndex() in WsdlToPhpStructValue.php
Sets the index attribute value
Method setInheritance
WsdlToPhpModel::setInheritance() in WsdlToPhpModel.php
Sets the name of the class the current class inherits from
Method setIsRestriction
Sets the isRestriction value
Method setIsStruct
WsdlToPhpStruct::setIsStruct() in WsdlToPhpStruct.php
Sets the isStruct value
Method setIsUnique
WsdlToPhpFunction::setIsUnique() in WsdlToPhpFunction.php
Set the isUnique property
Method setMeta
WsdlToPhpModel::setMeta() in WsdlToPhpModel.php
Sets the meta
Method setName
WsdlToPhpModel::setName() in WsdlToPhpModel.php
Sets the original name extracted from the WSDL
Method setOptionAddComments
Sets the optionAddComments value
Method setOptionCategory
WsdlToPhpGenerator::setOptionCategory() in WsdlToPhpGenerator.php
Sets the optionCategory value
Method setOptionDebug
WsdlToPhpGenerator::setOptionDebug() in WsdlToPhpGenerator.php
Sts the debug mode
Method setOptionGatherMethods
Sets the optionGatherMethods value
Method setOptionGenerateAutoloadFile
Sets the optionGenerateAutoloadFile value
Method setOptionGenerateTutorialFile
Sets the optionGenerateTutorialFile value
Method setOptionGenerateWsdlClassFile
Sets the optionGenerateWsdlClassFile value
Method setOptionGenericConstantsNames
Sets the optionGenericConstantsNames value
Method setOptionInheritsClassIdentifier
Sets the optionInheritsClassIdentifier value
Method setOptionResponseAsWsdlObject
Sets the optionResponseAsWsdlObject value
Method setOptionSendArrayAsParameter
Sets the optionSendArrayAsParameter value
Method setOptionSendParametersAsArray
Sets the pptionSendParametersAsArray value
Method setOptionSubCategory
Sets the optionSubCategory value
Method setOwner
WsdlToPhpModel::setOwner() in WsdlToPhpModel.php
Sets the owner model object
Method setPackageName
WsdlToPhpGenerator::setPackageName() in WsdlToPhpGenerator.php
Sets the package name
Method setParameterType
WsdlToPhpFunction::setParameterType() in WsdlToPhpFunction.php
Set the parameter type
Method setReturnType
WsdlToPhpFunction::setReturnType() in WsdlToPhpFunction.php
Set the retrun type
Method setServiceFunctionDocumentation
Sets the service function documentation
Method setServices
WsdlToPhpGenerator::setServices() in WsdlToPhpGenerator.php
Sets the services
Method setStructAttributeDocumentation
Adds struct documentation info
Method setStructDocumentation
Adds struct documentation info
Method setStructInheritance
Sets struct inheritance value
Method setStructIsRestriction
Sets the struct as a restriction, which means it contains the enumeration values
Method setStructIsStruct
WsdlToPhpGenerator::setStructIsStruct() in WsdlToPhpGenerator.php
Sets the struct as a srtuct, which means it has to be generated as a class
Method setStructs
WsdlToPhpGenerator::setStructs() in WsdlToPhpGenerator.php
Sets the structs
Method setStructValueDocumentation
Adds struct value documentation info
Method setType
WsdlToPhpStructAttribute::setType() in WsdlToPhpStructAttribute.php
Sets the type value
Method setValues
WsdlToPhpStruct::setValues() in WsdlToPhpStruct.php
Sets the values for an enumeration
Method setWsdls
WsdlToPhpGenerator::setWsdls() in WsdlToPhpGenerator.php
Sets the WSDLs
t
top
Variable $type
WsdlToPhpStructAttribute::$type in WsdlToPhpStructAttribute.php
Type of the struct attribute
u
top
Variable $uniqueConstants
WsdlToPhpStructValue::$uniqueConstants in WsdlToPhpStructValue.php
Store the constants generated per structName
Variable $uniqueNames
WsdlToPhpModel::$uniqueNames in WsdlToPhpModel.php
Unique name generated in order to ensure unique naming (for struct constructor and setters/getters even for different case attribute name whith same value)
Method uniqueName
WsdlToPhpModel::uniqueName() in WsdlToPhpModel.php
Static method wich returns a unique name case sensitively
Method unsetGlobals
WsdlToPhpGenerator::unsetGlobals() in WsdlToPhpGenerator.php
Clears the global array dedicated the the class
Method updateModels
WsdlToPhpModel::updateModels() in WsdlToPhpModel.php
Updates models with model
v
top
Variable $values
WsdlToPhpStruct::$values in WsdlToPhpStruct.php
If the struct is a restriction with values, then store values
w
top
Variable $wsdls
WsdlToPhpGenerator::$wsdls in WsdlToPhpGenerator.php
Wsdl lists
Method wsdlLocationToDomDocument
Returns the DOMDocument object for a wsdl location
Method wsdlsLoaded
WsdlToPhpGenerator::wsdlsLoaded() in WsdlToPhpGenerator.php
Method called when wsdls are loaded and all the structs/operations are loaded
Class WsdlToPhpFunction
WsdlToPhpFunction in WsdlToPhpFunction.php
Class WsdlToPhpFunction stands for an available operation described in the WSDL
Page WsdlToPhpFunction.php
WsdlToPhpFunction.php in WsdlToPhpFunction.php
Class WsdlToPhpGenerator
WsdlToPhpGenerator in WsdlToPhpGenerator.php
Class WsdlToPhpGenerator This class replaces the original WsdlToPhp class.
Page WsdlToPhpGenerator.php
WsdlToPhpGenerator.php in WsdlToPhpGenerator.php
Class WsdlToPhpModel
WsdlToPhpModel in WsdlToPhpModel.php
Class WsdlToPhpModel defines the basic properties and methods to operations and structs extracted from the WSDL
Page WsdlToPhpModel.php
WsdlToPhpModel.php in WsdlToPhpModel.php
Class WsdlToPhpService
WsdlToPhpService in WsdlToPhpService.php
Class WsdlToPhpService stands for an available service containing the functions/operations described in the WSDL
Page WsdlToPhpService.php
WsdlToPhpService.php in WsdlToPhpService.php
Class WsdlToPhpStruct
WsdlToPhpStruct in WsdlToPhpStruct.php
Class WsdlToPhpStruct stands for an available struct described in the WSDL
Page WsdlToPhpStruct.php
WsdlToPhpStruct.php in WsdlToPhpStruct.php
Class WsdlToPhpStructAttribute
WsdlToPhpStructAttribute in WsdlToPhpStructAttribute.php
Class WsdlToPhpStructAttribute stands for an available struct attribute described in the WSDL
Page WsdlToPhpStructAttribute.php
WsdlToPhpStructAttribute.php in WsdlToPhpStructAttribute.php
Class WsdlToPhpStructValue
WsdlToPhpStructValue in WsdlToPhpStructValue.php
Class WsdlToPhpStructValue stands for an enumeration value
Page WsdlToPhpStructValue.php
WsdlToPhpStructValue.php in WsdlToPhpStructValue.php
Class Constant WSDL_TO_PHP_GENERATOR_AUDIT_KEY
Index where audit values are stored in the global var
Class Constant WSDL_TO_PHP_GENERATOR_GLOBAL_KEY
Index where global values are stored in order to unset them once when it's necessary and to clean GLOBALS
a c e f g i l m n o p r s t u v w _