ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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...