summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 5fac99fb340e1d08bbecb24d3e031348d7a775ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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" ]
      }
    }
  }
}