ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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" => "Services/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...