PHP 클래스 mageekguy\atoum\asserters\iterator

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

공개 메소드들

메소드 설명
__get ( $asserter )
hasSize ( $size, $failMessage = null )
isEmpty ( $failMessage = null )
isNotEmpty ( $failMessage = null )
setWith ( $value, $checkType = true )

보호된 메소드들

메소드 설명
isIterator ( $value )
size ( )

메소드 상세

__get() 공개 메소드

public __get ( $asserter )

hasSize() 공개 메소드

public hasSize ( $size, $failMessage = null )

isEmpty() 공개 메소드

public isEmpty ( $failMessage = null )

isIterator() 보호된 정적인 메소드

protected static isIterator ( $value )

isNotEmpty() 공개 메소드

public isNotEmpty ( $failMessage = null )

setWith() 공개 메소드

public setWith ( $value, $checkType = true )

size() 보호된 메소드

protected size ( )