App\Services\Repositories\Repository::all PHP Method

all() public method

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