PHP Interface Pantheon\Terminus\DataStore\DataStoreAwareInterface

Show file Open project: pantheon-systems/terminus

Public Methods

Method Description
getDataStore ( ) : Pantheon\Terminus\DataStore\DataStoreInterface Get the data store object.
setDataStore ( Pantheon\Terminus\DataStore\DataStoreInterface $data_store ) * Inject a data store object.

Method Details

getDataStore() public method

Get the data store object.
public getDataStore ( ) : Pantheon\Terminus\DataStore\DataStoreInterface
return Pantheon\Terminus\DataStore\DataStoreInterface

setDataStore() public method

* Inject a data store object.
public setDataStore ( Pantheon\Terminus\DataStore\DataStoreInterface $data_store )
$data_store Pantheon\Terminus\DataStore\DataStoreInterface