summaryrefslogtreecommitdiff
path: root/app/frontend/controls/grid
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/controls/grid')
-rw-r--r--app/frontend/controls/grid/IGridElementDTO.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/frontend/controls/grid/IGridElementDTO.php b/app/frontend/controls/grid/IGridElementDTO.php
new file mode 100644
index 0000000..b7c23f2
--- /dev/null
+++ b/app/frontend/controls/grid/IGridElementDTO.php
@@ -0,0 +1,9 @@
+<?php
+
+interface IGridElementDTO {
+
+ public function getRendererClass();
+
+}
+
+?>