Kernel::System::SysConfig::ValueType::Entity::Type

NAME

Kernel::System::SysConfig::ValueType::Entity::Type – System configuration ticket type 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::Type');
Scroll to Top