Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_CodeGenerator_Php_Docblock $_docblock = 'null'
string $_extendedClass = 'null'
array $_implementedInterfaces = 'array'
bool $_isAbstract = 'false'
array $_methods = 'null'
string $_name = 'null'
array $_properties = 'null'
_init(
)
:
_init() - is called at construction time
fromReflection(
Zend_Reflection_Class $reflectionClass
)
:
Zend_CodeGenerator_Php_Class
fromReflection() - build a Code Generation PHP Object from a Class Reflection
generate(
)
:
string
generate()
getDocblock(
)
:
Zend_CodeGenerator_Php_Docblock
getDocblock()
getExtendedClass(
)
:
string
getExtendedClass()
getImplementedInterfaces(
)
:
array
getImplementedInterfaces
getMethod(
string $methodName
)
:
Zend_CodeGenerator_Php_Method
getMethod()
getMethods(
)
:
array
getMethods()
getName(
)
:
string
getName()
getProperties(
)
:
array
getProperties()
getProperty(
string $propertyName
)
:
Zend_CodeGenerator_Php_Property
getProperty()
hasMethod(
string $methodName
)
:
bool
hasMethod()
hasProperty(
string $propertyName
)
:
bool
hasProperty()
isAbstract(
)
:
bool
isAbstract()
isSourceDirty(
)
:
bool
isSourceDirty()
setAbstract(
bool $isAbstract
)
:
Zend_CodeGenerator_Php_Class
setAbstract()
setDocblock(
Zend_CodeGenerator_Php_Docblock|array|string $docblock
)
:
Zend_CodeGenerator_Php_File
setDocblock() Set the docblock
setExtendedClass(
string $extendedClass
)
:
Zend_CodeGenerator_Php_Class
setExtendedClass()
setImplementedInterfaces(
array $implementedInterfaces
)
:
Zend_CodeGenerator_Php_Class
setImplementedInterfaces()
setMethod(
array|Zend_CodeGenerator_Php_Method $method
)
:
Zend_CodeGenerator_Php_Class
setMethod()
setMethods(
array $methods
)
:
Zend_CodeGenerator_Php_Class
setMethods()
setName(
string $name
)
:
Zend_CodeGenerator_Php_Class
setName()
setProperties(
array $properties
)
:
Zend_CodeGenerator_Php_Class
setProperties()
setProperty(
array|Zend_CodeGenerator_Php_Property $property
)
:
Zend_CodeGenerator_Php_Class
setProperty()