Clockwork\Storage\StorageInterface::retrieve PHP Method

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 )
    public function retrieve($id = null, $last = null);
StorageInterface