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'
array $_classes = 'array'
Zend_CodeGenerator_Php_Docblock $_docblock = 'null'
array $_fileCodeGenerators = 'array'
string $_filename = 'null'
$_markerClass = '/* Zend_CodeGenerator_Php_File-ClassMarker: {?} */'
$_markerDocblock = '/* Zend_CodeGenerator_Php_File-DocblockMarker */'
$_markerRequire = '/* Zend_CodeGenerator_Php_File-RequireMarker: {?} */'
array $_requiredFiles = 'array'
fromReflectedFileName(
string $filePath, bool $usePreviousCodeGeneratorIfItExists
=
true, bool $includeIfNotAlreadyIncluded
=
true
)
:
Zend_CodeGenerator_Php_File
fromReflectedFilePath() - 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
fromReflection(
Zend_Reflection_File $reflectionFile
)
:
Zend_CodeGenerator_Php_File
fromReflection()
generate(
)
:
string
generate()
getBody(
)
:
string
getBody()
getClass(
string $name
=
null
)
:
Zend_CodeGenerator_Php_Class
getClass()
getClasses(
)
:
array
getClasses()
getDocblock(
)
:
Zend_CodeGenerator_Php_Docblock
Get docblock
getFilename(
)
:
string
getFilename()
getRequiredFiles(
)
:
array
getRequiredFiles()
isSourceDirty(
)
:
bool
isSourceDirty()
registerFileCodeGenerator(
$fileCodeGenerator, $fileName
=
null
)
:
setBody(
string $body
)
:
Zend_CodeGenerator_Php_File
setBody()
setClass(
Zend_CodeGenerator_Php_Class|array $class
)
:
Zend_CodeGenerator_Php_File
setClass()
setClasses(
array $classes
)
:
Zend_CodeGenerator_Php_File
setClasses()
setDocblock(
Zend_CodeGenerator_Php_Docblock|array|string $docblock
)
:
Zend_CodeGenerator_Php_File
setDocblock() Set the docblock
setFilename(
string $filename
)
:
Zend_CodeGenerator_Php_File
setFilename()
setRequiredFiles(
array $requiredFiles
)
:
Zend_CodeGenerator_Php_File
setRequiredFiles
write(
)
: