Neos\Media\Domain\Model\Tag::setLabel PHP 메소드

setLabel() 공개 메소드

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