diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-24 09:57:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-24 09:57:49 +0200 |
commit | c92bd05478e57fc5f9a6d90b82e413a987413da7 (patch) | |
tree | 7195e1bcdfab6ff95e82398525c87d50cd4fdff9 /REFLECTION | |
parent | dac53af7307ea3dba18d7430375fea74ed6aa4c1 (diff) |
update to 5.0.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 phalcon version 5.0.0 ] { +Extension [ <persistent> extension #115 phalcon version 5.0.1 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -41592,13 +41592,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { + Property [ private $claims = NULL ] Property [ private $errors = NULL ] Property [ private $timeShift = 0 ] Property [ private $token = NULL ] } - - Methods [11] { + - Methods [13] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -41614,6 +41615,23 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0 ] { - Return [ array ] } + Method [ <internal:phalcon> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> string $claim ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon> public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> string $claim ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Encryption\Security\JWT\Validator ] + } + Method [ <internal:phalcon> public method setToken ] { - Parameters [1] { |