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

frontend() public method

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