BearFramework\App\DataRepository::setValue

Sets a new value of the item specified or creates a new item with the key and value specified.
public self setValue string $key string $value )
Parameters
key
The key of the data item.
value
The value of the data item.
Returns
Returns a reference to itself.
Details
Location: ~/src/App/DataRepository.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.