Clockwork\Storage\StorageInterface::retrieve PHP Метод

retrieve() публичный Метод

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