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;
    }