Method/Function prototypes

Contains accessors for the return value and all method arguments.

category Zend
package Zend_Server
subpackage Reflection
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
version $Id$

 Methods

Constructor

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

Parameters

$return

\Zend_Server_Reflection_ReturnValue

$params

array

Retrieve method parameters

getParameters() : array

Returns

arrayArray of {@link Zend_Server_Reflection_Parameter}s

Retrieve return type

getReturnType() : string

Returns

string

Retrieve the return value object

getReturnValue() : \Zend_Server_Reflection_ReturnValue
access public

Returns

\Zend_Server_Reflection_ReturnValue