ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.TableManager.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27{
28 public function __construct(
29 ) {
30 }
31
32 public function getGlossaryAutoLinkTable(
33 \ilObjGlossary $glossary
35 return new GlossaryAutoLinkTable($glossary);
36 }
37
39 \ilObjGlossary $glossary,
40 \ilObjGlossary $foreign_glossary
42 return new GlossaryForeignTermTable($glossary, $foreign_glossary);
43 }
44
45 public function getTermUsagesTable(
46 int $term_id
48 return new TermUsagesTable($term_id);
49 }
50
52 string $raw_data,
53 \ilObjGlossary $glossary
55 return new TermDefinitionBulkCreationTable($raw_data, $glossary);
56 }
57
58 public function getTermListTable(
59 \ilObjGlossary $glossary,
60 int $tax_node
61 ): TermListTable {
62 return new TermListTable($glossary, $tax_node);
63 }
64}
getTermListTable(\ilObjGlossary $glossary, int $tax_node)
getGlossaryForeignTermTable(\ilObjGlossary $glossary, \ilObjGlossary $foreign_glossary)
getTermDefinitionBulkCreationTable(string $raw_data, \ilObjGlossary $glossary)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...