diff options
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] { |