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.
string $_defaultValue = 'null'
string $_name = 'null'
bool $_passedByReference = 'false'
int $_position = 'null'
string $_type = 'null'
fromReflection(
Zend_Reflection_Parameter $reflectionParameter
)
:
Zend_CodeGenerator_Php_Parameter
fromReflection()
generate(
)
:
string
generate()
getDefaultValue(
)
:
string
getDefaultValue()
getName(
)
:
string
getName()
getPassedByReference(
)
:
bool
getPosition(
)
:
int
getPosition()
getType(
)
:
string
getType()
setDefaultValue(
null|bool|string|int|float|Zend_CodeGenerator_Php_Parameter_DefaultValue $defaultValue
)
:
Zend_CodeGenerator_Php_Parameter
Set the default value of the parameter.
Certain variables are difficult to expres
setName(
string $name
)
:
Zend_CodeGenerator_Php_Parameter
setName()
setPassedByReference(
bool $passedByReference
)
:
Zend_CodeGenerator_Php_Parameter
setPosition(
int $position
)
:
Zend_CodeGenerator_Php_Parameter
setPosition()
setType(
string $type
)
:
Zend_CodeGenerator_Php_Parameter
setType()