Owl\Repositories\Eloquent\TagRepository::getAllFlowTags PHP 메소드

getAllFlowTags() 공개 메소드

get all flow tags.
public getAllFlowTags ( ) : Collection
리턴 Collection
    public function getAllFlowTags()
    {
        return $this->tag->where('flow_flag', self::FLOW_FLAG_ON)->get();
    }