Zend Framework
1.12
|
Public Member Functions | |
getDocblock ($reflectionClass= 'Zend_Reflection_Docblock') | |
Retrieve method docblock reflection. | |
getStartLine ($includeDocComment=false) | |
Get start line (position) of method. | |
getDeclaringClass ($reflectionClass= 'Zend_Reflection_Class') | |
Get reflection of declaring class. | |
getParameters ($reflectionClass= 'Zend_Reflection_Parameter') | |
Get all method parameter reflection objects. | |
getContents ($includeDocblock=true) | |
Get method contents. | |
getBody () | |
Get method body. | |
getBody | ( | ) |
Get method body.
getContents | ( | $includeDocblock = true | ) |
Get method contents.
bool | $includeDocblock |
getDeclaringClass | ( | $reflectionClass = 'Zend_Reflection_Class' | ) |
Get reflection of declaring class.
string | $reflectionClass | Name of reflection class to use |
getDocblock | ( | $reflectionClass = 'Zend_Reflection_Docblock' | ) |
Retrieve method docblock reflection.
Zend_Reflection_Exception |
getParameters | ( | $reflectionClass = 'Zend_Reflection_Parameter' | ) |
Get all method parameter reflection objects.
string | $reflectionClass | Name of reflection class to use |
getStartLine | ( | $includeDocComment = false | ) |
Get start line (position) of method.
bool | $includeDocComment |