Zend Framework
1.12
|
Static Public Member Functions | |
static | fromReflection (Zend_Reflection_Property $reflectionProperty) |
fromReflection() | |
Protected Attributes | |
$_isConst = null | |
$_defaultValue = null | |
![]() | |
$_docblock = null | |
$_isAbstract = false | |
$_isFinal = false | |
$_isStatic = false | |
$_visibility = self::VISIBILITY_PUBLIC | |
$_name = null | |
![]() | |
$_isSourceDirty = true | |
$_indentation = ' ' | |
![]() | |
$_sourceContent = null | |
$_isSourceDirty = true | |
Additional Inherited Members | |
![]() | |
const | VISIBILITY_PUBLIC = 'public' |
#@+ | |
const | VISIBILITY_PROTECTED = 'protected' |
const | VISIBILITY_PRIVATE = 'private' |
![]() | |
_init () | |
_init() - this is called before the constuctor | |
_prepare () | |
_prepare() - this is called at construction completion | |
|
static |
Zend_Reflection_Property | $reflectionProperty |
generate | ( | ) |
getDefaultValue | ( | ) |
isConst | ( | ) |
setConst | ( | $const | ) |
setDefaultValue | ( | $defaultValue | ) |
Zend_CodeGenerator_Php_Property_DefaultValue | string | array | $defaultValue |
|
protected |
|
protected |