summaryrefslogtreecommitdiffstats
path: root/library/SSRS/Form/Adapter/AdapterInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/SSRS/Form/Adapter/AdapterInterface.php')
-rw-r--r--library/SSRS/Form/Adapter/AdapterInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/SSRS/Form/Adapter/AdapterInterface.php b/library/SSRS/Form/Adapter/AdapterInterface.php
index 07a03f8..58b6196 100644
--- a/library/SSRS/Form/Adapter/AdapterInterface.php
+++ b/library/SSRS/Form/Adapter/AdapterInterface.php
@@ -13,4 +13,6 @@ interface AdapterInterface {
public function getHTML();
public function validate($data);
+
+ public function addCSRFElement($name, $value);
}