From 9db3d9d8ecc38f2d547434f1edd213dd202abe30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Jun 2022 11:39:30 +0200 Subject: add patch for PHP 8 from extension fork https://github.com/nano-interactive/cassandra-php-driver/ add patch for PHP 8.1 from https://github.com/nano-interactive/cassandra-php-driver/pull/29 --- REFLECTION | 1580 ++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 1216 insertions(+), 364 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 02defbe..a6a5bb6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #78 cassandra version 1.3.2 ] { +Extension [ extension #72 cassandra version 1.3.2 ] { - Dependencies { Dependency [ spl (Required) ] @@ -32,7 +32,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ class Cassandra\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Stringable, Cassandra\Exception ] { - Constants [0] { } @@ -44,52 +44,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\DomainException extends DomainException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\DomainException extends DomainException implements Throwable, Stringable, Cassandra\Exception ] { - Constants [0] { } @@ -101,52 +135,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\RuntimeException extends RuntimeException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\RuntimeException extends RuntimeException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -158,52 +226,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\TimeoutException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\TimeoutException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -215,52 +317,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\LogicException extends LogicException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\LogicException extends LogicException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -272,52 +408,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\ExecutionException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\ExecutionException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -329,52 +499,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\ReadTimeoutException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\ReadTimeoutException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -386,52 +590,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\WriteTimeoutException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\WriteTimeoutException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -443,52 +681,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\UnavailableException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\UnavailableException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -500,52 +772,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\TruncateException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\TruncateException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -557,52 +863,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\ValidationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\ValidationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -614,52 +954,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\InvalidQueryException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\InvalidQueryException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -671,52 +1045,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\InvalidSyntaxException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\InvalidSyntaxException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -728,52 +1136,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\UnauthorizedException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\UnauthorizedException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -785,52 +1227,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\UnpreparedException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\UnpreparedException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -842,52 +1318,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\ConfigurationException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\ConfigurationException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -899,52 +1409,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\AlreadyExistsException extends Cassandra\Exception\ConfigurationException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\AlreadyExistsException extends Cassandra\Exception\ConfigurationException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -956,52 +1500,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\AuthenticationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\AuthenticationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -1013,52 +1591,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\ProtocolException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\ProtocolException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -1070,52 +1682,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\ServerException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\ServerException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -1127,52 +1773,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\IsBootstrappingException extends Cassandra\Exception\ServerException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\IsBootstrappingException extends Cassandra\Exception\ServerException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -1184,52 +1864,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\OverloadedException extends Cassandra\Exception\ServerException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\OverloadedException extends Cassandra\Exception\ServerException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -1241,52 +1955,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\RangeException extends RangeException implements Throwable, Cassandra\Exception ] { + Class [ class Cassandra\Exception\RangeException extends RangeException implements Throwable, Stringable, Cassandra\Exception ] { - Constants [0] { } @@ -1298,52 +2046,86 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Cassandra\Exception\DivideByZeroException extends Cassandra\Exception\RangeException implements Cassandra\Exception, Throwable ] { + Class [ class Cassandra\Exception\DivideByZeroException extends Cassandra\Exception\RangeException implements Cassandra\Exception, Stringable, Throwable ] { - Constants [0] { } @@ -1355,47 +2137,81 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -1505,7 +2321,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Bigint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ final class Cassandra\Bigint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1538,10 +2354,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -1623,7 +2440,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Smallint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ final class Cassandra\Smallint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1656,10 +2473,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -1741,7 +2559,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Tinyint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ final class Cassandra\Tinyint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1774,10 +2592,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -1859,7 +2678,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Blob implements Cassandra\Value ] { + Class [ final class Cassandra\Blob implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -1881,10 +2700,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -1907,7 +2727,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Decimal implements Cassandra\Value, Cassandra\Numeric ] { + Class [ final class Cassandra\Decimal implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1929,10 +2749,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -2020,7 +2841,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Float implements Cassandra\Value, Cassandra\Numeric ] { + Class [ final class Cassandra\Float implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -2053,10 +2874,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -2156,7 +2978,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Inet implements Cassandra\Value ] { + Class [ final class Cassandra\Inet implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2178,10 +3000,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -2198,7 +3021,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Timestamp implements Cassandra\Value ] { + Class [ final class Cassandra\Timestamp implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2216,8 +3039,8 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $seconds ] - Parameter #1 [ $microseconds ] + Parameter #0 [ $seconds = ] + Parameter #1 [ $microseconds = ] } } @@ -2228,24 +3051,34 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } Method [ public method time ] { + + - Parameters [0] { + } } Method [ public method microtime ] { - Parameters [1] { - Parameter #0 [ $get_as_float ] + Parameter #0 [ $get_as_float = ] } } Method [ public method toDateTime ] { + + - Parameters [0] { + } } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class Cassandra\Date implements Cassandra\Value ] { + Class [ final class Cassandra\Date implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2269,7 +3102,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $seconds ] + Parameter #0 [ $seconds = ] } } @@ -2288,19 +3121,20 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method toDateTime ] { - Parameters [1] { - Parameter #0 [ Cassandra\Time $time ] + Parameter #0 [ Cassandra\Time $time = ] } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Class [ final class Cassandra\Time implements Cassandra\Value ] { + Class [ final class Cassandra\Time implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2324,7 +3158,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $nanoseconds ] + Parameter #0 [ $nanoseconds = ] } } @@ -2340,10 +3174,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } @@ -2377,7 +3212,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Timeuuid implements Cassandra\Value, Cassandra\UuidInterface ] { + Class [ final class Cassandra\Timeuuid implements Stringable, Cassandra\Value, Cassandra\UuidInterface ] { - Constants [0] { } @@ -2395,14 +3230,15 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $timestamp ] + Parameter #0 [ $timestamp = ] } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -2437,7 +3273,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Uuid implements Cassandra\Value, Cassandra\UuidInterface ] { + Class [ final class Cassandra\Uuid implements Stringable, Cassandra\Value, Cassandra\UuidInterface ] { - Constants [0] { } @@ -2455,14 +3291,15 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $uuid ] + Parameter #0 [ $uuid = ] } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -2485,7 +3322,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Varint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ final class Cassandra\Varint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -2507,10 +3344,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method type ] { @@ -2615,7 +3453,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ final class Cassandra\Duration implements Cassandra\Value ] { + Class [ final class Cassandra\Duration implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2663,10 +3501,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } @@ -2873,7 +3712,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ $offset ] Parameter #1 [ $value ] } } @@ -2881,21 +3720,21 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $offset ] } } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $offset ] } } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $offset ] } } } @@ -2938,7 +3777,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method add ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ...$value ] } } @@ -3037,8 +3876,9 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value = ] } } @@ -3123,8 +3963,9 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value = ] } } @@ -3176,30 +4017,30 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Class [ final class Cassandra ] { - Constants [44] { - Constant [ public integer CONSISTENCY_ANY ] { 0 } - Constant [ public integer CONSISTENCY_ONE ] { 1 } - Constant [ public integer CONSISTENCY_TWO ] { 2 } - Constant [ public integer CONSISTENCY_THREE ] { 3 } - Constant [ public integer CONSISTENCY_QUORUM ] { 4 } - Constant [ public integer CONSISTENCY_ALL ] { 5 } - Constant [ public integer CONSISTENCY_LOCAL_QUORUM ] { 6 } - Constant [ public integer CONSISTENCY_EACH_QUORUM ] { 7 } - Constant [ public integer CONSISTENCY_SERIAL ] { 8 } - Constant [ public integer CONSISTENCY_LOCAL_SERIAL ] { 9 } - Constant [ public integer CONSISTENCY_LOCAL_ONE ] { 10 } - Constant [ public integer VERIFY_NONE ] { 0 } - Constant [ public integer VERIFY_PEER_CERT ] { 1 } - Constant [ public integer VERIFY_PEER_IDENTITY ] { 2 } - Constant [ public integer BATCH_LOGGED ] { 0 } - Constant [ public integer BATCH_UNLOGGED ] { 1 } - Constant [ public integer BATCH_COUNTER ] { 2 } - Constant [ public integer LOG_DISABLED ] { 0 } - Constant [ public integer LOG_CRITICAL ] { 1 } - Constant [ public integer LOG_ERROR ] { 2 } - Constant [ public integer LOG_WARN ] { 3 } - Constant [ public integer LOG_INFO ] { 4 } - Constant [ public integer LOG_DEBUG ] { 5 } - Constant [ public integer LOG_TRACE ] { 6 } + Constant [ public int CONSISTENCY_ANY ] { 0 } + Constant [ public int CONSISTENCY_ONE ] { 1 } + Constant [ public int CONSISTENCY_TWO ] { 2 } + Constant [ public int CONSISTENCY_THREE ] { 3 } + Constant [ public int CONSISTENCY_QUORUM ] { 4 } + Constant [ public int CONSISTENCY_ALL ] { 5 } + Constant [ public int CONSISTENCY_LOCAL_QUORUM ] { 6 } + Constant [ public int CONSISTENCY_EACH_QUORUM ] { 7 } + Constant [ public int CONSISTENCY_SERIAL ] { 8 } + Constant [ public int CONSISTENCY_LOCAL_SERIAL ] { 9 } + Constant [ public int CONSISTENCY_LOCAL_ONE ] { 10 } + Constant [ public int VERIFY_NONE ] { 0 } + Constant [ public int VERIFY_PEER_CERT ] { 1 } + Constant [ public int VERIFY_PEER_IDENTITY ] { 2 } + Constant [ public int BATCH_LOGGED ] { 0 } + Constant [ public int BATCH_UNLOGGED ] { 1 } + Constant [ public int BATCH_COUNTER ] { 2 } + Constant [ public int LOG_DISABLED ] { 0 } + Constant [ public int LOG_CRITICAL ] { 1 } + Constant [ public int LOG_ERROR ] { 2 } + Constant [ public int LOG_WARN ] { 3 } + Constant [ public int LOG_INFO ] { 4 } + Constant [ public int LOG_DEBUG ] { 5 } + Constant [ public int LOG_TRACE ] { 6 } Constant [ public string TYPE_TEXT ] { text } Constant [ public string TYPE_ASCII ] { ascii } Constant [ public string TYPE_VARCHAR ] { varchar } @@ -3219,7 +4060,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Constant [ public string TYPE_TIMEUUID ] { timeuuid } Constant [ public string TYPE_INET ] { inet } Constant [ public string VERSION ] { 1.3.2 } - Constant [ public string CPP_DRIVER_VERSION ] { 2.8.0 } + Constant [ public string CPP_DRIVER_VERSION ] { 2.16.2 } } - Static properties [0] { @@ -3264,14 +4105,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ abstract public method connect ] { - Parameters [1] { - Parameter #0 [ $keyspace ] + Parameter #0 [ $keyspace = ] } } Method [ abstract public method connectAsync ] { - Parameters [1] { - Parameter #0 [ $keyspace ] + Parameter #0 [ $keyspace = ] } } } @@ -3295,15 +4136,15 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method connect ] { - Parameters [2] { - Parameter #0 [ $keyspace ] - Parameter #1 [ $timeout ] + Parameter #0 [ $keyspace = ] + Parameter #1 [ $timeout = ] } } Method [ public method connectAsync ] { - Parameters [1] { - Parameter #0 [ $keyspace ] + Parameter #0 [ $keyspace = ] } } } @@ -3411,7 +4252,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method withTokenAwareRouting ] { - Parameters [1] { - Parameter #0 [ $enabled ] + Parameter #0 [ $enabled = ] } } @@ -3447,7 +4288,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method withPersistentSessions ] { - Parameters [1] { - Parameter #0 [ $enabled ] + Parameter #0 [ $enabled = ] } } @@ -3469,7 +4310,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $core ] - Parameter #1 [ $max ] + Parameter #1 [ $max = ] } } @@ -3483,14 +4324,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method withLatencyAwareRouting ] { - Parameters [1] { - Parameter #0 [ $enabled ] + Parameter #0 [ $enabled = ] } } Method [ public method withTCPNodelay ] { - Parameters [1] { - Parameter #0 [ $enabled ] + Parameter #0 [ $enabled = ] } } @@ -3518,21 +4359,21 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method withSchemaMetadata ] { - Parameters [1] { - Parameter #0 [ $enabled ] + Parameter #0 [ $enabled = ] } } Method [ public method withHostnameResolution ] { - Parameters [1] { - Parameter #0 [ $enabled ] + Parameter #0 [ $enabled = ] } } Method [ public method withRandomizedContactPoints ] { - Parameters [1] { - Parameter #0 [ $enabled ] + Parameter #0 [ $enabled = ] } } @@ -3563,7 +4404,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } } @@ -3587,7 +4428,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } } @@ -3611,7 +4452,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } } @@ -3635,7 +4476,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } } @@ -3659,7 +4500,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } } @@ -3683,7 +4524,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } } @@ -3708,7 +4549,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $statement ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -3716,7 +4557,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $statement ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -3724,7 +4565,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $cql ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -3732,14 +4573,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $cql ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } Method [ abstract public method close ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -3782,7 +4623,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $statement ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -3790,7 +4631,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $statement ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -3798,7 +4639,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $cql ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -3806,14 +4647,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $cql ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } Method [ public method close ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -3901,7 +4742,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $path ] - Parameter #1 [ $passphrase ] + Parameter #1 [ $passphrase = ] } } } @@ -3965,6 +4806,9 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Methods [1] { Method [ private method __construct ] { + + - Parameters [0] { + } } } } @@ -3987,7 +4831,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ $type = ] } } @@ -3995,7 +4839,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $statement ] - Parameter #1 [ array or NULL $arguments ] + Parameter #1 [ ?array $arguments = ] } } } @@ -4019,7 +4863,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ ?array $options = ] } } @@ -4127,7 +4971,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method nextPage ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -4299,7 +5143,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ $... ] + Parameter #1 [ $... = ] } } @@ -4313,7 +5157,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ $... ] + Parameter #1 [ $... = ] } } @@ -4407,7 +5251,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ $... ] + Parameter #1 [ $... = ] } } @@ -4421,7 +5265,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ $name ] - Parameter #1 [ $... ] + Parameter #1 [ $... = ] } } @@ -5681,7 +6525,7 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Class [ abstract class Cassandra\Type ] { + Class [ abstract class Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -5841,14 +6685,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -5863,15 +6707,16 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Class [ final class Cassandra\Type\Scalar extends Cassandra\Type ] { + Class [ final class Cassandra\Type\Scalar extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6031,14 +6876,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -6059,22 +6904,23 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method create ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $value = ] } } } } - Class [ final class Cassandra\Type\Collection extends Cassandra\Type ] { + Class [ final class Cassandra\Type\Collection extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6234,14 +7080,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -6268,22 +7114,23 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method create ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ...$value ] } } } } - Class [ final class Cassandra\Type\Set extends Cassandra\Type ] { + Class [ final class Cassandra\Type\Set extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6443,14 +7290,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -6477,22 +7324,23 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method create ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ...$value ] } } } } - Class [ final class Cassandra\Type\Map extends Cassandra\Type ] { + Class [ final class Cassandra\Type\Map extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6652,14 +7500,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -6692,22 +7540,23 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method create ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ...$value ] } } } } - Class [ final class Cassandra\Type\Tuple extends Cassandra\Type ] { + Class [ final class Cassandra\Type\Tuple extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6867,14 +7716,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -6895,10 +7744,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method types ] { @@ -6910,13 +7760,13 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method create ] { - Parameters [1] { - Parameter #0 [ $values ] + Parameter #0 [ ...$values ] } } } } - Class [ final class Cassandra\Type\UserType extends Cassandra\Type ] { + Class [ final class Cassandra\Type\UserType extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -7076,14 +7926,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -7124,10 +7974,11 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method types ] { @@ -7139,13 +7990,13 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ public method create ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ...$value ] } } } } - Class [ final class Cassandra\Type\Custom extends Cassandra\Type ] { + Class [ final class Cassandra\Type\Custom extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -7305,14 +8156,14 @@ Extension [ extension #78 cassandra version 1.3.2 ] { Method [ final static public method tuple ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } Method [ final static public method userType ] { - Parameters [1] { - Parameter #0 [ $types ] + Parameter #0 [ ...$types ] } } } @@ -7333,16 +8184,17 @@ Extension [ extension #78 cassandra version 1.3.2 ] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ public method create ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $value = ] } } } -- cgit