ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 (protected \ilBiblEntry $entry, protected \ilBiblFactoryFacadeInterface $facade) | |
ilBiblEntryTablePresentationGUI constructor. More... | |
getHtml () | |
setHtml (string $html) | |
getEntry () | |
setEntry (\ilBiblEntry $entry) | |
Protected Member Functions | |
render () | |
Protected Attributes | |
string | $html = '' |
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 | ( | protected \ilBiblEntry | $entry, |
protected \ilBiblFactoryFacadeInterface | $facade | ||
) |
ilBiblEntryTablePresentationGUI constructor.
Definition at line 31 of file class.ilBiblEntryTablePresentationGUI.php.
References render().
ilBiblEntryTablePresentationGUI::getEntry | ( | ) |
Definition at line 115 of file class.ilBiblEntryTablePresentationGUI.php.
Referenced by render().
ilBiblEntryTablePresentationGUI::getHtml | ( | ) |
Definition at line 105 of file class.ilBiblEntryTablePresentationGUI.php.
References $html.
|
protected |
Active records verwenden statt array
Definition at line 39 of file class.ilBiblEntryTablePresentationGUI.php.
References getEntry(), ILIAS\Survey\Mode\getId(), and setHtml().
Referenced by __construct().
ilBiblEntryTablePresentationGUI::setEntry | ( | \ilBiblEntry | $entry | ) |
Definition at line 120 of file class.ilBiblEntryTablePresentationGUI.php.
ilBiblEntryTablePresentationGUI::setHtml | ( | string | $html | ) |
Definition at line 110 of file class.ilBiblEntryTablePresentationGUI.php.
References $html, and ILIAS\Repository\html().
Referenced by render().
|
protected |
Definition at line 26 of file class.ilBiblEntryTablePresentationGUI.php.