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

getLabel() public method

The label of this tag
public getLabel ( ) : string
return string
    public function getLabel()
    {
        return $this->label;
    }