PHP Interface Clockwork\Storage\StorageInterface

Show file Open project: itsgoingd/clockwork

Public Methods

Method Description
retrieve ( $id = null, $last = null ) Retrieve request specified by id argument, if second argument is specified, array of requests from id to last will be returned
store ( Request $request ) Store request

Method Details

retrieve() public method

Retrieve request specified by id argument, if second argument is specified, array of requests from id to last will be returned
public retrieve ( $id = null, $last = null )

store() public method

Store request
public store ( Request $request )
$request Clockwork\Request\Request