ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
class.ilUnitTestPageConfig.php
Go to the documentation of this file.
1
<?php
2
22
class
ilUnitTestPageConfig
extends
ilPageConfig
23
{
24
protected
function
loadPCDefs
(): void
25
{
26
}
27
28
protected
function
loadParentKey
(): void
29
{
30
$this->page_obj_key =
"unit"
;
31
}
32
33
public
function
init
(): void
34
{
35
}
36
37
public
function
getEnablePCType
(
string
$a_pc_type): bool
38
{
39
return
$this->pc_enabled[$a_pc_type] ??
false
;
40
}
41
}
ilUnitTestPageConfig
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilUnitTestPageConfig.php:22
ilUnitTestPageConfig\init
init()
Definition:
class.ilUnitTestPageConfig.php:33
ilPageConfig
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilPageConfig.php:24
ilUnitTestPageConfig\getEnablePCType
getEnablePCType(string $a_pc_type)
Definition:
class.ilUnitTestPageConfig.php:37
ilUnitTestPageConfig\loadPCDefs
loadPCDefs()
Definition:
class.ilUnitTestPageConfig.php:24
ilUnitTestPageConfig\loadParentKey
loadParentKey()
Definition:
class.ilUnitTestPageConfig.php:28
components
ILIAS
COPage
tests
class.ilUnitTestPageConfig.php
Generated on Mon Sep 1 2025 23:02:49 for ILIAS by
1.8.13 (using
Doxyfile
)