Neos\Media\Domain\Model\Tag::setLabel PHP Method

setLabel() public method

Sets the label of this tag
public setLabel ( string $label ) : void
$label string
return void
    public function setLabel($label)
    {
        $this->label = $label;
    }