CodeGenerator/Php/File.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_CodeGenerator
- Subpackage
- PHP
- Version
- $Id$
\Zend_CodeGenerator_Php_File
Package: Zend_CodeGenerator
Returns
- Parent(s)
- \Zend_CodeGenerator_Php_Abstract < \Zend_CodeGenerator_Abstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
array $_fileCodeGenerators = array()
static
Array of Zend_CodeGenerator_Php_File
Default value
array()
Details- Type
- array
$_markerClass = '/* Zend_CodeGenerator_Php_File-ClassMarker: {?} */'
static
Default value
'/* Zend_CodeGenerator_Php_File-ClassMarker: {?} */'
Details- Type
- n/a
$_markerDocblock = '/* Zend_CodeGenerator_Php_File-DocblockMarker */'
static
Default value
'/* Zend_CodeGenerator_Php_File-DocblockMarker */'
Details- Type
- n/a
$_markerRequire = '/* Zend_CodeGenerator_Php_File-RequireMarker: {?} */'
static
Default value
'/* Zend_CodeGenerator_Php_File-RequireMarker: {?} */'
Details- Type
- n/a
Methods
fromReflectedFileName(string $filePath, bool $usePreviousCodeGeneratorIfItExists = true, bool $includeIfNotAlreadyIncluded = true) : \Zend_CodeGenerator_Php_File
static
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
ParametersName | Type | Description |
---|---|---|
$filePath | string | |
$usePreviousCodeGeneratorIfItExists | bool | |
$includeIfNotAlreadyIncluded | bool |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |
fromReflection(\Zend_Reflection_File $reflectionFile) : \Zend_CodeGenerator_Php_File
static
fromReflection()
Parameters
Returns
Name | Type | Description |
---|---|---|
$reflectionFile | \Zend_Reflection_File |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |
getClass(string $name = null) : \Zend_CodeGenerator_Php_Class
getClass()
Parameters
Returns
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_Class |
getDocblock() : \Zend_CodeGenerator_Php_Docblock
Get docblock
Returns
Type | Description |
---|---|
\Zend_CodeGenerator_Php_Docblock |
registerFileCodeGenerator( $fileCodeGenerator, $fileName = null) : void
static
Parameters
Name | Type | Description |
---|---|---|
$fileCodeGenerator | ||
$fileName |
setBody(string $body) : \Zend_CodeGenerator_Php_File
setBody()
Parameters
Returns
Name | Type | Description |
---|---|---|
$body | string |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |
setClass(\Zend_CodeGenerator_Php_Class | array $class) : \Zend_CodeGenerator_Php_File
setClass()
Parameters
Returns
Name | Type | Description |
---|---|---|
$class | \Zend_CodeGenerator_Php_Class | array |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |
setClasses(array $classes) : \Zend_CodeGenerator_Php_File
setClasses()
Parameters
Returns
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
Parameters
Returns
Name | Type | Description |
---|---|---|
$docblock | \Zend_CodeGenerator_Php_Docblock | array | string |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |
setFilename(string $filename) : \Zend_CodeGenerator_Php_File
setFilename()
Parameters
Returns
Name | Type | Description |
---|---|---|
$filename | string |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |
setRequiredFiles(array $requiredFiles) : \Zend_CodeGenerator_Php_File
setRequiredFiles
Parameters
Returns
Name | Type | Description |
---|---|---|
$requiredFiles | array |
Type | Description |
---|---|
\Zend_CodeGenerator_Php_File |