CodeGenerator/Php/Abstract.php
- category
- Zend
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- Zend_CodeGenerator
- subpackage
- PHP
- version
- $Id: Abstract.php 20096 2010-01-06 02:05:09Z bkarwin $
- Classes
- Zend_CodeGenerator_Php_Abstract
Description
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_Abstract
- Extends from
- Zend_CodeGenerator_Abstract
- category
- Zend
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- Zend_CodeGenerator
- Constants
- LINE_FEED
- Properties
- $_isSourceDirty
- $_indentation
- Methods
- setSourceDirty
- isSourceDirty
- setIndentation
- getIndentation
Description
Constants
LINE_FEED = '\n'
Line feed to use in place of EOL
Details
- value
- \n
Properties
int|string $_indentation = ' '
Details
- $_indentation
- int|string
- visibility
- protected
- default
-
- final
- false
- static
- false
bool $_isSourceDirty = 'true'
Details
- $_isSourceDirty
- bool
- visibility
- protected
- default
- true
- final
- false
- static
- false
Methods
getIndentation(
)
:
string|int
getIndentation()
Details
- visibility
- public
- final
- false
- static
- false
isSourceDirty(
)
:
bool
isSourceDirty()
Details
- visibility
- public
- final
- false
- static
- false
setIndentation(
string|int $indentation
)
:
Zend_CodeGenerator_Php_Abstract
setIndentation()
Arguments
- $indentation
- stringint
Details
- visibility
- public
- final
- false
- static
- false
setSourceDirty(
bool $isSourceDirty
=
true
)
:
Zend_CodeGenerator_Php_Abstract
setSourceDirty()
Arguments
- $isSourceDirty
- bool
Details
- visibility
- public
- final
- false
- static
- false