Zend Framework
1.12
|
Public Member Functions | |
getDeclaringFile ($reflectionClass= 'Zend_Reflection_File') | |
Return the reflection file of the declaring file. | |
getDocblock ($reflectionClass= 'Zend_Reflection_Docblock') | |
Return the classes Docblock reflection object. | |
getStartLine ($includeDocComment=false) | |
Return the start line of the class. | |
getContents ($includeDocblock=true) | |
Return the contents of the class. | |
getInterfaces ($reflectionClass= 'Zend_Reflection_Class') | |
Get all reflection objects of implemented interfaces. | |
getMethod ($name, $reflectionClass= 'Zend_Reflection_Method') | |
Return method reflection by name. | |
getMethods ($filter=-1, $reflectionClass= 'Zend_Reflection_Method') | |
Get reflection objects of all methods. | |
getParentClass ($reflectionClass= 'Zend_Reflection_Class') | |
Get parent reflection class of reflected class. | |
getProperty ($name, $reflectionClass= 'Zend_Reflection_Property') | |
Return reflection property of this class by name. | |
getProperties ($filter=-1, $reflectionClass= 'Zend_Reflection_Property') | |
Return reflection properties of this class. | |
getContents | ( | $includeDocblock = true | ) |
Return the contents of the class.
bool | $includeDocblock |
getDeclaringFile | ( | $reflectionClass = 'Zend_Reflection_File' | ) |
Return the reflection file of the declaring file.
getDocblock | ( | $reflectionClass = 'Zend_Reflection_Docblock' | ) |
Return the classes Docblock reflection object.
string | $reflectionClass | Name of reflection class to use |
Zend_Reflection_Exception | for missing docblock or invalid reflection class |
getInterfaces | ( | $reflectionClass = 'Zend_Reflection_Class' | ) |
Get all reflection objects of implemented interfaces.
string | $reflectionClass | Name of reflection class to use |
getMethod | ( | $name, | |
$reflectionClass = 'Zend_Reflection_Method' |
|||
) |
Return method reflection by name.
string | $name | |
string | $reflectionClass | Reflection class to utilize |
getMethods | ( | $filter = -1 , |
|
$reflectionClass = 'Zend_Reflection_Method' |
|||
) |
Get reflection objects of all methods.
string | $filter | |
string | $reflectionClass | Reflection class to use for methods |
getParentClass | ( | $reflectionClass = 'Zend_Reflection_Class' | ) |
Get parent reflection class of reflected class.
string | $reflectionClass | Name of Reflection class to use |
getProperties | ( | $filter = -1 , |
|
$reflectionClass = 'Zend_Reflection_Property' |
|||
) |
Return reflection properties of this class.
int | $filter | |
string | $reflectionClass | Name of reflection class to use |
getProperty | ( | $name, | |
$reflectionClass = 'Zend_Reflection_Property' |
|||
) |
Return reflection property of this class by name.
string | $name | |
string | $reflectionClass | Name of reflection class to use |
getStartLine | ( | $includeDocComment = false | ) |
Return the start line of the class.
bool | $includeDocComment |