creocoder\taggable\TaggableBehavior::removeTagValues PHP Méthode

removeTagValues() public méthode

Removes tags.
public removeTagValues ( string | string[] $values )
$values string | string[]
    public function removeTagValues($values)
    {
        $this->_tagValues = array_diff($this->getTagValues(true), $this->filterTagValues($values));
    }