PHP Class lithium\tests\mocks\data\collection\MockRecordSet

Inheritance: extends lithium\data\collection\RecordSet
Datei anzeigen Open project: unionofrad/lithium Class Usage Examples

Public Methods

Method Description
close ( )
get ( $var )
reset ( ) Convenience method for lazy loading testing.

Method Details

close() public method

public close ( )

get() public method

public get ( $var )

reset() public method

Reset the RecordSet to its inital state after _construct.
public reset ( )