Moodle  2.2.1
http://www.collinsharper.com
Zend_Server_Reflection_Prototype Class Reference

Public Member Functions

 __construct (Zend_Server_Reflection_ReturnValue $return, $params=null)
 getReturnType ()
 getReturnValue ()
 getParameters ()

Detailed Description

Definition at line 43 of file Prototype.php.


Constructor & Destructor Documentation

__construct ( Zend_Server_Reflection_ReturnValue return,
params = null 
)

Constructor

Parameters:
Zend_Server_Reflection_ReturnValue$return
array$params
Returns:
void

Definition at line 52 of file Prototype.php.


Member Function Documentation

Retrieve method parameters

Returns:
array Array of Zend_Server_Reflection_Parameters

Definition at line 99 of file Prototype.php.

Retrieve return type

Returns:
string

Definition at line 78 of file Prototype.php.

Retrieve the return value object

public

Returns:
Zend_Server_Reflection_ReturnValue

Definition at line 89 of file Prototype.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations