diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 29 |
1 files changed, 24 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 pq version 2.2.2 ] { +Extension [ <persistent> extension #89 pq version 2.2.3 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -48,10 +48,11 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] { Class [ <internal:pq> class pq\DateTime extends DateTime implements Stringable, DateTimeInterface, JsonSerializable ] { - - Constants [13] { + - Constants [14] { Constant [ public string ATOM ] { Y-m-d\TH:i:sP } Constant [ public string COOKIE ] { l, d-M-Y H:i:s T } Constant [ public string ISO8601 ] { Y-m-d\TH:i:sO } + Constant [ public string ISO8601_EXPANDED ] { X-m-d\TH:i:sP } Constant [ public string RFC822 ] { D, d M y H:i:s O } Constant [ public string RFC850 ] { l, d-M-y H:i:s T } Constant [ public string RFC1036 ] { D, d M y H:i:s O } @@ -91,7 +92,7 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] { - Parameters [1] { Parameter #0 [ <required> DateTimeImmutable $object ] } - - Tentative return [ DateTime ] + - Tentative return [ static ] } Method [ <internal:date, inherits DateTime> static public method createFromInterface ] { @@ -114,7 +115,7 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] { Property [ public $format = 'Y-m-d H:i:s.uO' ] } - - Methods [17] { + - Methods [19] { Method [ <internal:pq, prototype Stringable> public method __toString ] { - Parameters [0] { @@ -137,6 +138,21 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] { } } + Method [ <internal:date, inherits DateTime, prototype DateTimeInterface> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:date, inherits DateTime, prototype DateTimeInterface> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:date, inherits DateTime, prototype DateTimeInterface> public method __wakeup ] { - Parameters [0] { @@ -777,7 +793,7 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] { - Static methods [0] { } - - Properties [23] { + - Properties [26] { Property [ public $status = 1 ] Property [ public $transactionStatus = 4 ] Property [ public $socket = NULL ] @@ -801,6 +817,9 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] { Property [ public $defaultTransactionReadonly = false ] Property [ public $defaultTransactionDeferrable = false ] Property [ public $defaultAutoConvert = 65535 ] + Property [ public readonly $libraryVersion = NULL ] + Property [ public readonly $protocolVersion = NULL ] + Property [ public readonly $serverVersion = NULL ] } - Methods [31] { |