Pimcore\Model\Element\Tag\Listing::setTags PHP Method

setTags() public method

public setTags ( $tags )
$tags
    public function setTags($tags)
    {
        $this->tags = $tags;
        return $this;
    }