PHP 클래스 mageekguy\atoum\asserters\constant

상속: extends mageekguy\atoum\asserter
파일 보기 프로젝트 열기: atoum/atoum

보호된 프로퍼티들

프로퍼티 타입 설명
$diff
$isSet
$value

공개 메소드들

메소드 설명
__call ( $method, $arguments )
__construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\tools\variable\analyzer $analyzer = null, mageekguy\atoum\locale $locale = null )
__toString ( )
getDiff ( )
getValue ( )
isEqualTo ( $value, $failMessage = null )
reset ( )
setDiff ( mageekguy\atoum\tools\diffs\variable $diff = null )
setWith ( $value )
wasSet ( )

보호된 메소드들

메소드 설명
valueIsSet ( $message = 'Value is undefined' )

메소드 상세

__call() 공개 메소드

public __call ( $method, $arguments )

__construct() 공개 메소드

public __construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\tools\variable\analyzer $analyzer = null, mageekguy\atoum\locale $locale = null )
$generator mageekguy\atoum\asserter\generator
$analyzer mageekguy\atoum\tools\variable\analyzer
$locale mageekguy\atoum\locale

__toString() 공개 메소드

public __toString ( )

getDiff() 공개 메소드

public getDiff ( )

getValue() 공개 메소드

public getValue ( )

isEqualTo() 공개 메소드

public isEqualTo ( $value, $failMessage = null )

reset() 공개 메소드

public reset ( )

setDiff() 공개 메소드

public setDiff ( mageekguy\atoum\tools\diffs\variable $diff = null )
$diff mageekguy\atoum\tools\diffs\variable

setWith() 공개 메소드

public setWith ( $value )

valueIsSet() 보호된 메소드

protected valueIsSet ( $message = 'Value is undefined' )

wasSet() 공개 메소드

public wasSet ( )

프로퍼티 상세

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

protected $diff

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

protected $isSet

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

protected $value