creocoder\taggable\TaggableBehavior::setTagValues PHP Method

setTagValues() public method

Sets tags.
public setTagValues ( string | string[] $values )
$values string | string[]
    public function setTagValues($values)
    {
        $this->_tagValues = $this->filterTagValues($values);
    }