BearFramework\App\IDataDriver::duplicate

Creates a copy of the data item specified.
abstract public void duplicate string $sourceKey string $destinationKey )
Parameters
sourceKey
The key of the source data item.
destinationKey
The key of the destination data item.
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.