Docs
Addons
Community
News
Documentation
/
API
BearFramework\App\NullDataDriver::rename
Changes the key of the data item specified.
public
void rename
(
string $sourceKey
,
string $destinationKey
)
Parameters
sourceKey
The current key of the data item.
destinationKey
The new key of the data item.
Returns
No value is returned.
Details
BearFramework\App\NullDataDriver
Location: ~/src/App/NullDataDriver.php
back to index
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.