Chumper\Datatable\Engines\CollectionEngine::__construct PHP Метод

__construct() публичный Метод

public __construct ( Collection $collection )
$collection Illuminate\Support\Collection
    function __construct(Collection $collection)
    {
        parent::__construct();
        $this->collection = $collection;
        $this->workingCollection = $collection;
    }