diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..bb6f016 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,60 @@ +Extension [ <persistent> extension #16 xxtea version 1.0.5 ] { + + - Functions { + Function [ <internal:xxtea> function xxtea_encrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + Function [ <internal:xxtea> function xxtea_decrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + Function [ <internal:xxtea> function xxtea_info ] { + + - Parameters [0] { + } + } + } + + - Classes [1] { + Class [ <internal:xxtea> class XXTEA ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:xxtea> static public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + + Method [ <internal:xxtea> static public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + |