diff options
| author | Remi Collet <remi@remirepo.net> | 2020-08-08 07:47:26 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-08-08 07:47:26 +0200 | 
| commit | aac287cda6e99154375a757eb9629e3eda490e62 (patch) | |
| tree | efc2f79bbd3057949e6903ae28392e249f48a9dd /REFLECTION | |
| parent | 2267d05734f4ae794170fb9ee2aa80fb7773a112 (diff) | |
update to 1.7.0
now available on pecl
raise dependency on PHP 7.2
switch to phpunit8
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 103 | 
1 files changed, 98 insertions, 5 deletions
| @@ -1,6 +1,63 @@ -Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] { +Extension [ <persistent> extension #116 maxminddb version 1.7.0 ] { + +  - Classes [3] { +    Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [10] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> public method __wakeup ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        } +      } +    } -  - Classes [1] {      Class [ <internal:maxminddb> class MaxMind\Db\Reader ] {        - Constants [1] { @@ -20,7 +77,7 @@ Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] {          Method [ <internal:maxminddb, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <required> $db_file ] +            Parameter #0 [ <required> string $db_file ]            }          } @@ -33,15 +90,16 @@ Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] {          Method [ <internal:maxminddb> public method get ] {            - Parameters [1] { -            Parameter #0 [ <required> $ip_address ] +            Parameter #0 [ <required> string $ip_address ]            }          }          Method [ <internal:maxminddb> public method getWithPrefixLen ] {            - Parameters [1] { -            Parameter #0 [ <required> $ip_address ] +            Parameter #0 [ <required> string $ip_address ]            } +          - Return [ array or NULL ]          }          Method [ <internal:maxminddb> public method metadata ] { @@ -51,6 +109,41 @@ Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] {          }        }      } + +    Class [ <internal:maxminddb> class MaxMind\Db\Reader\Metadata ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [11] { +        Property [ <default> public $binaryFormatMajorVersion ] +        Property [ <default> public $binaryFormatMinorVersion ] +        Property [ <default> public $buildEpoch ] +        Property [ <default> public $databaseType ] +        Property [ <default> public $description ] +        Property [ <default> public $ipVersion ] +        Property [ <default> public $languages ] +        Property [ <default> public $nodeByteSize ] +        Property [ <default> public $nodeCount ] +        Property [ <default> public $recordSize ] +        Property [ <default> public $searchTreeSize ] +      } + +      - Methods [1] { +        Method [ <internal:maxminddb, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <required> array $metadata ] +          } +        } +      } +    }    }  } | 
