diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..5fac99f --- /dev/null +++ b/REFLECTION @@ -0,0 +1,21 @@ +Extension [ <persistent> extension #138 uri_template version 1.0 ] { + + - Constants [4] { + Constant [ integer URI_TEMPLATE_ERROR_NONE ] { 0 } + Constant [ integer URI_TEMPLATE_ERROR ] { 1 } + Constant [ integer URI_TEMPLATE_ERROR_SYNTAX ] { 2 } + Constant [ integer URI_TEMPLATE_ERROR_EXPRESSION ] { 3 } + } + + - Functions { + Function [ <internal:uri_template> function &uri_template ] { + + - Parameters [3] { + Parameter #0 [ <required> $"template" ] + Parameter #1 [ <required> array $"variables" ] + Parameter #2 [ <optional> &$"result" ] + } + } + } +} + |