Kernel::System::SysConfig::ValueType::Entity::Priority

NAME

Kernel::System::SysConfig::ValueType::Entity::Priority – System configuration priority entity type backend.

PUBLIC INTERFACE

new()

Create an object. Do not use it directly, instead use:

    use Kernel::System::ObjectManager;
    local $Kernel::OM = Kernel::System::ObjectManager->new();
    my $EntityTypeObject = $Kernel::OM->Get('Kernel::System::SysConfig::ValueType::Entity::Priority');
Scroll to Top