ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilBiblEntry $entry, ilBiblFactoryFacadeInterface $facade) | |
ilBiblEntryTablePresentationGUI constructor. More... | |
getHtml () | |
setHtml (string $html) | |
getEntry () | |
setEntry (\ilBiblEntry $entry) | |
Protected Member Functions | |
render () | |
Protected Attributes | |
ilBiblEntry | $entry |
string | $html = '' |
ilBiblFactoryFacadeInterface | $facade |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBiblEntryTablePresentationGUI
Definition at line 24 of file class.ilBiblEntryTablePresentationGUI.php.
ilBiblEntryTablePresentationGUI::__construct | ( | ilBiblEntry | $entry, |
ilBiblFactoryFacadeInterface | $facade | ||
) |
ilBiblEntryTablePresentationGUI constructor.
Definition at line 33 of file class.ilBiblEntryTablePresentationGUI.php.
References $entry, $facade, and render().
ilBiblEntryTablePresentationGUI::getEntry | ( | ) |
Definition at line 119 of file class.ilBiblEntryTablePresentationGUI.php.
References $entry.
Referenced by render().
ilBiblEntryTablePresentationGUI::getHtml | ( | ) |
Definition at line 109 of file class.ilBiblEntryTablePresentationGUI.php.
References $html.
|
protected |
Active records verwenden statt array
Definition at line 43 of file class.ilBiblEntryTablePresentationGUI.php.
References $attributes, ILIAS\LTI\ToolProvider\$key, getEntry(), ILIAS\Survey\Mode\getId(), and setHtml().
Referenced by __construct().
ilBiblEntryTablePresentationGUI::setEntry | ( | \ilBiblEntry | $entry | ) |
Definition at line 124 of file class.ilBiblEntryTablePresentationGUI.php.
References $entry.
ilBiblEntryTablePresentationGUI::setHtml | ( | string | $html | ) |
Definition at line 114 of file class.ilBiblEntryTablePresentationGUI.php.
References $html, and ILIAS\Repository\html().
Referenced by render().
|
protected |
Definition at line 26 of file class.ilBiblEntryTablePresentationGUI.php.
Referenced by __construct(), getEntry(), and setEntry().
|
protected |
Definition at line 28 of file class.ilBiblEntryTablePresentationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilBiblEntryTablePresentationGUI.php.