Neos\Media\Domain\Model\Tag::getLabel PHP Метод

getLabel() публичный Метод

The label of this tag
public getLabel ( ) : string
Результат string
    public function getLabel()
    {
        return $this->label;
    }