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 (\ilBiblLibraryInterface $library, \ilBiblFactoryFacade $facade) | |
ilBiblLibraryPresentationGUI constructor. More... | |
generateLibraryLink (ilBiblEntry $entry, string $type) | |
getButton (ilBiblFactoryFacadeInterface $bibl_factory_facade, ilBiblEntry $entry) | |
formatAttribute (string $a, ilBiblTypeInterface $type, array $attributes, string $prefix) | |
Protected Attributes | |
ilBiblLibraryInterface | $library |
ilBiblFactoryFacade | $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 ilBiblLibraryPresentationGUI
Definition at line 23 of file class.ilBiblLibraryPresentationGUI.php.
ilBiblLibraryPresentationGUI::__construct | ( | \ilBiblLibraryInterface | $library, |
\ilBiblFactoryFacade | $facade | ||
) |
ilBiblLibraryPresentationGUI constructor.
Definition at line 31 of file class.ilBiblLibraryPresentationGUI.php.
References $facade, and $library.
ilBiblLibraryPresentationGUI::formatAttribute | ( | string | $a, |
ilBiblTypeInterface | $type, | ||
array | $attributes, | ||
string | $prefix | ||
) |
Definition at line 123 of file class.ilBiblLibraryPresentationGUI.php.
References Vendor\Package\$a, and ilBiblTypeInterface\getStringRepresentation().
Referenced by generateLibraryLink().
ilBiblLibraryPresentationGUI::generateLibraryLink | ( | ilBiblEntry | $entry, |
string | $type | ||
) |
Evtl. URL Erstellung vereinfachen
Definition at line 40 of file class.ilBiblLibraryPresentationGUI.php.
References Vendor\Package\$a, $attributes, ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, ilBiblTypeFactoryInterface\DATA_TYPE_RIS, formatAttribute(), ilBiblEntry\getId(), and ilBiblEntry\getType().
Referenced by getButton().
ilBiblLibraryPresentationGUI::getButton | ( | ilBiblFactoryFacadeInterface | $bibl_factory_facade, |
ilBiblEntry | $entry | ||
) |
Definition at line 103 of file class.ilBiblLibraryPresentationGUI.php.
References generateLibraryLink(), ilLinkButton\getInstance(), ilImageLinkButton\getInstance(), and ilBiblFactoryFacadeInterface\type().
|
protected |
Definition at line 26 of file class.ilBiblLibraryPresentationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilBiblLibraryPresentationGUI.php.
Referenced by __construct().