Rename cmdbAbstractObject::EnumDisplayMode() to be consistent with the rest

This commit is contained in:
Molkobain
2021-11-16 21:38:51 +01:00
parent d0f9868a19
commit 91d030933b
3 changed files with 8 additions and 8 deletions

View File

@@ -193,14 +193,14 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
}
/**
* Return the allowed object modes
* Return the allowed display modes
*
* @see static::ENUM_DISPLAY_MODE_XXX
*
* @return string[]
* @since 3.0.0
*/
public static function EnumObjectModes(): array
public static function EnumDisplayModes(): array
{
return [
static::ENUM_DISPLAY_MODE_VIEW,