|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilBiblEntryTablePresentationGUI: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().
Here is the call graph for this function:| ilBiblEntryTablePresentationGUI::getEntry | ( | ) |
Definition at line 115 of file class.ilBiblEntryTablePresentationGUI.php.
Referenced by render().
Here is the caller graph for this function:| ilBiblEntryTablePresentationGUI::getHtml | ( | ) |
Definition at line 105 of file class.ilBiblEntryTablePresentationGUI.php.
References $html.
|
protected |
Definition at line 39 of file class.ilBiblEntryTablePresentationGUI.php.
References getEntry(), ILIAS\Survey\Mode\getId(), and setHtml().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilBiblEntryTablePresentationGUI.php.