add deps
[pharext/pharext.org] / deps / uri_template.api.php
diff --git a/deps/uri_template.api.php b/deps/uri_template.api.php
new file mode 100644 (file)
index 0000000..9c2b4c9
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace 
+{
+       const URI_TEMPLATE_ERROR = 1;
+       const URI_TEMPLATE_ERROR_EXPRESSION = 3;
+       const URI_TEMPLATE_ERROR_NONE = 0;
+       const URI_TEMPLATE_ERROR_SYNTAX = 2;
+
+       function uri_template($template, array $variables, &$result = NULL) {
+       }
+}
+