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'
Detailsstring $_extendedClass = 'null'
Detailsarray $_implementedInterfaces = 'array'
Detailsbool $_isAbstract = 'false'
Detailsarray $_methods = 'null'
Detailsstring $_name = 'null'
Detailsarray $_properties = 'null'
Details_init(
)
:
_init() - is called at construction time
DetailsfromReflection(
Zend_Reflection_Class $reflectionClass
)
:
Zend_CodeGenerator_Php_ClassfromReflection() - build a Code Generation PHP Object from a Class Reflection
Detailsgenerate(
)
:
stringgenerate()
DetailsgetDocblock(
)
:
Zend_CodeGenerator_Php_DocblockgetDocblock()
DetailsgetExtendedClass(
)
:
stringgetExtendedClass()
DetailsgetImplementedInterfaces(
)
:
arraygetImplementedInterfaces
DetailsgetMethod(
string $methodName
)
:
Zend_CodeGenerator_Php_MethodgetMethod()
DetailsgetMethods(
)
:
arraygetMethods()
DetailsgetName(
)
:
stringgetName()
DetailsgetProperties(
)
:
arraygetProperties()
DetailsgetProperty(
string $propertyName
)
:
Zend_CodeGenerator_Php_PropertygetProperty()
DetailshasMethod(
string $methodName
)
:
boolhasMethod()
DetailshasProperty(
string $propertyName
)
:
boolhasProperty()
DetailsisAbstract(
)
:
boolisAbstract()
DetailsisSourceDirty(
)
:
boolisSourceDirty()
DetailssetAbstract(
bool $isAbstract
)
:
Zend_CodeGenerator_Php_ClasssetAbstract()
DetailssetDocblock(
Zend_CodeGenerator_Php_Docblock|array|string $docblock
)
:
Zend_CodeGenerator_Php_FilesetDocblock() Set the docblock
DetailssetExtendedClass(
string $extendedClass
)
:
Zend_CodeGenerator_Php_ClasssetExtendedClass()
DetailssetImplementedInterfaces(
array $implementedInterfaces
)
:
Zend_CodeGenerator_Php_ClasssetImplementedInterfaces()
DetailssetMethod(
array|Zend_CodeGenerator_Php_Method $method
)
:
Zend_CodeGenerator_Php_ClasssetMethod()
DetailssetMethods(
array $methods
)
:
Zend_CodeGenerator_Php_ClasssetMethods()
DetailssetName(
string $name
)
:
Zend_CodeGenerator_Php_ClasssetName()
DetailssetProperties(
array $properties
)
:
Zend_CodeGenerator_Php_ClasssetProperties()
DetailssetProperty(
array|Zend_CodeGenerator_Php_Property $property
)
:
Zend_CodeGenerator_Php_ClasssetProperty()
Details