Zend Framework
1.12
|
Public Member Functions | |
setShortDescription ($shortDescription) | |
setShortDescription() | |
getShortDescription () | |
getShortDescription() | |
setLongDescription ($longDescription) | |
setLongDescription() | |
getLongDescription () | |
getLongDescription() | |
setTags (Array $tags) | |
setTags() | |
setTag ($tag) | |
setTag() | |
getTags () | |
getTags | |
generate () | |
generate() | |
![]() | |
setSourceDirty ($isSourceDirty=true) | |
setSourceDirty() | |
isSourceDirty () | |
isSourceDirty() | |
setIndentation ($indentation) | |
setIndentation() | |
getIndentation () | |
getIndentation() | |
![]() | |
__construct ($options=array()) | |
__construct() | |
setConfig (Zend_Config $config) | |
setConfig() | |
setOptions (Array $options) | |
setOptions() | |
setSourceContent ($sourceContent) | |
setSourceContent() | |
getSourceContent () | |
getSourceContent() | |
generate () | |
generate() - must be implemented by the child | |
__toString () | |
__toString() - casting to a string will in turn call generate() | |
Static Public Member Functions | |
static | fromReflection (Zend_Reflection_Docblock $reflectionDocblock) |
fromReflection() - Build a docblock generator object from a reflection object | |
Protected Member Functions | |
_docCommentize ($content) | |
_docCommentize() | |
Protected Attributes | |
$_shortDescription = null | |
$_longDescription = null | |
$_tags = array() | |
$_indentation = '' | |
![]() | |
$_isSourceDirty = true | |
$_indentation = ' ' | |
![]() | |
$_sourceContent = null | |
$_isSourceDirty = true | |
Additional Inherited Members | |
![]() | |
const | LINE_FEED = "\n" |
Line feed to use in place of EOL. | |
|
protected |
|
static |
fromReflection() - Build a docblock generator object from a reflection object
Zend_Reflection_Docblock | $reflectionDocblock |
generate | ( | ) |
getLongDescription | ( | ) |
getShortDescription | ( | ) |
getTags | ( | ) |
getTags
setLongDescription | ( | $longDescription | ) |
setShortDescription | ( | $shortDescription | ) |
setTag | ( | $tag | ) |
array | Zend_CodeGenerator_Php_Docblock_Tag | $tag |
setTags | ( | Array | $tags | ) |
|
protected |
|
protected |
|
protected |
|
protected |