PHP Trait Pantheon\Terminus\DataStore\DataStoreAwareTrait

Datei anzeigen Open project: pantheon-systems/terminus

Protected Properties

Property Type Description
$data_store Pantheon\Terminus\DataStore\DataStoreInterface

Public Methods

Method Description
getDataStore ( ) : mixed
setDataStore ( Pantheon\Terminus\DataStore\DataStoreInterface $data_store )

Method Details

getDataStore() public method

public getDataStore ( ) : mixed
return mixed

setDataStore() public method

public setDataStore ( Pantheon\Terminus\DataStore\DataStoreInterface $data_store )
$data_store Pantheon\Terminus\DataStore\DataStoreInterface

Property Details

$data_store protected_oe property

protected DataStoreInterface,Pantheon\Terminus\DataStore $data_store
return Pantheon\Terminus\DataStore\DataStoreInterface