[ 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: | 110 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Server_Reflection_Method:: (3 methods):
__construct()
getDeclaringClass()
__wakeup()
Class: Zend_Server_Reflection_Method - X-Ref
Method Reflection__construct(Zend_Server_Reflection_Class $class, ReflectionMethod $r, $namespace = null, $argv = array() X-Ref |
Constructor param: Zend_Server_Reflection_Class $class param: ReflectionMethod $r param: string $namespace param: array $argv return: void |
getDeclaringClass() X-Ref |
Return the reflection for the class that defines this method return: Zend_Server_Reflection_Class |
__wakeup() X-Ref |
Wakeup from serialization Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup. return: void |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |