diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 96 |
1 files changed, 66 insertions, 30 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { +Extension [ <persistent> extension #106 phalcon version 4.0.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -15993,10 +15993,25 @@ Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ <default> protected $dateFormat ] } - - Methods [2] { + - Methods [5] { + Method [ <internal:phalcon> public method getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ <required> string $dateFormat ] + } + } + Method [ <internal:phalcon> public method interpolate ] { - Parameters [2] { @@ -16005,6 +16020,13 @@ Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { } } + Method [ <internal:phalcon> protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\FormatterInterface> abstract public method format ] { - Parameters [1] { @@ -44423,34 +44445,34 @@ Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { Property [ <default> protected $dateFormat ] } - - Methods [5] { - Method [ <internal:phalcon> public method getDateFormat ] { + - Methods [6] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> string $dateFormat ] } - - Return [ string ] } - Method [ <internal:phalcon> public method setDateFormat ] { + Method [ <internal:phalcon, overwrites Phalcon\Logger\Formatter\FormatterInterface, prototype Phalcon\Logger\Formatter\FormatterInterface> public method format ] { - Parameters [1] { - Parameter #0 [ <required> string $dateFormat ] + Parameter #0 [ <required> Phalcon\Logger\Item $item ] } + - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method getDateFormat ] { - - Parameters [1] { - Parameter #0 [ <optional> string $dateFormat ] + - Parameters [0] { } + - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Logger\Formatter\FormatterInterface, prototype Phalcon\Logger\Formatter\FormatterInterface> public method format ] { + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ <required> Phalcon\Logger\Item $item ] + Parameter #0 [ <required> string $dateFormat ] } - - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method interpolate ] { @@ -44460,6 +44482,13 @@ Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { Parameter #1 [ <optional> $context ] } } + + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } } } @@ -44479,21 +44508,7 @@ Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { Property [ <default> protected $format ] } - - Methods [7] { - Method [ <internal:phalcon> public method getDateFormat ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method setDateFormat ] { - - - Parameters [1] { - Parameter #0 [ <required> string $dateFormat ] - } - } - + - Methods [8] { Method [ <internal:phalcon> public method getFormat ] { - Parameters [0] { @@ -44524,6 +44539,20 @@ Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ <required> string $dateFormat ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method interpolate ] { - Parameters [2] { @@ -44531,6 +44560,13 @@ Extension [ <persistent> extension #106 phalcon version 4.0.0 ] { Parameter #1 [ <optional> $context ] } } + + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } } } |