PHP Class Clockwork\Storage\Storage

Inheritance: implements Clockwork\Storage\StorageInterface
Show file Open project: itsgoingd/clockwork

Public Properties

Property Type Description
$filter Array of data to be filtered from stored requests

Public Methods

Method Description
retrieveAsJson ( $id = null, $last = null ) Same as retrieve, but json representations of requests are returned

Protected Methods

Method Description
applyFilter ( array $data ) Return array of data with applied filter

Method Details

applyFilter() protected method

Return array of data with applied filter
protected applyFilter ( array $data )
$data array

retrieveAsJson() public method

Same as retrieve, but json representations of requests are returned
public retrieveAsJson ( $id = null, $last = null )

Property Details

$filter public property

Array of data to be filtered from stored requests
public $filter