Pimcore\Model\Document\Tag\Numeric::frontend PHP Метод

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

См. также: Document\Tag\TagInterface::frontend
public frontend ( ) : string
Результат string
    public function frontend()
    {
        return $this->number;
    }