hedronium\Jables\TagIndexer::untagged PHP Method

untagged() public method

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