ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
}
ilUnitTestPCDefinition\getRecords
getRecords()
Definition:
class.ilUnitTestPCDefinition.php:24
ilUnitTestPCDefinition
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilUnitTestPCDefinition.php:22
ILIAS\COPage\PC\PCDefinition
Definition:
class.PCDefinition.php:26
components
ILIAS
COPage
tests
class.ilUnitTestPCDefinition.php
Generated on Mon Sep 1 2025 23:02:49 for ILIAS by
1.8.13 (using
Doxyfile
)