CodeGenerator/Php/Parameter.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_Parameter

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

Properties

>VPropertyprotectedstring $_defaultValue = null
Default valuenullDetails
Type
string
>VPropertyprotectedstring $_name = null
Default valuenullDetails
Type
string
>VPropertyprotectedbool $_passedByReference = false
Default valuefalseDetails
Type
bool
>VPropertyprotectedint $_position = null
Default valuenullDetails
Type
int
>VPropertyprotectedstring $_type = null
Default valuenullDetails
Type
string

Methods

methodpublicfromReflection(\Zend_Reflection_Parameter $reflectionParameter) : \Zend_CodeGenerator_Php_Parameter
static

fromReflection()

Parameters
NameTypeDescription
$reflectionParameter\Zend_Reflection_Parameter
Returns
TypeDescription
\Zend_CodeGenerator_Php_Parameter
methodpublicgenerate() : string

generate()

Returns
TypeDescription
string
methodpublicgetDefaultValue() : string

getDefaultValue()

Returns
TypeDescription
string
methodpublicgetName() : string

getName()

Returns
TypeDescription
string
methodpublicgetPassedByReference() : bool

Returns
TypeDescription
bool
methodpublicgetPosition() : int

getPosition()

Returns
TypeDescription
int
methodpublicgetType() : string

getType()

Returns
TypeDescription
string
methodpublicsetDefaultValue(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
Parameters
NameTypeDescription
$defaultValuenull | bool | string | int | float | \Zend_CodeGenerator_Php_Parameter_DefaultValue
Returns
TypeDescription
\Zend_CodeGenerator_Php_Parameter
methodpublicsetName(string $name) : \Zend_CodeGenerator_Php_Parameter

setName()

Parameters
NameTypeDescription
$namestring
Returns
TypeDescription
\Zend_CodeGenerator_Php_Parameter
methodpublicsetPassedByReference(bool $passedByReference) : \Zend_CodeGenerator_Php_Parameter

Parameters
NameTypeDescription
$passedByReferencebool
Returns
TypeDescription
\Zend_CodeGenerator_Php_Parameter
methodpublicsetPosition(int $position) : \Zend_CodeGenerator_Php_Parameter

setPosition()

Parameters
NameTypeDescription
$positionint
Returns
TypeDescription
\Zend_CodeGenerator_Php_Parameter
methodpublicsetType(string $type) : \Zend_CodeGenerator_Php_Parameter

setType()

Parameters
NameTypeDescription
$typestring
Returns
TypeDescription
\Zend_CodeGenerator_Php_Parameter
Documentation was generated by phpDocumentor 2.2.0 .