BearFramework\App\IDataDriver::get

Returns a stored data item or null if not found.
abstract public BearFramework\App\DataItem|null get string $key )
Parameters
key
The key of the stored data item.
Returns
A data item or null if not found.
Details
Location: ~/src/App/FileDataDriver.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.