BearFramework\App\DataRepository::rename

Changes the key of the data item specified.
public self rename string $sourceKey string $destinationKey )
Parameters
sourceKey
The current key of the data item.
destinationKey
The new key 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.