Cache\Taggable\TaggableItemInterface::setTags PHP 메소드

setTags() 공개 메소드

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