Zend Framework
1.12
|
Public Member Functions | |
__construct (ReflectionParameter $r, $type= 'mixed', $description= '') | |
Constructor. | |
__call ($method, $args) | |
Proxy reflection calls. | |
getType () | |
Retrieve parameter type. | |
setType ($type) | |
Set parameter type. | |
getDescription () | |
Retrieve parameter description. | |
setDescription ($description) | |
Set parameter description. | |
setPosition ($index) | |
Set parameter position. | |
getPosition () | |
Return parameter position. | |
Protected Attributes | |
$_reflection | |
$_position | |
$_type | |
$_description | |
__construct | ( | ReflectionParameter | $r, |
$type = 'mixed' , |
|||
$description = '' |
|||
) |
Constructor.
ReflectionParameter | $r | |
string | $type | Parameter type |
string | $description | Parameter description |
__call | ( | $method, | |
$args | |||
) |
Proxy reflection calls.
string | $method | |
array | $args |
getDescription | ( | ) |
Retrieve parameter description.
getPosition | ( | ) |
Return parameter position.
getType | ( | ) |
Retrieve parameter type.
setDescription | ( | $description | ) |
Set parameter description.
string | null | $description |
setPosition | ( | $index | ) |
Set parameter position.
int | $index |
setType | ( | $type | ) |
Set parameter type.
string | null | $type |
|
protected |
|
protected |
|
protected |
|
protected |