PHP Interface Clockwork\Storage\StorageInterface

Afficher le fichier Open project: itsgoingd/clockwork

Méthodes publiques

Méthode 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 méthode

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 méthode

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