Detailed Description
Definition at line 39 of file Class.php.
Constructor & Destructor Documentation
| __construct |
( |
ReflectionClass $ |
reflection, |
|
|
$ |
namespace = null, |
|
|
$ |
argv = false |
|
) |
| |
Constructor
Create array of dispatchable methods, each a Zend_Server_Reflection_Method. Sets reflection object property.
- Parameters:
-
| ReflectionClass | $reflection | |
| string | $namespace | |
| mixed | $argv | |
- Returns:
- void
Definition at line 77 of file Class.php.
Member Function Documentation
Proxy reflection calls
- Parameters:
-
- Returns:
- mixed
Definition at line 102 of file Class.php.
Retrieve configuration parameters
Values are retrieved by key from $_config. Returns null if no value found.
- Parameters:
-
- Returns:
- mixed
Definition at line 121 of file Class.php.
Set configuration parameters
Values are stored by $key in $_config.
- Parameters:
-
- Returns:
- void
Definition at line 139 of file Class.php.
Wakeup from serialization
Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.
- Returns:
- void
Definition at line 194 of file Class.php.
Get namespace for this class
- Returns:
- string
Definition at line 160 of file Class.php.
Set namespace for this class
- Parameters:
-
- Returns:
- void
Definition at line 171 of file Class.php.
Field Documentation
$_config = array() [protected] |
$_methods = array() [protected] |
$_namespace = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Server/Reflection/Class.php