PHP Class Clockwork\Storage\Storage

Inheritance: implements Clockwork\Storage\StorageInterface
Afficher le fichier Open project: itsgoingd/clockwork

Méthodes publiques

Свойство Type Description
$filter Array of data to be filtered from stored requests

Méthodes publiques

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

Méthodes protégées

Méthode Description
applyFilter ( array $data ) Return array of data with applied filter

Method Details

applyFilter() protected méthode

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

retrieveAsJson() public méthode

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

Property Details

$filter public_oe property

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