ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilUnitTestPCDefinition.php
Go to the documentation of this file.
1
<?php
2
22
class
ilUnitTestPCDefinition
extends
\ILIAS\COPage\PC\PCDefinition
23
{
24
public
function
getRecords
(): array
25
{
26
return
[
27
[
28
"pc_type"
=>
"par"
,
29
"name"
=>
"Paragraph"
,
30
"directory"
=>
"classes"
,
31
"int_links"
=> 1,
32
"style_classes"
=> 1,
33
"xsl"
=> 0,
34
"component"
=>
"components/ILIAS/COPage"
,
35
"def_enabled"
=> 1,
36
"top_item"
=> 1,
37
"order_nr"
=> 10
38
]
39
];
40
}
41
}
ILIAS\COPage\PC\PCDefinition
Definition:
class.PCDefinition.php:27
ilUnitTestPCDefinition
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilUnitTestPCDefinition.php:23
ilUnitTestPCDefinition\getRecords
getRecords()
Definition:
class.ilUnitTestPCDefinition.php:24
components
ILIAS
COPage
tests
class.ilUnitTestPCDefinition.php
Generated on Sat Oct 18 2025 23:02:52 for ILIAS by
1.9.4 (using
Doxyfile
)