Zend Framework
1.12
|
Public Member Functions | |
getDocblock ($reflectionClass= 'Zend_Reflection_Docblock') | |
Get function docblock. | |
getStartLine ($includeDocComment=false) | |
Get start line (position) of function. | |
getContents ($includeDocblock=true) | |
Get contents of function. | |
getParameters ($reflectionClass= 'Zend_Reflection_Parameter') | |
Get function parameters. | |
getReturn () | |
Get return type tag. | |
getContents | ( | $includeDocblock = true | ) |
Get contents of function.
bool | $includeDocblock |
getDocblock | ( | $reflectionClass = 'Zend_Reflection_Docblock' | ) |
Get function docblock.
string | $reflectionClass | Name of reflection class to use |
getParameters | ( | $reflectionClass = 'Zend_Reflection_Parameter' | ) |
Get function parameters.
string | $reflectionClass | Name of reflection class to use |
getReturn | ( | ) |
Get return type tag.
getStartLine | ( | $includeDocComment = false | ) |
Get start line (position) of function.
bool | $includeDocComment |