Zend Framework
1.12
|
Static Public Member Functions | |
static | fromReflection (Zend_Reflection_Class $reflectionClass) |
fromReflection() - build a Code Generation PHP Object from a Class Reflection | |
Protected Member Functions | |
_init () | |
_init() - is called at construction time | |
Protected Attributes | |
$_docblock = null | |
$_name = null | |
$_isAbstract = false | |
$_extendedClass = null | |
$_implementedInterfaces = array() | |
$_properties = null | |
$_constants = null | |
$_methods = null | |
![]() | |
$_isSourceDirty = true | |
$_indentation = ' ' | |
![]() | |
$_sourceContent = null | |
$_isSourceDirty = true | |
Additional Inherited Members | |
![]() | |
const | LINE_FEED = "\n" |
Line feed to use in place of EOL. | |
|
protected |
_init() - is called at construction time
|
static |
fromReflection() - build a Code Generation PHP Object from a Class Reflection
Zend_Reflection_Class | $reflectionClass |
generate | ( | ) |
getConstant | ( | $constName | ) |
getConstants | ( | ) |
getDocblock | ( | ) |
getExtendedClass | ( | ) |
getImplementedInterfaces | ( | ) |
getImplementedInterfaces
getMethod | ( | $methodName | ) |
getMethods | ( | ) |
getName | ( | ) |
getProperties | ( | ) |
getProperty | ( | $propertyName | ) |
hasConstant | ( | $constName | ) |
hasMethod | ( | $methodName | ) |
hasProperty | ( | $propertyName | ) |
isAbstract | ( | ) |
isSourceDirty | ( | ) |
setAbstract | ( | $isAbstract | ) |
setConstant | ( | $const | ) |
array | Zend_CodeGenerator_Php_Property | $const |
setConstants | ( | Array | $constants | ) |
setDocblock | ( | $docblock | ) |
setDocblock() Set the docblock
Zend_CodeGenerator_Php_Docblock | array | string | $docblock |
setExtendedClass | ( | $extendedClass | ) |
setImplementedInterfaces | ( | Array | $implementedInterfaces | ) |
array | $implementedInterfaces |
setMethod | ( | $method | ) |
array | Zend_CodeGenerator_Php_Method | $method |
setMethods | ( | Array | $methods | ) |
setName | ( | $name | ) |
setProperties | ( | Array | $properties | ) |
setProperty | ( | $property | ) |
array | Zend_CodeGenerator_Php_Property | $property |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |