From ab85dfac00aa6e219f75477ae59ec97cc40b191d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Nov 2017 08:13:41 +0100 Subject: v0.7.3 --- REFLECTION | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index adfa660..8e22352 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,8 @@ -Extension [ extension #116 parle version 0.7.1 ] { +Extension [ extension #118 parle version 0.7.3 ] { + + - Constants [1] { + Constant [ boolean Parle\INTERNAL_UTF32 ] { } + } - Classes [10] { Class [ class Parle\ErrorInfo ] { @@ -69,7 +73,7 @@ Extension [ extension #116 parle version 0.7.1 ] { Property [ public $cursor ] } - - Methods [8] { + - Methods [9] { Method [ public method push ] { } @@ -114,6 +118,14 @@ Extension [ extension #116 parle version 0.7.1 ] { - Parameters [0] { } } + + Method [ public method callout ] { + + - Parameters [2] { + Parameter #0 [ integer $id ] + Parameter #1 [ $callback ] + } + } } } @@ -141,7 +153,7 @@ Extension [ extension #116 parle version 0.7.1 ] { Property [ public $cursor ] } - - Methods [9] { + - Methods [10] { Method [ public method push ] { } @@ -194,6 +206,14 @@ Extension [ extension #116 parle version 0.7.1 ] { - Parameters [0] { } } + + Method [ public method callout ] { + + - Parameters [2] { + Parameter #0 [ integer $id ] + Parameter #1 [ $callback ] + } + } } } -- cgit