diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 1580 |
1 files changed, 1216 insertions, 364 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { +Extension [ <persistent> extension #72 cassandra version 1.3.2 ] { - Dependencies { Dependency [ spl (Required) ] @@ -32,7 +32,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> class Cassandra\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Stringable, Cassandra\Exception ] { - Constants [0] { } @@ -44,52 +44,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\DomainException extends DomainException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\DomainException extends DomainException implements Throwable, Stringable, Cassandra\Exception ] { - Constants [0] { } @@ -101,52 +135,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\RuntimeException extends RuntimeException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\RuntimeException extends RuntimeException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -158,52 +226,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\TimeoutException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\TimeoutException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -215,52 +317,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\LogicException extends LogicException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\LogicException extends LogicException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -272,52 +408,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\ExecutionException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\ExecutionException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -329,52 +499,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\ReadTimeoutException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\ReadTimeoutException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -386,52 +590,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\WriteTimeoutException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\WriteTimeoutException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -443,52 +681,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\UnavailableException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\UnavailableException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -500,52 +772,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\TruncateException extends Cassandra\Exception\ExecutionException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\TruncateException extends Cassandra\Exception\ExecutionException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -557,52 +863,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\ValidationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\ValidationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -614,52 +954,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\InvalidQueryException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\InvalidQueryException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -671,52 +1045,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\InvalidSyntaxException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\InvalidSyntaxException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -728,52 +1136,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\UnauthorizedException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\UnauthorizedException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -785,52 +1227,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\UnpreparedException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\UnpreparedException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -842,52 +1318,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\ConfigurationException extends Cassandra\Exception\ValidationException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\ConfigurationException extends Cassandra\Exception\ValidationException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -899,52 +1409,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\AlreadyExistsException extends Cassandra\Exception\ConfigurationException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\AlreadyExistsException extends Cassandra\Exception\ConfigurationException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -956,52 +1500,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\AuthenticationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\AuthenticationException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -1013,52 +1591,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\ProtocolException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\ProtocolException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -1070,52 +1682,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\ServerException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\ServerException extends Cassandra\Exception\RuntimeException implements Cassandra\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -1127,52 +1773,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\IsBootstrappingException extends Cassandra\Exception\ServerException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\IsBootstrappingException extends Cassandra\Exception\ServerException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -1184,52 +1864,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\OverloadedException extends Cassandra\Exception\ServerException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\OverloadedException extends Cassandra\Exception\ServerException implements Stringable, Throwable, Cassandra\Exception ] { - Constants [0] { } @@ -1241,52 +1955,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\RangeException extends RangeException implements Throwable, Cassandra\Exception ] { + Class [ <internal:cassandra> class Cassandra\Exception\RangeException extends RangeException implements Throwable, Stringable, Cassandra\Exception ] { - Constants [0] { } @@ -1298,52 +2046,86 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> class Cassandra\Exception\DivideByZeroException extends Cassandra\Exception\RangeException implements Cassandra\Exception, Throwable ] { + Class [ <internal:cassandra> class Cassandra\Exception\DivideByZeroException extends Cassandra\Exception\RangeException implements Cassandra\Exception, Stringable, Throwable ] { - Constants [0] { } @@ -1355,47 +2137,81 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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 ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -1505,7 +2321,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Bigint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ <internal:cassandra> final class Cassandra\Bigint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1538,10 +2354,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -1623,7 +2440,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Smallint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ <internal:cassandra> final class Cassandra\Smallint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1656,10 +2473,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -1741,7 +2559,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Tinyint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ <internal:cassandra> final class Cassandra\Tinyint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1774,10 +2592,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -1859,7 +2678,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Blob implements Cassandra\Value ] { + Class [ <internal:cassandra> final class Cassandra\Blob implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -1881,10 +2700,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -1907,7 +2727,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Decimal implements Cassandra\Value, Cassandra\Numeric ] { + Class [ <internal:cassandra> final class Cassandra\Decimal implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -1929,10 +2749,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -2020,7 +2841,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Float implements Cassandra\Value, Cassandra\Numeric ] { + Class [ <internal:cassandra> final class Cassandra\Float implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -2053,10 +2874,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -2156,7 +2978,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Inet implements Cassandra\Value ] { + Class [ <internal:cassandra> final class Cassandra\Inet implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2178,10 +3000,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -2198,7 +3021,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Timestamp implements Cassandra\Value ] { + Class [ <internal:cassandra> final class Cassandra\Timestamp implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2216,8 +3039,8 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> $seconds ] - Parameter #1 [ <optional> $microseconds ] + Parameter #0 [ <optional> $seconds = <default> ] + Parameter #1 [ <optional> $microseconds = <default> ] } } @@ -2228,24 +3051,34 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } Method [ <internal:cassandra> public method time ] { + + - Parameters [0] { + } } Method [ <internal:cassandra> public method microtime ] { - Parameters [1] { - Parameter #0 [ <optional> $get_as_float ] + Parameter #0 [ <optional> $get_as_float = <default> ] } } Method [ <internal:cassandra> public method toDateTime ] { + + - Parameters [0] { + } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:cassandra> final class Cassandra\Date implements Cassandra\Value ] { + Class [ <internal:cassandra> final class Cassandra\Date implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2269,7 +3102,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $seconds ] + Parameter #0 [ <optional> $seconds = <default> ] } } @@ -2288,19 +3121,20 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method toDateTime ] { - Parameters [1] { - Parameter #0 [ <optional> Cassandra\Time $time ] + Parameter #0 [ <optional> Cassandra\Time $time = <default> ] } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Class [ <internal:cassandra> final class Cassandra\Time implements Cassandra\Value ] { + Class [ <internal:cassandra> final class Cassandra\Time implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2324,7 +3158,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $nanoseconds ] + Parameter #0 [ <optional> $nanoseconds = <default> ] } } @@ -2340,10 +3174,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } @@ -2377,7 +3212,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Timeuuid implements Cassandra\Value, Cassandra\UuidInterface ] { + Class [ <internal:cassandra> final class Cassandra\Timeuuid implements Stringable, Cassandra\Value, Cassandra\UuidInterface ] { - Constants [0] { } @@ -2395,14 +3230,15 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $timestamp ] + Parameter #0 [ <optional> $timestamp = <default> ] } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -2437,7 +3273,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Uuid implements Cassandra\Value, Cassandra\UuidInterface ] { + Class [ <internal:cassandra> final class Cassandra\Uuid implements Stringable, Cassandra\Value, Cassandra\UuidInterface ] { - Constants [0] { } @@ -2455,14 +3291,15 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $uuid ] + Parameter #0 [ <optional> $uuid = <default> ] } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -2485,7 +3322,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Varint implements Cassandra\Value, Cassandra\Numeric ] { + Class [ <internal:cassandra> final class Cassandra\Varint implements Stringable, Cassandra\Value, Cassandra\Numeric ] { - Constants [0] { } @@ -2507,10 +3344,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra, prototype Cassandra\Value> public method type ] { @@ -2615,7 +3453,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> final class Cassandra\Duration implements Cassandra\Value ] { + Class [ <internal:cassandra> final class Cassandra\Duration implements Stringable, Cassandra\Value ] { - Constants [0] { } @@ -2663,10 +3501,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } @@ -2873,7 +3712,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> $offset ] Parameter #1 [ <required> $value ] } } @@ -2881,21 +3720,21 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype ArrayAccess> public method offsetGet ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> $offset ] } } Method [ <internal:cassandra, prototype ArrayAccess> public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> $offset ] } } Method [ <internal:cassandra, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> $offset ] } } } @@ -2938,7 +3777,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method add ] { - Parameters [1] { - Parameter #0 [ <required> $value ] + Parameter #0 [ <required> ...$value ] } } @@ -3037,8 +3876,9 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method set ] { - - Parameters [1] { - Parameter #0 [ <required> $value ] + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $value = <default> ] } } @@ -3123,8 +3963,9 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method set ] { - - Parameters [1] { - Parameter #0 [ <required> $value ] + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $value = <default> ] } } @@ -3176,30 +4017,30 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Class [ <internal:cassandra> 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 [ <persistent> 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 [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> abstract public method connect ] { - Parameters [1] { - Parameter #0 [ <optional> $keyspace ] + Parameter #0 [ <optional> $keyspace = <default> ] } } Method [ <internal:cassandra> abstract public method connectAsync ] { - Parameters [1] { - Parameter #0 [ <optional> $keyspace ] + Parameter #0 [ <optional> $keyspace = <default> ] } } } @@ -3295,15 +4136,15 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype Cassandra\Cluster> public method connect ] { - Parameters [2] { - Parameter #0 [ <optional> $keyspace ] - Parameter #1 [ <optional> $timeout ] + Parameter #0 [ <optional> $keyspace = <default> ] + Parameter #1 [ <optional> $timeout = <default> ] } } Method [ <internal:cassandra, prototype Cassandra\Cluster> public method connectAsync ] { - Parameters [1] { - Parameter #0 [ <optional> $keyspace ] + Parameter #0 [ <optional> $keyspace = <default> ] } } } @@ -3411,7 +4252,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method withTokenAwareRouting ] { - Parameters [1] { - Parameter #0 [ <optional> $enabled ] + Parameter #0 [ <optional> $enabled = <default> ] } } @@ -3447,7 +4288,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method withPersistentSessions ] { - Parameters [1] { - Parameter #0 [ <optional> $enabled ] + Parameter #0 [ <optional> $enabled = <default> ] } } @@ -3469,7 +4310,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $core ] - Parameter #1 [ <optional> $max ] + Parameter #1 [ <optional> $max = <default> ] } } @@ -3483,14 +4324,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method withLatencyAwareRouting ] { - Parameters [1] { - Parameter #0 [ <optional> $enabled ] + Parameter #0 [ <optional> $enabled = <default> ] } } Method [ <internal:cassandra> public method withTCPNodelay ] { - Parameters [1] { - Parameter #0 [ <optional> $enabled ] + Parameter #0 [ <optional> $enabled = <default> ] } } @@ -3518,21 +4359,21 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method withSchemaMetadata ] { - Parameters [1] { - Parameter #0 [ <optional> $enabled ] + Parameter #0 [ <optional> $enabled = <default> ] } } Method [ <internal:cassandra> public method withHostnameResolution ] { - Parameters [1] { - Parameter #0 [ <optional> $enabled ] + Parameter #0 [ <optional> $enabled = <default> ] } } Method [ <internal:cassandra> public method withRandomizedContactPoints ] { - Parameters [1] { - Parameter #0 [ <optional> $enabled ] + Parameter #0 [ <optional> $enabled = <default> ] } } @@ -3563,7 +4404,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> abstract public method get ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } } @@ -3587,7 +4428,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype Cassandra\Future> public method get ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } } @@ -3611,7 +4452,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype Cassandra\Future> public method get ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } } @@ -3635,7 +4476,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype Cassandra\Future> public method get ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } } @@ -3659,7 +4500,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype Cassandra\Future> public method get ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } } @@ -3683,7 +4524,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, prototype Cassandra\Future> public method get ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } } @@ -3708,7 +4549,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $statement ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } @@ -3716,7 +4557,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $statement ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } @@ -3724,7 +4565,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $cql ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } @@ -3732,14 +4573,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $cql ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } Method [ <internal:cassandra> abstract public method close ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } @@ -3782,7 +4623,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $statement ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } @@ -3790,7 +4631,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $statement ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } @@ -3798,7 +4639,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $cql ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } @@ -3806,14 +4647,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $cql ] - Parameter #1 [ <optional> $options ] + Parameter #1 [ <optional> $options = <default> ] } } Method [ <internal:cassandra, prototype Cassandra\Session> public method close ] { - Parameters [1] { - Parameter #0 [ <optional> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } @@ -3901,7 +4742,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $path ] - Parameter #1 [ <optional> $passphrase ] + Parameter #1 [ <optional> $passphrase = <default> ] } } } @@ -3965,6 +4806,9 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Methods [1] { Method [ <internal:cassandra, ctor> private method __construct ] { + + - Parameters [0] { + } } } } @@ -3987,7 +4831,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $type ] + Parameter #0 [ <optional> $type = <default> ] } } @@ -3995,7 +4839,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $statement ] - Parameter #1 [ <optional> array or NULL $arguments ] + Parameter #1 [ <optional> ?array $arguments = <default> ] } } } @@ -4019,7 +4863,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal, deprecated:cassandra, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> array or NULL $options ] + Parameter #0 [ <optional> ?array $options = <default> ] } } @@ -4127,7 +4971,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method nextPage ] { - Parameters [1] { - Parameter #0 [ <required> $timeout ] + Parameter #0 [ <optional> $timeout = <default> ] } } @@ -4299,7 +5143,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $... ] + Parameter #1 [ <optional> $... = <default> ] } } @@ -4313,7 +5157,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $... ] + Parameter #1 [ <optional> $... = <default> ] } } @@ -4407,7 +5251,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $... ] + Parameter #1 [ <optional> $... = <default> ] } } @@ -4421,7 +5265,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { - Parameters [2] { Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $... ] + Parameter #1 [ <optional> $... = <default> ] } } @@ -5681,7 +6525,7 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Class [ <internal:cassandra> abstract class Cassandra\Type ] { + Class [ <internal:cassandra> abstract class Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -5841,14 +6685,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -5863,15 +6707,16 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra> abstract public method __toString ] { + Method [ <internal:cassandra, prototype Stringable> abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Class [ <internal:cassandra> final class Cassandra\Type\Scalar extends Cassandra\Type ] { + Class [ <internal:cassandra> final class Cassandra\Type\Scalar extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6031,14 +6876,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, inherits Cassandra\Type> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra, inherits Cassandra\Type> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -6059,22 +6904,23 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Cassandra\Type> public method __toString ] { + Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra> public method create ] { - Parameters [1] { - Parameter #0 [ <optional> $value ] + Parameter #0 [ <optional> $value = <default> ] } } } } - Class [ <internal:cassandra> final class Cassandra\Type\Collection extends Cassandra\Type ] { + Class [ <internal:cassandra> final class Cassandra\Type\Collection extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6234,14 +7080,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, inherits Cassandra\Type> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra, inherits Cassandra\Type> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -6268,22 +7114,23 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Cassandra\Type> public method __toString ] { + Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra> public method create ] { - Parameters [1] { - Parameter #0 [ <optional> $value ] + Parameter #0 [ <optional> ...$value ] } } } } - Class [ <internal:cassandra> final class Cassandra\Type\Set extends Cassandra\Type ] { + Class [ <internal:cassandra> final class Cassandra\Type\Set extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6443,14 +7290,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, inherits Cassandra\Type> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra, inherits Cassandra\Type> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -6477,22 +7324,23 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Cassandra\Type> public method __toString ] { + Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra> public method create ] { - Parameters [1] { - Parameter #0 [ <optional> $value ] + Parameter #0 [ <optional> ...$value ] } } } } - Class [ <internal:cassandra> final class Cassandra\Type\Map extends Cassandra\Type ] { + Class [ <internal:cassandra> final class Cassandra\Type\Map extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6652,14 +7500,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, inherits Cassandra\Type> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra, inherits Cassandra\Type> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -6692,22 +7540,23 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Cassandra\Type> public method __toString ] { + Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra> public method create ] { - Parameters [1] { - Parameter #0 [ <optional> $value ] + Parameter #0 [ <optional> ...$value ] } } } } - Class [ <internal:cassandra> final class Cassandra\Type\Tuple extends Cassandra\Type ] { + Class [ <internal:cassandra> final class Cassandra\Type\Tuple extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -6867,14 +7716,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, inherits Cassandra\Type> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra, inherits Cassandra\Type> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -6895,10 +7744,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Cassandra\Type> public method __toString ] { + Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra> public method types ] { @@ -6910,13 +7760,13 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method create ] { - Parameters [1] { - Parameter #0 [ <optional> $values ] + Parameter #0 [ <optional> ...$values ] } } } } - Class [ <internal:cassandra> final class Cassandra\Type\UserType extends Cassandra\Type ] { + Class [ <internal:cassandra> final class Cassandra\Type\UserType extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -7076,14 +7926,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, inherits Cassandra\Type> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra, inherits Cassandra\Type> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -7124,10 +7974,11 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Cassandra\Type> public method __toString ] { + Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra> public method types ] { @@ -7139,13 +7990,13 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra> public method create ] { - Parameters [1] { - Parameter #0 [ <optional> $value ] + Parameter #0 [ <optional> ...$value ] } } } } - Class [ <internal:cassandra> final class Cassandra\Type\Custom extends Cassandra\Type ] { + Class [ <internal:cassandra> final class Cassandra\Type\Custom extends Cassandra\Type implements Stringable ] { - Constants [0] { } @@ -7305,14 +8156,14 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { Method [ <internal:cassandra, inherits Cassandra\Type> final static public method tuple ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } Method [ <internal:cassandra, inherits Cassandra\Type> final static public method userType ] { - Parameters [1] { - Parameter #0 [ <optional> $types ] + Parameter #0 [ <optional> ...$types ] } } } @@ -7333,16 +8184,17 @@ Extension [ <persistent> extension #78 cassandra version 1.3.2 ] { } } - Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Cassandra\Type> public method __toString ] { + Method [ <internal:cassandra, overwrites Cassandra\Type, prototype Stringable> public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:cassandra> public method create ] { - Parameters [1] { - Parameter #0 [ <optional> $value ] + Parameter #0 [ <optional> $value = <default> ] } } } |