\Zend_Server_Reflection_Prototype

Method/Function prototypes

Contains accessors for the return value and all method arguments.

Summary

Methods
Properties
Constants
__construct()
getReturnType()
getReturnValue()
getParameters()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(\Zend_Server_Reflection_ReturnValue  $return, array  $params = null) : void

Constructor

Parameters

\Zend_Server_Reflection_ReturnValue $return
array $params

getReturnType()

getReturnType() : string

Retrieve return type

Returns

string

getParameters()

getParameters() : array

Retrieve method parameters

Returns

array —

Array of {@link Zend_Server_Reflection_Parameter}s