PHP Class mageekguy\atoum\mock\php\method\argument

Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$defaultValue
$defaultValueIsSet
$isReference
$name
$type

Public Methods

Method Description
__construct ( $name )
__toString ( )
get ( $name )
getName ( )
getVariable ( )
isArray ( )
isObject ( $type )
isReference ( )
isUntyped ( )
setDefaultValue ( $defaultValue )

Method Details

__construct() public method

public __construct ( $name )

__toString() public method

public __toString ( )

get() public static method

public static get ( $name )

getName() public method

public getName ( )

getVariable() public method

public getVariable ( )

isArray() public method

public isArray ( )

isObject() public method

public isObject ( $type )

isReference() public method

public isReference ( )

isUntyped() public method

public isUntyped ( )

setDefaultValue() public method

public setDefaultValue ( $defaultValue )

Property Details

$defaultValue protected_oe property

protected $defaultValue

$defaultValueIsSet protected_oe property

protected $defaultValueIsSet

$isReference protected_oe property

protected $isReference

$name protected_oe property

protected $name

$type protected_oe property

protected $type