hedronium\Jables\TagIndexer::tags PHP Метод

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

public tags ( )
    public function tags()
    {
        if (!$this->indexed) {
            $this->indexTags();
        }
        return array_keys($this->tags);
    }