Pimcore\Model\Object\Classificationstore\Dao::getGroupsTableName PHP Метод

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

public getGroupsTableName ( ) : string
Результат string
    public function getGroupsTableName()
    {
        return "object_classificationstore_groups_" . $this->model->getClass()->getId();
    }