Pimcore\Model\Document\Tag\Select::frontend PHP Method

frontend() public method

See also: Document\Tag\TagInterface::frontend
public frontend ( ) : string
return string
    public function frontend()
    {
        return $this->text;
    }