hedronium\Jables\TagIndexer::untagged PHP 메소드

untagged() 공개 메소드

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