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.
VISIBILITY_PUBLIC = 'public'
VISIBILITY_PROTECTED = 'protected'
VISIBILITY_PRIVATE = 'private'
Zend_CodeGenerator_Php_Docblock $_docblock = 'null'
bool $_isAbstract = 'false'
bool $_isFinal = 'false'
bool $_isStatic = 'false'
string $_name = 'null'
const $_visibility = 'self'
getDocblock(
)
:
Zend_CodeGenerator_Php_Docblock
getDocblock()
getName(
)
:
string
getName()
getVisibility(
)
:
const
getVisibility()
isAbstract(
)
:
bool
isAbstract()
isFinal(
)
:
bool
isFinal()
isStatic(
)
:
bool
isStatic()
setAbstract(
bool $isAbstract
)
:
Zend_CodeGenerator_Php_Member_Abstract
setAbstract()
setDocblock(
Zend_CodeGenerator_Php_Docblock|array|string $docblock
)
:
Zend_CodeGenerator_Php_File
setDocblock() Set the docblock
setFinal(
bool $isFinal
)
:
Zend_CodeGenerator_Php_Member_Abstract
setFinal()
setName(
string $name
)
:
Zend_CodeGenerator_Php_Member_Abstract
setName()
setStatic(
bool $isStatic
)
:
Zend_CodeGenerator_Php_Member_Abstract
setStatic()
setVisibility(
const $visibility
)
:
Zend_CodeGenerator_Php_Member_Abstract
setVisitibility()