API Documentation

Server/Reflection/Method.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Server
Classes
Zend_Server_Reflection_Method

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Server_Reflection_Method

Extends from
Zend_Server_Reflection_Function_Abstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Server
subpackage
Reflection
uses
Zend_Server_Reflection_Function_Abstract
version
$Id: Method.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$_class
$_classReflection
Methods
__construct
getDeclaringClass
__wakeup

Description

Method Reflection

Properties

$_class

string $_class = ''

Parent class name

Details

$_class
string
visibility
protected
default
final
false
static
false

$_classReflection

Zend_Server_Reflection_Class $_classReflection = ''

Parent class reflection

Details

$_classReflection
Zend_Server_Reflection_Class
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_Server_Reflection_Class $class, ReflectionMethod $r, string $namespace = null, array $argv = array ) : void

Constructor

Arguments
$class
Zend_Server_Reflection_Class
$r
ReflectionMethod
$namespace
string
$argv
array
Details
visibility
public
final
false
static
false

__wakeup

__wakeup( ) : void

Wakeup from serialization

Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.

Details
visibility
public
final
false
static
false

getDeclaringClass

getDeclaringClass( ) : Zend_Server_Reflection_Class

Return the reflection for the class that defines this method

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.