API Documentation

Reflection/Class.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Reflection  
version
$Id: Class.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Reflection_Class

Extends from
\ReflectionClass
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Reflection  

Methods

methodpublic__construct( ) : void

Inherited from:
methodpublic__toString( ) : void

Inherited from:
methodpublicexport( ) : void
static

Inherited from:
methodpublicgetConstant( ) : void

Inherited from:
methodpublicgetConstants( ) : void

Inherited from:
methodpublicgetConstructor( ) : void

Inherited from:
methodpublicgetContents( bool $includeDocblock = true ) : string

Return the contents of the class

Parameters
Name Type Description
$includeDocblock bool
Returns
Type Description
string
methodpublicgetDeclaringFile(  $reflectionClass = Zend_Reflection_File ) : \Zend_Reflection_File

Return the reflection file of the declaring file.

Parameters
Name Type Description
$reflectionClass
Returns
Type Description
\Zend_Reflection_File
methodpublicgetDefaultProperties( ) : void

Inherited from:
methodpublicgetDocComment( ) : void

Inherited from:
methodpublicgetDocblock( string $reflectionClass = Zend_Reflection_Docblock ) : \Zend_Reflection_Docblock

Return the classes Docblock reflection object

Parameters
Name Type Description
$reflectionClass string Name of reflection class to use
Returns
Type Description
\Zend_Reflection_Docblock
Throws
Exception Description
\Zend_Reflection_Exception for missing docblock or invalid reflection class
methodpublicgetEndLine( ) : void

Inherited from:
methodpublicgetExtension( ) : void

Inherited from:
methodpublicgetExtensionName( ) : void

Inherited from:
methodpublicgetFileName( ) : void

Inherited from:
methodpublicgetInterfaceNames( ) : void

Inherited from:
methodpublicgetInterfaces( string $reflectionClass = Zend_Reflection_Class ) : array

Get all reflection objects of implemented interfaces

Parameters
Name Type Description
$reflectionClass string Name of reflection class to use
Returns
Type Description
array Array of Zend_Reflection_Class
methodpublicgetMethod( string $name, string $reflectionClass = Zend_Reflection_Method ) : \Zend_Reflection_Method

Return method reflection by name

Parameters
Name Type Description
$name string
$reflectionClass string Reflection class to utilize
Returns
Type Description
\Zend_Reflection_Method
methodpublicgetMethods( string $filter, string $reflectionClass = Zend_Reflection_Method ) : array

Get reflection objects of all methods

Parameters
Name Type Description
$filter string
$reflectionClass string Reflection class to use for methods
Returns
Type Description
array Array of Zend_Reflection_Method objects
methodpublicgetModifiers( ) : void

Inherited from:
methodpublicgetName( ) : void

Inherited from:
methodpublicgetNamespaceName( ) : void

Inherited from:
methodpublicgetParentClass( string $reflectionClass = Zend_Reflection_Class ) : \Zend_Reflection_Class

Get parent reflection class of reflected class

Parameters
Name Type Description
$reflectionClass string Name of Reflection class to use
Returns
Type Description
\Zend_Reflection_Class
methodpublicgetProperties( int $filter, string $reflectionClass = Zend_Reflection_Property ) : array

Return reflection properties of this class

Parameters
Name Type Description
$filter int
$reflectionClass string Name of reflection class to use
Returns
Type Description
array Array of Zend_Reflection_Property
methodpublicgetProperty( string $name, string $reflectionClass = Zend_Reflection_Property ) : \Zend_Reflection_Property

Return reflection property of this class by name

Parameters
Name Type Description
$name string
$reflectionClass string Name of reflection class to use
Returns
Type Description
\Zend_Reflection_Property
methodpublicgetShortName( ) : void

Inherited from:
methodpublicgetStartLine( bool $includeDocComment = false ) : int

Return the start line of the class

Parameters
Name Type Description
$includeDocComment bool
Returns
Type Description
int
methodpublicgetStaticProperties( ) : void

Inherited from:
methodpublicgetStaticPropertyValue( ) : void

Inherited from:
methodpublichasConstant( ) : void

Inherited from:
methodpublichasMethod( ) : void

Inherited from:
methodpublichasProperty( ) : void

Inherited from:
methodpublicimplementsInterface( ) : void

Inherited from:
methodpublicinNamespace( ) : void

Inherited from:
methodpublicisAbstract( ) : void

Inherited from:
methodpublicisFinal( ) : void

Inherited from:
methodpublicisInstance( ) : void

Inherited from:
methodpublicisInstantiable( ) : void

Inherited from:
methodpublicisInterface( ) : void

Inherited from:
methodpublicisInternal( ) : void

Inherited from:
methodpublicisIterateable( ) : void

Inherited from:
methodpublicisSubclassOf( ) : void

Inherited from:
methodpublicisUserDefined( ) : void

Inherited from:
methodpublicnewInstance( ) : void

Inherited from:
methodpublicnewInstanceArgs( ) : void

Inherited from:
methodpublicsetStaticPropertyValue( ) : void

Inherited from:
Documentation was generated by DocBlox 0.13.3.