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
)
:
stringReturn the contents of the class
DetailsgetDeclaringFile(
$reflectionClass
=
Zend_Reflection_File
)
:
Zend_Reflection_FileReturn the reflection file of the declaring file.
DetailsgetDocblock(
string $reflectionClass
=
Zend_Reflection_Docblock
)
:
Zend_Reflection_DocblockReturn the classes Docblock reflection object
DetailsgetInterfaces(
string $reflectionClass
=
Zend_Reflection_Class
)
:
arrayGet all reflection objects of implemented interfaces
DetailsgetMethod(
string $name, string $reflectionClass
=
Zend_Reflection_Method
)
:
Zend_Reflection_MethodReturn method reflection by name
DetailsgetMethods(
string $filter
=
1, string $reflectionClass
=
Zend_Reflection_Method
)
:
arrayGet reflection objects of all methods
DetailsgetParentClass(
string $reflectionClass
=
Zend_Reflection_Class
)
:
Zend_Reflection_ClassGet parent reflection class of reflected class
DetailsgetProperties(
int $filter
=
1, string $reflectionClass
=
Zend_Reflection_Property
)
:
arrayReturn reflection properties of this class
DetailsgetProperty(
string $name, string $reflectionClass
=
Zend_Reflection_Property
)
:
Zend_Reflection_PropertyReturn reflection property of this class by name
DetailsgetStartLine(
bool $includeDocComment
=
false
)
:
intReturn the start line of the class
Details