[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Server/Reflection/ -> Class.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: 198 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Server_Reflection_Class:: (8 methods):
  __construct()
  __call()
  __get()
  __set()
  getMethods()
  getNamespace()
  setNamespace()
  __wakeup()


Class: Zend_Server_Reflection_Class  - X-Ref

Class/Object reflection

Proxies calls to a ReflectionClass object, and decorates getMethods() by
creating its own list of {@link Zend_Server_Reflection_Method}s.

__construct(ReflectionClass $reflection, $namespace = null, $argv = false)   X-Ref
Constructor

Create array of dispatchable methods, each a
{@link Zend_Server_Reflection_Method}. Sets reflection object property.

param: ReflectionClass $reflection
param: string $namespace
param: mixed $argv
return: void

__call($method, $args)   X-Ref
Proxy reflection calls

param: string $method
param: array $args
return: mixed

__get($key)   X-Ref
Retrieve configuration parameters

Values are retrieved by key from {@link $_config}. Returns null if no
value found.

param: string $key
return: mixed

__set($key, $value)   X-Ref
Set configuration parameters

Values are stored by $key in {@link $_config}.

param: string $key
param: mixed $value
return: void

getMethods()   X-Ref
Return array of dispatchable {@link Zend_Server_Reflection_Method}s.

return: array

getNamespace()   X-Ref
Get namespace for this class

return: string

setNamespace($namespace)   X-Ref
Set namespace for this class

param: string $namespace
return: void

__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