1530.1. Zend\Server\Reflection\Prototype
Method/Function prototypes
Contains accessors for the return value and all method arguments.
1530.1.1. Methods
1530.1.1.1. __construct
-
__construct()
Constructor
| Parameters: |
- ReflectionReturnValue –
- ReflectionParameter[] –
|
| Throws ExceptionInvalidArgumentException: |
| | |
1530.1.1.2. getReturnType
-
getReturnType()
Retrieve return type
1530.1.1.3. getReturnValue
-
getReturnValue()
Retrieve the return value object
| Return type: | ZendServerReflectionReflectionReturnValue |
1530.1.1.4. getParameters
-
getParameters()
Retrieve method parameters
| Return type: | ReflectionParameter[] Array of {@link ZendServerReflectionReflectionParameter}s |