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.
getContents(
bool $includeDocblock
=
true
)
:
string
Return the contents of the class
getDeclaringFile(
$reflectionClass
=
Zend_Reflection_File
)
:
Zend_Reflection_File
Return the reflection file of the declaring file.
getDocblock(
string $reflectionClass
=
Zend_Reflection_Docblock
)
:
Zend_Reflection_Docblock
Return the classes Docblock reflection object
getInterfaces(
string $reflectionClass
=
Zend_Reflection_Class
)
:
array
Get all reflection objects of implemented interfaces
getMethod(
string $name, string $reflectionClass
=
Zend_Reflection_Method
)
:
Zend_Reflection_Method
Return method reflection by name
getMethods(
string $filter
=
1, string $reflectionClass
=
Zend_Reflection_Method
)
:
array
Get reflection objects of all methods
getParentClass(
string $reflectionClass
=
Zend_Reflection_Class
)
:
Zend_Reflection_Class
Get parent reflection class of reflected class
getProperties(
int $filter
=
1, string $reflectionClass
=
Zend_Reflection_Property
)
:
array
Return reflection properties of this class
getProperty(
string $name, string $reflectionClass
=
Zend_Reflection_Property
)
:
Zend_Reflection_Property
Return reflection property of this class by name
getStartLine(
bool $includeDocComment
=
false
)
:
int
Return the start line of the class