CodeGenerator/Php/Member/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_Member_Abstract

Package: Zend_CodeGenerator
Parent(s)
\Zend_CodeGenerator_Php_Abstract < \Zend_CodeGenerator_Abstract
Children
\Zend_CodeGenerator_Php_Property
\Zend_CodeGenerator_Php_Method
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  VISIBILITY_PUBLIC = 'public'
>VConstant  VISIBILITY_PROTECTED = 'protected'
>VConstant  VISIBILITY_PRIVATE = 'private'

Properties

>VPropertyprotected\Zend_CodeGenerator_Php_Docblock $_docblock = null
Default valuenullDetails
Type
\Zend_CodeGenerator_Php_Docblock
>VPropertyprotectedbool $_isAbstract = false
Default valuefalseDetails
Type
bool
>VPropertyprotectedbool $_isFinal = false
Default valuefalseDetails
Type
bool
>VPropertyprotectedbool $_isStatic = false
Default valuefalseDetails
Type
bool
>VPropertyprotectedstring $_name = null
Default valuenullDetails
Type
string
>VPropertyprotected\const $_visibility = self::VISIBILITY_PUBLIC
Default valueself::VISIBILITY_PUBLICDetails
Type
\const

Methods

methodpublicgetDocblock() : \Zend_CodeGenerator_Php_Docblock

getDocblock()

Returns
TypeDescription
\Zend_CodeGenerator_Php_Docblock
methodpublicgetName() : string

getName()

Returns
TypeDescription
string
methodpublicgetVisibility() : \const

getVisibility()

Returns
TypeDescription
\const
methodpublicisAbstract() : bool

isAbstract()

Returns
TypeDescription
bool
methodpublicisFinal() : bool

isFinal()

Returns
TypeDescription
bool
methodpublicisStatic() : bool

isStatic()

Returns
TypeDescription
bool
methodpublicsetAbstract(bool $isAbstract) : \Zend_CodeGenerator_Php_Member_Abstract

setAbstract()

Parameters
NameTypeDescription
$isAbstractbool
Returns
TypeDescription
\Zend_CodeGenerator_Php_Member_Abstract
methodpublicsetDocblock(\Zend_CodeGenerator_Php_Docblock | array | string $docblock) : \Zend_CodeGenerator_Php_File

setDocblock() Set the docblock

Parameters
NameTypeDescription
$docblock\Zend_CodeGenerator_Php_Docblock | array | string
Returns
TypeDescription
\Zend_CodeGenerator_Php_File
methodpublicsetFinal(bool $isFinal) : \Zend_CodeGenerator_Php_Member_Abstract

setFinal()

Parameters
NameTypeDescription
$isFinalbool
Returns
TypeDescription
\Zend_CodeGenerator_Php_Member_Abstract
methodpublicsetName(string $name) : \Zend_CodeGenerator_Php_Member_Abstract

setName()

Parameters
NameTypeDescription
$namestring
Returns
TypeDescription
\Zend_CodeGenerator_Php_Member_Abstract
methodpublicsetStatic(bool $isStatic) : \Zend_CodeGenerator_Php_Member_Abstract

setStatic()

Parameters
NameTypeDescription
$isStaticbool
Returns
TypeDescription
\Zend_CodeGenerator_Php_Member_Abstract
methodpublicsetVisibility(\const $visibility) : \Zend_CodeGenerator_Php_Member_Abstract

setVisitibility()

Parameters
NameTypeDescription
$visibility\const
Returns
TypeDescription
\Zend_CodeGenerator_Php_Member_Abstract
Documentation was generated by phpDocumentor 2.2.0 .