Cache\Taggable\TaggableItemInterface::setTags PHP Method

setTags() public method

Replace the current tags with a new set of tags.
public setTags ( array $tags )
$tags array
    public function setTags(array $tags);
TaggableItemInterface