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.
string $_body = 'null'
Detailsarray $_classes = 'array'
DetailsZend_CodeGenerator_Php_Docblock $_docblock = 'null'
Detailsarray $_fileCodeGenerators = 'array'
Detailsstring $_filename = 'null'
Details $_markerClass = '/* Zend_CodeGenerator_Php_File-ClassMarker: {?} */'
Details $_markerDocblock = '/* Zend_CodeGenerator_Php_File-DocblockMarker */'
Details $_markerRequire = '/* Zend_CodeGenerator_Php_File-RequireMarker: {?} */'
Detailsarray $_requiredFiles = 'array'
DetailsfromReflectedFileName(
string $filePath, bool $usePreviousCodeGeneratorIfItExists
=
true, bool $includeIfNotAlreadyIncluded
=
true
)
:
Zend_CodeGenerator_Php_FilefromReflectedFilePath() - use this if you intend on generating code generation objects based on the same file.
This will keep previous changes to the file in tact during the same PHP process
DetailsfromReflection(
Zend_Reflection_File $reflectionFile
)
:
Zend_CodeGenerator_Php_FilefromReflection()
Detailsgenerate(
)
:
stringgenerate()
DetailsgetBody(
)
:
stringgetBody()
DetailsgetClass(
string $name
=
null
)
:
Zend_CodeGenerator_Php_ClassgetClass()
DetailsgetClasses(
)
:
arraygetClasses()
DetailsgetDocblock(
)
:
Zend_CodeGenerator_Php_DocblockGet docblock
DetailsgetFilename(
)
:
stringgetFilename()
DetailsgetRequiredFiles(
)
:
arraygetRequiredFiles()
DetailsisSourceDirty(
)
:
boolisSourceDirty()
DetailsregisterFileCodeGenerator(
$fileCodeGenerator, $fileName
=
null
)
:
DetailssetBody(
string $body
)
:
Zend_CodeGenerator_Php_FilesetBody()
DetailssetClass(
Zend_CodeGenerator_Php_Class|array $class
)
:
Zend_CodeGenerator_Php_FilesetClass()
DetailssetClasses(
array $classes
)
:
Zend_CodeGenerator_Php_FilesetClasses()
DetailssetDocblock(
Zend_CodeGenerator_Php_Docblock|array|string $docblock
)
:
Zend_CodeGenerator_Php_FilesetDocblock() Set the docblock
DetailssetFilename(
string $filename
)
:
Zend_CodeGenerator_Php_FilesetFilename()
DetailssetRequiredFiles(
array $requiredFiles
)
:
Zend_CodeGenerator_Php_FilesetRequiredFiles
Detailswrite(
)
:
Details