PHP 클래스 mageekguy\atoum\asserters\extension

상속: extends mageekguy\atoum\asserter
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$name
$phpExtensionFactory

공개 메소드들

메소드 설명
__construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\locale $locale = null, closure $phpExtensionFactory = null )
__get ( $asserter )
__toString ( )
getName ( )
isLoaded ( $failMessage = null )
reset ( )
setPhpExtensionFactory ( closure $factory = null )
setWith ( $name )

보호된 메소드들

메소드 설명
pass ( )
valueIsSet ( $message = 'Name of PHP extension is undefined' )

메소드 상세

__construct() 공개 메소드

public __construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\locale $locale = null, closure $phpExtensionFactory = null )
$generator mageekguy\atoum\asserter\generator
$locale mageekguy\atoum\locale
$phpExtensionFactory closure

__get() 공개 메소드

public __get ( $asserter )

__toString() 공개 메소드

public __toString ( )

getName() 공개 메소드

public getName ( )

isLoaded() 공개 메소드

public isLoaded ( $failMessage = null )

pass() 보호된 메소드

protected pass ( )

reset() 공개 메소드

public reset ( )

setPhpExtensionFactory() 공개 메소드

public setPhpExtensionFactory ( closure $factory = null )
$factory closure

setWith() 공개 메소드

public setWith ( $name )

valueIsSet() 보호된 메소드

protected valueIsSet ( $message = 'Name of PHP extension is undefined' )

프로퍼티 상세

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

protected $name

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

protected $phpExtensionFactory