App\Services\Repositories\Repository::all PHP Метод

all() публичный Метод

Get all of the items stored in the repository.
public all ( ) : array
Результат array
    public function all()
    {
        return $this->items;
    }