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;
    }