Zend Framework
1.12
|
Public Member Functions | |
__toString () | |
Serialize to string. | |
__construct ($commentOrReflector) | |
Constructor. | |
getContents () | |
Retrieve contents of docblock. | |
getStartLine () | |
Get start line (position) of docblock. | |
getEndLine () | |
Get last line (position) of docblock. | |
getShortDescription () | |
Get docblock short description. | |
getLongDescription () | |
Get docblock long description. | |
hasTag ($name) | |
Does the docblock contain the given annotation tag? | |
getTag ($name) | |
Retrieve the given docblock tag. | |
getTags ($filter=null) | |
Get all docblock annotation tags. | |
Static Public Member Functions | |
static | export () |
Export reflection. | |
Protected Member Functions | |
_parse () | |
Parse the docblock. | |
Protected Attributes | |
$_reflector = null | |
$_startLine = null | |
$_endLine = null | |
$_docComment = null | |
$_cleanDocComment = null | |
$_longDescription = null | |
$_shortDescription = null | |
$_tags = array() | |
__construct | ( | $commentOrReflector | ) |
Constructor.
Reflector | string | $commentOrReflector |
__toString | ( | ) |
Serialize to string.
Required by the Reflector interface
|
protected |
Parse the docblock.
|
static |
getContents | ( | ) |
Retrieve contents of docblock.
getEndLine | ( | ) |
Get last line (position) of docblock.
getLongDescription | ( | ) |
Get docblock long description.
getShortDescription | ( | ) |
Get docblock short description.
getStartLine | ( | ) |
Get start line (position) of docblock.
getTag | ( | $name | ) |
Retrieve the given docblock tag.
string | $name |
getTags | ( | $filter = null | ) |
Get all docblock annotation tags.
string | $filter |
hasTag | ( | $name | ) |
Does the docblock contain the given annotation tag?
string | $name |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |