PHP Class Bravo3\Orm\Drivers\Filesystem\Workers\RetrieveWorker

This class will honour the TTL, throwing a NotFoundException if the TTL has expired.
Inheritance: extends AbstractFilesystemWorker
Show file Open project: bravo3/orm

Public Methods

Method Description
execute ( array $parameters ) : mixed Execute the command
getRequiredParameters ( ) : string[] Returns a list of required parameters

Method Details

execute() public method

Execute the command
public execute ( array $parameters ) : mixed
$parameters array
return mixed

getRequiredParameters() public method

Returns a list of required parameters
public getRequiredParameters ( ) : string[]
return string[]