CodeGenerator/Php/Abstract.php

Show: PublicProtectedPrivateinherited
Table of Contents
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_Abstract

Package: Zend_CodeGenerator
Parent(s)
\Zend_CodeGenerator_Abstract
Children
\Zend_CodeGenerator_Php_Docblock_Tag
\Zend_CodeGenerator_Php_Class
\Zend_CodeGenerator_Php_File
\Zend_CodeGenerator_Php_Docblock
\Zend_CodeGenerator_Php_Property_DefaultValue
\Zend_CodeGenerator_Php_Parameter
\Zend_CodeGenerator_Php_Member_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  LINE_FEED = "\n"
Line feed to use in place of EOL

Properties

>VPropertyprotectedint|string $_indentation = ' '
Default value' 'Details
Type
int | string
>VPropertyprotectedbool $_isSourceDirty = true
Default valuetrueDetails
Type
bool

Methods

methodpublicgetIndentation() : string | int

getIndentation()

Returns
TypeDescription
string | int
methodpublicisSourceDirty() : bool

isSourceDirty()

Returns
TypeDescription
bool
methodpublicsetIndentation(string | int $indentation) : \Zend_CodeGenerator_Php_Abstract

setIndentation()

Parameters
NameTypeDescription
$indentationstring | int
Returns
TypeDescription
\Zend_CodeGenerator_Php_Abstract
methodpublicsetSourceDirty(bool $isSourceDirty = true) : \Zend_CodeGenerator_Php_Abstract

setSourceDirty()

Parameters
NameTypeDescription
$isSourceDirtybool
Returns
TypeDescription
\Zend_CodeGenerator_Php_Abstract
Documentation was generated by phpDocumentor 2.2.0 .