aboutsummaryrefslogtreecommitdiffstats
path: root/include/classes/Application.php
AgeCommit message (Collapse)AuthorFilesLines
2021-10-24Add parameter and return types for all PHP methodsThomas Lange1-3/+3
2021-10-24Remove closing tags and ensure LF at end of filesThomas Lange1-1/+0
Remove the unnecessary PHP closing tags and ensure that *all* non-binary files ending with an LF character.
2018-02-03Add class "Application"Thomas Lange1-0/+38
This commit adds a new class called "Application". This class will be responsible for creating Pagelet, Stylesheet and Javascript instances, either from the additional Debugging or original BigPipe namespace, based on whether the debugging flag of the application is set to true or false.