ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilUnitTestPCDefinition.php
Go to the documentation of this file.
1<?php
2
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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...