Owl\Repositories\Fluent\TagRepository::getAllFlowTags PHP Метод

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

get all flow tags.
public getAllFlowTags ( ) : Collection
Результат Collection
    public function getAllFlowTags()
    {
        return \DB::table($this->getTableName())->where($this->getTableName() . '.flow_flag', self::FLOW_FLAG_ON)->get();
    }