Detailed Description
Definition at line 33 of file Parameter.php.
Constructor & Destructor Documentation
| __construct |
( |
ReflectionParameter $ |
r, |
|
|
$ |
type = 'mixed', |
|
|
$ |
description = '' |
|
) |
| |
Constructor
- Parameters:
-
| ReflectionParameter | $r | |
| string | $type | Parameter type |
| string | $description | Parameter description |
Definition at line 65 of file Parameter.php.
Member Function Documentation
Proxy reflection calls
- Parameters:
-
- Returns:
- mixed
Definition at line 79 of file Parameter.php.
Retrieve parameter description
- Returns:
- string
Definition at line 120 of file Parameter.php.
Return parameter position
- Returns:
- int
Definition at line 157 of file Parameter.php.
Retrieve parameter type
- Returns:
- string
Definition at line 94 of file Parameter.php.
Set parameter description
- Parameters:
-
| string | null | $description | |
- Returns:
- void
Definition at line 131 of file Parameter.php.
Set parameter position
- Parameters:
-
- Returns:
- void
Definition at line 147 of file Parameter.php.
Set parameter type
- Parameters:
-
- Returns:
- void
Definition at line 105 of file Parameter.php.
Field Documentation
$_description [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Server/Reflection/Parameter.php