Reflection/Class.php

Show: inherited
Table of Contents

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 [email protected] so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Reflection  
Version
$Id: Class.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Reflection_Class

Package: Zend\Reflection

Parent(s)
\ReflectionClass
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Methods

methodpublic__construct() : void

methodpublic__toString() : void

methodpublicexport() : void
static

methodpublicgetConstant() : void

methodpublicgetConstants() : void

methodpublicgetConstructor() : void

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

methodpublicgetDocComment() : void

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

methodpublicgetExtension() : void

methodpublicgetExtensionName() : void

methodpublicgetFileName() : void

methodpublicgetInterfaceNames() : void

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 = -1, 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

methodpublicgetName() : void

methodpublicgetNamespaceName() : void

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 = -1, 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

methodpublicgetStartLine(bool $includeDocComment = false) : int

Return the start line of the class

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

methodpublicgetStaticPropertyValue() : void

methodpublicgetTraitAliases() : void

methodpublicgetTraitNames() : void

methodpublicgetTraits() : void

methodpublichasConstant() : void

methodpublichasMethod() : void

methodpublichasProperty() : void

methodpublicimplementsInterface() : void

methodpublicinNamespace() : void

methodpublicisAbstract() : void

methodpublicisCloneable() : void

methodpublicisFinal() : void

methodpublicisInstance() : void

methodpublicisInstantiable() : void

methodpublicisInterface() : void

methodpublicisInternal() : void

methodpublicisIterateable() : void

methodpublicisSubclassOf() : void

methodpublicisTrait() : void

methodpublicisUserDefined() : void

methodpublicnewInstance() : void

methodpublicnewInstanceArgs() : void

methodpublicnewInstanceWithoutConstructor() : void

methodpublicsetStaticPropertyValue() : void

Documentation was generated by phpDocumentor 2.0.0a8.