PHP Class mageekguy\atoum\asserters\iterator

Inheritance: extends object
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Public Methods

Method Description
__get ( $asserter )
hasSize ( $size, $failMessage = null )
isEmpty ( $failMessage = null )
isNotEmpty ( $failMessage = null )
setWith ( $value, $checkType = true )

Protected Methods

Method Description
isIterator ( $value )
size ( )

Method Details

__get() public method

public __get ( $asserter )

hasSize() public method

public hasSize ( $size, $failMessage = null )

isEmpty() public method

public isEmpty ( $failMessage = null )

isIterator() protected static method

protected static isIterator ( $value )

isNotEmpty() public method

public isNotEmpty ( $failMessage = null )

setWith() public method

public setWith ( $value, $checkType = true )

size() protected method

protected size ( )