App\Services\Repositories\Repository::all PHP Méthode

all() public méthode

Get all of the items stored in the repository.
public all ( ) : array
Résultat array
    public function all()
    {
        return $this->items;
    }