hedronium\Jables\TagIndexer::tags PHP Method

tags() public method

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