Zend Framework
1.12
|
Static Public Member Functions | |
static | fromReflection (Zend_Reflection_Method $reflectionMethod) |
fromReflection() | |
Protected Attributes | |
$_docblock = null | |
$_isFinal = false | |
$_parameters = array() | |
$_body = 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_Method | $reflectionMethod |
generate | ( | ) |
getBody | ( | ) |
getParameters | ( | ) |
setBody | ( | $body | ) |
setFinal | ( | $isFinal | ) |
bool | $isFinal |
setParameter | ( | $parameter | ) |
Zend_CodeGenerator_Php_Parameter | array | $parameter |
setParameters | ( | Array | $parameters | ) |
|
protected |
|
protected |
|
protected |
|
protected |