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

Inheritance: implements Bravo3\Orm\Drivers\Common\WorkerInterface
Afficher le fichier Open project: bravo3/orm

Protected Properties

Свойство Type Description
$io_driver Bravo3\Orm\Drivers\Filesystem\Io\IoDriverInterface

Méthodes publiques

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

Méthodes protégées

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

Method Details

__construct() public méthode

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

getJsonValue() protected méthode

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

Property Details

$io_driver protected_oe property

protected IoDriverInterface,Bravo3\Orm\Drivers\Filesystem\Io $io_driver
Résultat Bravo3\Orm\Drivers\Filesystem\Io\IoDriverInterface