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

Public Member Functions

 __construct ($type= 'mixed', $description= '')
 getType ()
 setType ($type)
 getDescription ()
 setDescription ($description)

Protected Attributes

 $_type
 $_description

Detailed Description

Definition at line 33 of file ReturnValue.php.


Constructor & Destructor Documentation

__construct ( type = 'mixed',
description = '' 
)

Constructor

Parameters:
string$typeReturn value type
string$descriptionReturn value type

Definition at line 53 of file ReturnValue.php.

Here is the call graph for this function:


Member Function Documentation

Retrieve parameter description

Returns:
string

Definition at line 90 of file ReturnValue.php.

getType ( )

Retrieve parameter type

Returns:
string

Definition at line 64 of file ReturnValue.php.

setDescription ( description)

Set parameter description

Parameters:
string | null$description
Returns:
void

Definition at line 101 of file ReturnValue.php.

Here is the caller graph for this function:

setType ( type)

Set parameter type

Parameters:
string | null$type
Returns:
void

Definition at line 75 of file ReturnValue.php.

Here is the caller graph for this function:


Field Documentation

$_description [protected]

Definition at line 45 of file ReturnValue.php.

$_type [protected]

Definition at line 39 of file ReturnValue.php.


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