From aac287cda6e99154375a757eb9629e3eda490e62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Aug 2020 07:47:26 +0200 Subject: update to 1.7.0 now available on pecl raise dependency on PHP 7.2 switch to phpunit8 --- REFLECTION | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 98 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2c77dba..678cefa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,63 @@ -Extension [ extension #107 maxminddb version 1.6.0 ] { +Extension [ extension #116 maxminddb version 1.7.0 ] { + + - Classes [3] { + Class [ class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } - - Classes [1] { Class [ class MaxMind\Db\Reader ] { - Constants [1] { @@ -20,7 +77,7 @@ Extension [ extension #107 maxminddb version 1.6.0 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $db_file ] + Parameter #0 [ string $db_file ] } } @@ -33,15 +90,16 @@ Extension [ extension #107 maxminddb version 1.6.0 ] { Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $ip_address ] + Parameter #0 [ string $ip_address ] } } Method [ public method getWithPrefixLen ] { - Parameters [1] { - Parameter #0 [ $ip_address ] + Parameter #0 [ string $ip_address ] } + - Return [ array or NULL ] } Method [ public method metadata ] { @@ -51,6 +109,41 @@ Extension [ extension #107 maxminddb version 1.6.0 ] { } } } + + Class [ class MaxMind\Db\Reader\Metadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ public $binaryFormatMajorVersion ] + Property [ public $binaryFormatMinorVersion ] + Property [ public $buildEpoch ] + Property [ public $databaseType ] + Property [ public $description ] + Property [ public $ipVersion ] + Property [ public $languages ] + Property [ public $nodeByteSize ] + Property [ public $nodeCount ] + Property [ public $recordSize ] + Property [ public $searchTreeSize ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $metadata ] + } + } + } + } } } -- cgit