ITSMConfigurationManagement -> rel-3_3 API documentation

NAME

Kernel::Output::HTML::ITSMConfigItemLayoutDummy - layout backend module

SYNOPSIS

All layout functions of dummy objects

  • new()

    create an object

    $BackendObject = Kernel::Output::HTML::ITSMConfigItemLayoutDummy->new(
        %Param,
    );
    
  • OutputStringCreate()

    create output string

    my $Value = $BackendObject->OutputStringCreate();
    
  • FormDataGet()

    get form data as hash reference

    my $FormDataRef = $BackendObject->FormDataGet();
    
  • InputCreate()

    create a input string

    my $Value = $BackendObject->InputCreate();
    
  • SearchFormDataGet()

    get search form data

    my $Value = $BackendObject->SearchFormDataGet();
    
  • SearchInputCreate()

    create a search input string

    my $Value = $BackendObject->SearchInputCreate();
    

TERMS AND CONDITIONS

This software is part of the OTRS project (https://otrs.org/).

This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.