[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Server/Reflection/ -> Method.php (summary)

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

Defines 1 class

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