Owl\Services\TagService::getAll PHP Метод

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

get all tags.
public getAll ( ) : Collection
Результат Collection
    public function getAll()
    {
        return $this->tagRepo->getAll();
    }