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

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

См. также: Document\Tag\TagInterface::getType
public getType ( ) : string
Результат string
    public function getType()
    {
        return "numeric";
    }