BearFramework\App\IDataDriver::getValue

Returns the value of a stored data item or null if not found.
abstract public string|null getValue string $key )
Parameters
key
The key of the stored data item.
Returns
The value of a stored 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.