PHP 클래스 mageekguy\atoum\mock\php\method\argument

파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultValue
$defaultValueIsSet
$isReference
$name
$type

공개 메소드들

메소드 설명
__construct ( $name )
__toString ( )
get ( $name )
getName ( )
getVariable ( )
isArray ( )
isObject ( $type )
isReference ( )
isUntyped ( )
setDefaultValue ( $defaultValue )

메소드 상세

__construct() 공개 메소드

public __construct ( $name )

__toString() 공개 메소드

public __toString ( )

get() 공개 정적인 메소드

public static get ( $name )

getName() 공개 메소드

public getName ( )

getVariable() 공개 메소드

public getVariable ( )

isArray() 공개 메소드

public isArray ( )

isObject() 공개 메소드

public isObject ( $type )

isReference() 공개 메소드

public isReference ( )

isUntyped() 공개 메소드

public isUntyped ( )

setDefaultValue() 공개 메소드

public setDefaultValue ( $defaultValue )

프로퍼티 상세

$defaultValue 보호되어 있는 프로퍼티

protected $defaultValue

$defaultValueIsSet 보호되어 있는 프로퍼티

protected $defaultValueIsSet

$isReference 보호되어 있는 프로퍼티

protected $isReference

$name 보호되어 있는 프로퍼티

protected $name

$type 보호되어 있는 프로퍼티

protected $type