Method/Function prototypes

Contains accessors for the return value and all method arguments.

 Methods

Constructor

__construct(\Zend\Server\Reflection\ReflectionReturnValue $return, array $params) 

Retrieve method parameters

getParameters() : \Zend\Server\Reflection\ReflectionParameter[]

Returns

\Zend\Server\Reflection\ReflectionParameter[]Array of {@link \Zend\Server\Reflection\ReflectionParameter}s

Retrieve return type

getReturnType() : string

Returns

string

Retrieve the return value object

getReturnValue() : \Zend\Server\Reflection\ReflectionReturnValue

 Properties