diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-10 08:51:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-10 08:51:04 +0200 |
commit | 9883836869176be4ec90e34bd2e8b6db58a3d684 (patch) | |
tree | 471058e3b83debf809a3e6fbc22b35d95407e20a /REFLECTION | |
parent | 6a11ad0583f99f6da3e51d70efddecec4e84e2f4 (diff) |
update to 5.0.0RC2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 40 |
1 files changed, 33 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 phalcon version 5.0.0RC1 ] { +Extension [ <persistent> extension #116 phalcon version 5.0.0RC2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -68,7 +68,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.0RC1 ] { } } - - Classes [615] { + - Classes [616] { Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -6459,7 +6459,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.0RC1 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ <internal:phalcon> abstract public method setHtmlQuoteType ] { + Method [ <internal:phalcon> abstract public method setFlags ] { - Parameters [1] { Parameter #0 [ <required> int $flags ] @@ -42205,7 +42205,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.0RC1 ] { Class [ <internal:phalcon> class Phalcon\Filter\Filter implements Phalcon\Filter\FilterInterface ] { - - Constants [21] { + - Constants [22] { Constant [ public string FILTER_ABSINT ] { absint } Constant [ public string FILTER_ALNUM ] { alnum } Constant [ public string FILTER_ALPHA ] { alpha } @@ -42221,6 +42221,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.0RC1 ] { Constant [ public string FILTER_SPECIAL ] { special } Constant [ public string FILTER_SPECIALFULL ] { specialfull } Constant [ public string FILTER_STRING ] { string } + Constant [ public string FILTER_STRING_LEGACY ] { stringlegacy } Constant [ public string FILTER_STRIPTAGS ] { striptags } Constant [ public string FILTER_TRIM ] { trim } Constant [ public string FILTER_UPPER ] { upper } @@ -42752,6 +42753,31 @@ Extension [ <persistent> extension #116 phalcon version 5.0.0RC1 ] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\StringValLegacy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> public method __invoke ] { + + - Parameters [1] { Parameter #0 [ <required> $input ] } } @@ -52969,15 +52995,15 @@ Extension [ <persistent> extension #116 phalcon version 5.0.0RC1 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ <internal:phalcon> public method setFlags ] { + Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method setFlags ] { - Parameters [1] { Parameter #0 [ <required> int $flags ] } - - Return [ Phalcon\Html\Escaper ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method setHtmlQuoteType ] { + Method [ <internal:phalcon> public method setHtmlQuoteType ] { - Parameters [1] { Parameter #0 [ <required> int $flags ] |