BearFramework\App\DataRepository::make

Constructs a new data item and returns it.
public BearFramework\App\DataItem make ( [ string|null $key [, string|null $value ]] )
Parameters
key
The key of the data item.
value
The value of the data item.
Returns
Returns a new data item.
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.