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

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

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