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

Inheritance: implements Bravo3\Orm\Drivers\Common\WorkerInterface
Datei anzeigen Open project: bravo3/orm

Protected Properties

Property Type Description
$io_driver Bravo3\Orm\Drivers\Filesystem\Io\IoDriverInterface

Public Methods

Method Description
__construct ( array $data ) Construct the worker, must contain an IoDriverInterface in the $data array with key 'io_driver'

Protected Methods

Method Description
getJsonValue ( string $key ) : array Get the current value of an index

Method Details

__construct() public method

Construct the worker, must contain an IoDriverInterface in the $data array with key 'io_driver'
public __construct ( array $data )
$data array

getJsonValue() protected method

Get the current value of an index
protected getJsonValue ( string $key ) : array
$key string
return array

Property Details

$io_driver protected_oe property

protected IoDriverInterface,Bravo3\Orm\Drivers\Filesystem\Io $io_driver
return Bravo3\Orm\Drivers\Filesystem\Io\IoDriverInterface