Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'modules/iView.php')
-rw-r--r--modules/iView.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/iView.php b/modules/iView.php
new file mode 100644
index 0000000000..9ecfa2e152
--- /dev/null
+++ b/modules/iView.php
@@ -0,0 +1,6 @@
+<?php
+interface iView
+{
+ function render();
+}
+?>