コード例 #1
0
 public function __construct(Manager $fractal, TransformerAbstract $transformer, EloquentCollection $collection)
 {
     parent::__construct($fractal, $transformer);
     $this->collection = $collection;
 }
コード例 #2
0
 public function __construct(Manager $fractal, TransformerAbstract $transformer, Builder $query)
 {
     parent::__construct($fractal, $transformer);
     $this->query = $query;
 }