Operation
class Operation extends AbstractOperation (View source)
Constants
DEFAULT_TYPE |
|
SOAP_CALL_NAME |
|
Properties
protected Method | $method | from AbstractOperation | |
protected Generator | $generator | from AbstractOperation |
Methods
string[]
getParameterTypeArrayTypes(bool $methodUsage = false)
No description
from AbstractOperation
PhpFunctionParameter
getMethodParameter(string $name, string $type = null)
No description
from AbstractOperation
PhpMethod
getMainMethod()
No description
defineParameters(PhpMethod $method)
No description
defineParametersFromArray(PhpMethod $method)
No description
defineParametersFromModel(PhpMethod $method)
No description
defineParametersFromString(PhpMethod $method)
No description
defineBody(PhpMethod $method)
No description
string
getSoapCallName()
No description
string
getOperationCallParameters(PhpMethod $method)
No description
string
getOperationCallParametersSeparator()
No description
string
getOperationCallParametersStarting()
No description
string
getOperationCallParametersEnding()
No description
string
getOperationCallParameterName(PhpFunctionParameter $parameter, PhpMethod $method)
No description