From 91b2862b990514c651a78f9b8f2c1fb6d5f11f12 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 3 Feb 2018 20:48:03 +0100 Subject: Add class "Application" 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. --- include/classes/Application.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 include/classes/Application.php diff --git a/include/classes/Application.php b/include/classes/Application.php new file mode 100644 index 0000000..d6ef6c5 --- /dev/null +++ b/include/classes/Application.php @@ -0,0 +1,38 @@ + \ No newline at end of file -- cgit v1.2.3