From 5c4ca5de4cd5dcebb63d17a5cea18ce182e310a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jan 2020 08:53:35 +0100 Subject: update to 4.0.2 sources from pecl --- REFLECTION | 96 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 66 insertions(+), 30 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 52bcac3..0110c02 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #106 phalcon version 4.0.0 ] { +Extension [ extension #106 phalcon version 4.0.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -15993,10 +15993,25 @@ Extension [ extension #106 phalcon version 4.0.0 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $dateFormat ] } - - Methods [2] { + - Methods [5] { + Method [ public method getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat ] + } + } + Method [ public method interpolate ] { - Parameters [2] { @@ -16005,6 +16020,13 @@ Extension [ extension #106 phalcon version 4.0.0 ] { } } + Method [ protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ abstract public method format ] { - Parameters [1] { @@ -44423,34 +44445,34 @@ Extension [ extension #106 phalcon version 4.0.0 ] { Property [ protected $dateFormat ] } - - Methods [5] { - Method [ public method getDateFormat ] { + - Methods [6] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $dateFormat ] } - - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ public method format ] { - Parameters [1] { - Parameter #0 [ string $dateFormat ] + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getDateFormat ] { - - Parameters [1] { - Parameter #0 [ string $dateFormat ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method format ] { + Method [ public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ string $dateFormat ] } - - Return [ string ] } Method [ public method interpolate ] { @@ -44460,6 +44482,13 @@ Extension [ extension #106 phalcon version 4.0.0 ] { Parameter #1 [ $context ] } } + + Method [ protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } } } @@ -44479,21 +44508,7 @@ Extension [ extension #106 phalcon version 4.0.0 ] { Property [ protected $format ] } - - Methods [7] { - Method [ public method getDateFormat ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method setDateFormat ] { - - - Parameters [1] { - Parameter #0 [ string $dateFormat ] - } - } - + - Methods [8] { Method [ public method getFormat ] { - Parameters [0] { @@ -44524,6 +44539,20 @@ Extension [ extension #106 phalcon version 4.0.0 ] { - Return [ string ] } + Method [ public method getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat ] + } + } + Method [ public method interpolate ] { - Parameters [2] { @@ -44531,6 +44560,13 @@ Extension [ extension #106 phalcon version 4.0.0 ] { Parameter #1 [ $context ] } } + + Method [ protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } } } -- cgit