1530. Class

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

Return type:string

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

Project Versions

Table Of Contents

Previous topic

1529. Class

Next topic

1531. Class

This Page