From b321238f706f6603a197e26d5d9830af2a6e3960 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Mar 2015 08:15:47 +0100 Subject: php-pecl-xxtea: 1.0.5 - New package --- REFLECTION | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..bb6f016 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,60 @@ +Extension [ extension #16 xxtea version 1.0.5 ] { + + - Functions { + Function [ function xxtea_encrypt ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $key ] + } + } + Function [ function xxtea_decrypt ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $key ] + } + } + Function [ function xxtea_info ] { + + - Parameters [0] { + } + } + } + + - Classes [1] { + Class [ class XXTEA ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $key ] + } + } + + Method [ static public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $key ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit