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;
    }