| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 161 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Server_Reflection_Parameter:: (8 methods):
__construct()
__call()
getType()
setType()
getDescription()
setDescription()
setPosition()
getPosition()
Class: Zend_Server_Reflection_Parameter - X-Ref
Parameter Reflection| __construct(ReflectionParameter $r, $type = 'mixed', $description = '') X-Ref |
| Constructor param: ReflectionParameter $r param: string $type Parameter type param: string $description Parameter description |
| __call($method, $args) X-Ref |
| Proxy reflection calls param: string $method param: array $args return: mixed |
| getType() X-Ref |
| Retrieve parameter type return: string |
| setType($type) X-Ref |
| Set parameter type param: string|null $type return: void |
| getDescription() X-Ref |
| Retrieve parameter description return: string |
| setDescription($description) X-Ref |
| Set parameter description param: string|null $description return: void |
| setPosition($index) X-Ref |
| Set parameter position param: int $index return: void |
| getPosition() X-Ref |
| Return parameter position return: int |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |