Zend Framework
1.12
|
Public Attributes | |
const | VISIBILITY_PUBLIC = 'public' |
#@+ | |
const | VISIBILITY_PROTECTED = 'protected' |
const | VISIBILITY_PRIVATE = 'private' |
![]() | |
const | LINE_FEED = "\n" |
Line feed to use in place of EOL. | |
Protected Attributes | |
$_docblock = null | |
$_isAbstract = false | |
$_isFinal = false | |
$_isStatic = false | |
$_visibility = self::VISIBILITY_PUBLIC | |
$_name = null | |
![]() | |
$_isSourceDirty = true | |
$_indentation = ' ' | |
![]() | |
$_sourceContent = null | |
$_isSourceDirty = true | |
Additional Inherited Members | |
![]() | |
_init () | |
_init() - this is called before the constuctor | |
_prepare () | |
_prepare() - this is called at construction completion | |
getDocblock | ( | ) |
getName | ( | ) |
getVisibility | ( | ) |
isAbstract | ( | ) |
isFinal | ( | ) |
isStatic | ( | ) |
setAbstract | ( | $isAbstract | ) |
setDocblock | ( | $docblock | ) |
setDocblock() Set the docblock
Zend_CodeGenerator_Php_Docblock | array | string | $docblock |
setFinal | ( | $isFinal | ) |
setName | ( | $name | ) |
setStatic | ( | $isStatic | ) |
setVisibility | ( | $visibility | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const VISIBILITY_PRIVATE = 'private' |
const VISIBILITY_PROTECTED = 'protected' |
const VISIBILITY_PUBLIC = 'public' |
#@+
const | string |