Pimcore\Model\Object\Data\KeyValue\Dao::getTableName PHP Method

getTableName() public method

public getTableName ( ) : string
return string
    public function getTableName()
    {
        $model = $this->model;
        $class = $model->getClass();
        $classId = $class->getId();
        return "object_keyvalue_" . $classId;
    }