PHP 클래스 mageekguy\atoum\asserters\phpResource

상속: extends variable
파일 보기 프로젝트 열기: atoum/atoum

공개 메소드들

메소드 설명
__call ( $name, $arguments )
__get ( $asserter )
isOfType ( $type, $failMessage = null )
setWith ( $value )

보호된 메소드들

메소드 설명
getTypeAsserter ( )
matches ( $pattern, $failMessage = null )

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__get() 공개 메소드

public __get ( $asserter )

getTypeAsserter() 보호된 메소드

protected getTypeAsserter ( )

isOfType() 공개 메소드

public isOfType ( $type, $failMessage = null )

matches() 보호된 메소드

protected matches ( $pattern, $failMessage = null )

setWith() 공개 메소드

public setWith ( $value )