Cache\Taggable\TaggablePSR6ItemAdapter::setTags PHP Method

setTags() public method

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