ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ui.php File Reference

Go to the source code of this file.

Namespaces

namespace  ILIAS\UI\examples\Layout\Page\Standard
 

Functions

 ILIAS\UI\examples\Layout\Page\Standard::ui ()
 
if( $request_wrapper->has( 'new_ui') &&$request_wrapper->retrieve( 'new_ui', $refinery->kindlyTo() ->int())===1) ILIAS\UI\examples\Layout\Page\Standard::renderFullDemoPage (\ILIAS\DI\Container $dic)
 
if(isset( $request_wrapper) &&isset( $refinery) &&$request_wrapper->has( 'replaced') &&$request_wrapper->retrieve( 'replaced', $refinery->kindlyTo() ->string())=='1') ILIAS\UI\examples\Layout\Page\Standard::pagedemoCrumbs ($f)
 Below are helpers for the construction of demo-content. More...
 
 ILIAS\UI\examples\Layout\Page\Standard::pagedemoContent (\ILIAS\UI\Factory $f, Renderer $r, MainBar $mainbar)
 
 ILIAS\UI\examples\Layout\Page\Standard::pagedemoFooter (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::pagedemoMetabar (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::pagedemoMainbar (\ILIAS\UI\Factory $f, Renderer $r)
 
 ILIAS\UI\examples\Layout\Page\Standard::getDemoEntryRepository (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::getDemoEntryPersonalWorkspace (\ILIAS\UI\Factory $f, Renderer $r)
 
 ILIAS\UI\examples\Layout\Page\Standard::getDemoEntryAchievements (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::getDemoEntryCommunication (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::getDemoEntryOrganisation (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::getDemoEntryAdministration (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::getDemoEntryTools (\ILIAS\UI\Factory $f)
 
 ILIAS\UI\examples\Layout\Page\Standard::loremIpsum ()
 

Variables

global ILIAS\UI\examples\Layout\Page\Standard::$DIC
 
 ILIAS\UI\examples\Layout\Page\Standard::$request_wrapper = $DIC->http()->wrapper()->query()
 
 ILIAS\UI\examples\Layout\Page\Standard::$refinery = $DIC->refinery()