From 383f46afe55fc034a2073181c84395a1a2b1ef0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2019 08:44:20 +0200 Subject: - update to 1.6.0alpha2 - with libbson and libmongoc 1.14.0 --- REFLECTION | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a54808f..3389786 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #191 mongodb version 1.6.0alpha1 ] { +Extension [ extension #197 mongodb version 1.6.0alpha2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #191 mongodb version 1.6.0alpha1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.6.0alpha1 } + Constant [ string MONGODB_VERSION ] { 1.6.0alpha2 } Constant [ string MONGODB_STABILITY ] { alpha } } @@ -2160,7 +2160,7 @@ Extension [ extension #191 mongodb version 1.6.0alpha1 ] { } } - Interface [ interface MongoDB\Driver\Exception\Exception ] { + Interface [ interface MongoDB\Driver\Exception\Exception extends Throwable ] { - Constants [0] { } @@ -2174,7 +2174,30 @@ Extension [ extension #191 mongodb version 1.6.0alpha1 ] { - Properties [0] { } - - Methods [0] { + - Methods [8] { + Method [ abstract public method getMessage ] { + } + + Method [ abstract public method getCode ] { + } + + Method [ abstract public method getFile ] { + } + + Method [ abstract public method getLine ] { + } + + Method [ abstract public method getTrace ] { + } + + Method [ abstract public method getPrevious ] { + } + + Method [ abstract public method getTraceAsString ] { + } + + Method [ abstract public method __toString ] { + } } } -- cgit