Clockwork\Storage\StorageInterface::retrieve PHP Méthode

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