'cms_role', 'primary' => 'id_cms_role', 'fields' => [ 'name' => ['type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'size' => 50], 'id_cms' => ['type' => self::TYPE_INT, 'validate' => 'isUnsignedInt'], ], ]; /** * @return string */ public static function getRepositoryClassName() { return '\\PrestaShop\\PrestaShop\\Core\\CMS\\CMSRoleRepository'; } }