Artesaos\Defender\Repositories\Eloquent\AbstractEloquentRepository::all PHP Méthode

all() public méthode

Returns all from the current model.
public all ( ) : static
Résultat static
    public function all()
    {
        return $this->model->all();
    }