Domain\Http\Controllers\Traits\AllTrait::index PHP Méthode

index() public méthode

Get all :item.
public index ( ) : Illuminate\Pagination\LengthAwarePaginator
Résultat Illuminate\Pagination\LengthAwarePaginator
    public function index()
    {
        return $this->repo->all($this->columns, $this->with, $this->load);
    }
AllTrait