From c92bd05478e57fc5f9a6d90b82e413a987413da7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Sep 2022 09:57:49 +0200 Subject: update to 5.0.1 --- REFLECTION | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index be7024a..f5f8787 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 phalcon version 5.0.0 ] { +Extension [ extension #115 phalcon version 5.0.1 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -41592,13 +41592,14 @@ Extension [ 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 [ public method __construct ] { - Parameters [2] { @@ -41614,6 +41615,23 @@ Extension [ extension #115 phalcon version 5.0.0 ] { - Return [ array ] } + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $claim ] + } + - Return [ mixed ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $claim ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Encryption\Security\JWT\Validator ] + } + Method [ public method setToken ] { - Parameters [1] { -- cgit