ILIAS  trunk Revision v11.0_alpha-1846-g895b5f47236
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
mock_ilOrgUnitTypeGUI Class Reference
+ Inheritance diagram for mock_ilOrgUnitTypeGUI:
+ Collaboration diagram for mock_ilOrgUnitTypeGUI:

Public Member Functions

 __construct (protected ILIAS\Refinery\Factory $refinery, protected ILIAS\UI\Factory $ui_factory, protected ilLanguage $lng,)
 
 mockGetAmdForm (array $available_records, ilOrgUnitType $type)
 
- Public Member Functions inherited from ilOrgUnitTypeGUI
 __construct (private ilObjOrgUnitGUI $parent_gui)
 
 executeCommand ()
 
 getSingleTypeLinkTarget (string $action, ?int $type_id=null)
 

Additional Inherited Members

- Protected Member Functions inherited from ilOrgUnitTypeGUI
 getIconForm (?string $section_title=null, ?string $current_identifier=null)
 
 getAvailableAMDRecords ()
 
 getCurrentOrgUnitType ()
 
 getRowIdFromQuery ()
 
 getAmdForm (string $action, array $available_records, ilOrgUnitType $type)
 
 getTable ()
 
 getTableDataRetrieval ()
 
 getEditForm (ilOrgUnitType $type)
 
- Protected Attributes inherited from ilOrgUnitTypeGUI
ilLanguage $lng
 
ILIAS UI Component Link Factory $link_factory
 
UIFactory $ui_factory
 
UIRenderer $ui_renderer
 
Refinery $refinery
 
ServerRequestInterface $request
 
DataFactory $data_factory
 
URLBuilder $url_builder
 
array $query_namespace
 
URLBuilderToken $action_token
 
URLBuilderToken $row_id_token
 
ILIAS HTTP Wrapper ArrayBasedRequestWrapper $query
 

Detailed Description

Definition at line 26 of file ilModulesOrgUnitTypeTest.php.

Constructor & Destructor Documentation

◆ __construct()

mock_ilOrgUnitTypeGUI::__construct ( protected ILIAS\Refinery\Factory  $refinery,
protected ILIAS\UI\Factory  $ui_factory,
protected ilLanguage  $lng 
)

Definition at line 28 of file ilModulesOrgUnitTypeTest.php.

References ilOrgUnitTypeGUI\$lng, and ILIAS\Repository\lng().

Referenced by ilModulesOrgUnitTypeTest\getUIFactory().

32  {
33  $this->lng = $lng;
34  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ mockGetAmdForm()

mock_ilOrgUnitTypeGUI::mockGetAmdForm ( array  $available_records,
ilOrgUnitType  $type 
)

Definition at line 36 of file ilModulesOrgUnitTypeTest.php.

References ilOrgUnitTypeGUI\getAmdForm().

36  : StandardForm
37  {
38  return $this->getAmdForm('#', $available_records, $type);
39  }
getAmdForm(string $action, array $available_records, ilOrgUnitType $type)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: