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.

array
$_fileCodeGenerators= 'array()'
array()
Details
$_markerClass= ''/* Zend_CodeGenerator_Php_File-ClassMarker: {?} */''
'/* Zend_CodeGenerator_Php_File-ClassMarker: {?} */'
Details
$_markerDocblock= ''/* Zend_CodeGenerator_Php_File-DocblockMarker */''
'/* Zend_CodeGenerator_Php_File-DocblockMarker */'
Details
$_markerRequire= ''/* Zend_CodeGenerator_Php_File-RequireMarker: {?} */''
'/* Zend_CodeGenerator_Php_File-RequireMarker: {?} */'
Details
fromReflectedFileName(
string $filePath, bool $usePreviousCodeGeneratorIfItExists
=
true, bool $includeIfNotAlreadyIncluded
=
true
)
:
\Zend_CodeGenerator_Php_File
fromReflectedFileName() - 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
Name | Type | Description |
---|---|---|
$filePath | string | |
$usePreviousCodeGeneratorIfItExists | bool | |
$includeIfNotAlreadyIncluded | bool |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |

fromReflection(
\Zend_Reflection_File $reflectionFile
)
:
\Zend_CodeGenerator_Php_File
fromReflection()
Name | Type | Description |
---|---|---|
$reflectionFile | \Zend_Reflection_File |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |

getClass(
string $name
=
null
)
:
\Zend_CodeGenerator_Php_Class
getClass()
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_Class |

getClasses(
)
:
array
getClasses()
Type | Description |
---|---|
array | Array of Zend_CodeGenerator_Php_Class |

getDocblock(
)
:
\Zend_CodeGenerator_Php_Docblock
Get docblock
Type | Description |
---|---|
\Zend_CodeGenerator_Php_Docblock |

registerFileCodeGenerator(
$fileCodeGenerator, $fileName
=
null
)
:
void
Name | Type | Description |
---|---|---|
$fileCodeGenerator | ||
$fileName |

setClass(
\Zend_CodeGenerator_Php_Class|array $class
)
:
\Zend_CodeGenerator_Php_File
setClass()
Name | Type | Description |
---|---|---|
$class | \Zend_CodeGenerator_Php_Class|array |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |

setClasses(
array $classes
)
:
\Zend_CodeGenerator_Php_File
setClasses()
Name | Type | Description |
---|---|---|
$classes | array |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |

setDocblock(
\Zend_CodeGenerator_Php_Docblock|array|string $docblock
)
:
\Zend_CodeGenerator_Php_File
setDocblock() Set the docblock
Name | Type | Description |
---|---|---|
$docblock | \Zend_CodeGenerator_Php_Docblock|array|string |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |

setFilename(
string $filename
)
:
\Zend_CodeGenerator_Php_File
setFilename()
Name | Type | Description |
---|---|---|
$filename | string |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |

setRequiredFiles(
array $requiredFiles
)
:
\Zend_CodeGenerator_Php_File
setRequiredFiles
Name | Type | Description |
---|---|---|
$requiredFiles | array |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |