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

setTags() 공개 메소드

public setTags ( array $tags )
$tags array
    public function setTags(array $tags)
    {
        $this->initialized = true;
        $this->tags = $tags;
        $this->updateTags();
        return $this;
    }