ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Go to the source code of this file.
Functions | |
mainbar () | |
buildMainbar ($f, $r) | |
getDemoEntryRepository ($f) | |
getDemoEntryPersonalWorkspace ($f) | |
getDemoEntryAchievements ($f) | |
getDemoEntryCommunication ($f) | |
getDemoEntryOrganisation ($f) | |
getDemoEntryAdministration ($f) | |
getDemoEntryTools ($f) | |
buildMainbar | ( | $f, | |
$r | |||
) |
Definition at line 12 of file mainbar.php.
References Vendor\Package\$f, getDemoEntryAchievements(), getDemoEntryAdministration(), getDemoEntryCommunication(), getDemoEntryOrganisation(), getDemoEntryPersonalWorkspace(), getDemoEntryRepository(), and getDemoEntryTools().
Referenced by mainbar().
getDemoEntryAchievements | ( | $f | ) |
Definition at line 62 of file mainbar.php.
References Vendor\Package\$f.
Referenced by buildMainbar().
getDemoEntryAdministration | ( | $f | ) |
Definition at line 83 of file mainbar.php.
References Vendor\Package\$f.
Referenced by buildMainbar().
getDemoEntryCommunication | ( | $f | ) |
Definition at line 69 of file mainbar.php.
References Vendor\Package\$f.
Referenced by buildMainbar().
getDemoEntryOrganisation | ( | $f | ) |
Definition at line 76 of file mainbar.php.
References Vendor\Package\$f.
Referenced by buildMainbar().
getDemoEntryPersonalWorkspace | ( | $f | ) |
Definition at line 55 of file mainbar.php.
References Vendor\Package\$f.
Referenced by buildMainbar().
getDemoEntryRepository | ( | $f | ) |
Definition at line 48 of file mainbar.php.
References Vendor\Package\$f.
Referenced by buildMainbar().
getDemoEntryTools | ( | $f | ) |
Definition at line 90 of file mainbar.php.
References Vendor\Package\$f.
Referenced by buildMainbar().
mainbar | ( | ) |
Definition at line 2 of file mainbar.php.
References $DIC, Vendor\Package\$f, and buildMainbar().
Referenced by ILIAS\UI\Implementation\Component\Layout\Page\Standard\__construct(), ILIAS\UI\Implementation\Component\Layout\Page\Standard\hasMainbar(), MainBarTest\setUp(), StandardPageTest\setUp(), MainBarTest\testAddEntry(), MainBarTest\testAddToolEntry(), MainBarTest\testAddToolEntryWithoutToolsButton(), MainBarTest\testConstruction(), MainBarTest\testDisallowedEntry(), MainBarTest\testDisallowedToolEntry(), MainBarTest\testDouplicateIdEntry(), MainBarTest\testDouplicateIdToolEntry(), StandardPageTest\testGetMainbar(), MainBarTest\testSignalsPresent(), MainBarTest\testWithInvalidActive(), and StandardPageTest\testWithWrongContents().