BearFramework\DataList::concat

Appends the items of the list provided to the current list.
public self concat ( array|iterable $list )
Parameters
list
A list to append after the current one.
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.