BearFramework\DataList::unshift

Prepends an object to the beginning of the list.
public self unshift object|array $object )
Parameters
object
The data to be prepended.
Returns
A reference to the list.
Details
Location: ~/src/DataList.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.