BearFramework\App\FileDataDriver::append

Appends data to the data item's value specified. If the data item does not exist, it will be created.
public void append string $key string $content )
Parameters
key
The key of the data item.
content
The content to append.
Returns
No value is returned.
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.