From 162c19c023fd096323115aa216526fadbe5eca2f Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 28 Nov 2016 22:20:01 +0100 Subject: [PATCH] Content, Controls: add new convenience classes --- library/Businessprocess/Web/Component/Content.php | 12 ++++++++++++ library/Businessprocess/Web/Component/Controls.php | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 library/Businessprocess/Web/Component/Content.php create mode 100644 library/Businessprocess/Web/Component/Controls.php diff --git a/library/Businessprocess/Web/Component/Content.php b/library/Businessprocess/Web/Component/Content.php new file mode 100644 index 0000000..f8336ce --- /dev/null +++ b/library/Businessprocess/Web/Component/Content.php @@ -0,0 +1,12 @@ + 'content'); +} diff --git a/library/Businessprocess/Web/Component/Controls.php b/library/Businessprocess/Web/Component/Controls.php new file mode 100644 index 0000000..861a852 --- /dev/null +++ b/library/Businessprocess/Web/Component/Controls.php @@ -0,0 +1,12 @@ + 'controls'); +}