Class WsdlToPhpModel defines the basic properties and methods to operations and structs extracted from the WSDL
Located in /WsdlToPhpModel.php (line 12)
Class | Description |
---|---|
![]() |
Class WsdlToPhpStructValue stands for an enumeration value |
![]() |
Class WsdlToPhpService stands for an available service containing the functions/operations described in the WSDL |
![]() |
Class WsdlToPhpStructAttribute stands for an available struct attribute described in the WSDL |
![]() |
Class WsdlToPhpStruct stands for an available struct described in the WSDL |
![]() |
Class WsdlToPhpFunction stands for an available operation described in the WSDL |
Store all the models generated
Reserved PHP keywords
Plus {PackageName}WsdlClass specific/common methods
Replaced keywords time in order to generate unique new keyword
Unique name generated in order to ensure unique naming (for struct constructor and setters/getters even for different case attribute name whith same value)
Define the inheritance of a struct by the name of the parent struct or type
Values associated to the operation
Original name od the element
Store the object which owns the current model
Clean comment
Clean a string to make it valid as PHP variable
Returns the generic name of the WsdlClass
Returns the model by its name
Get models
Returns the value with good type
Returns a usable keyword for a original keyword
Static method wich returns a unique name case sensitively
Useful to name methods case sensitively distinct, see http://the-echoplex.net/log/php-case-sensitivity
Updates models with model
Add meta information to the operation
Add meta informations to comment array
Methods which fills the class body
Must be overridden in classes
Returns the comments for the class
Method to override in sub class
Must return a string in order to declare the function, attribute or the value
Returns a valid clean name for PHP
Returns comments for the element
Allows to define the contextual part of the class name for the package
Returns the sub package name which the model belongs to
Must be overridden by sub classes
Get the documentation meta value
Returns the comments for the file
Get the from schema meta value
Returns the name of the class the current class inherits from
Returns the meta
Returns a meta value according to its name
Returns the value of the first meta value assigned to the name
Returns the original name extracted from the WSDL
Returns the owner model object
Returns the packaged name
Main constructor
Returns true if the original name is safe to use as a PHP property, variable name or class name
Sets the documentation meta value.
Documentation is set as an array so if multiple documentation nodes are set for an unique element, it will gather them.
Sets the from schema meta value.
Sets the name of the class the current class inherits from
Sets the meta
Sets the original name extracted from the WSDL
Sets the owner model object
Returns class name
Documentation generated on Thu, 20 Feb 2014 22:48:29 +0100 by phpDocumentor 1.4.4