From 9883836869176be4ec90e34bd2e8b6db58a3d684 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2022 08:51:04 +0200 Subject: update to 5.0.0RC2 --- REFLECTION | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2d9fc2e..28b94cb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 phalcon version 5.0.0RC1 ] { +Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -68,7 +68,7 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { } } - - Classes [615] { + - Classes [616] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -6459,7 +6459,7 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ abstract public method setHtmlQuoteType ] { + Method [ abstract public method setFlags ] { - Parameters [1] { Parameter #0 [ int $flags ] @@ -42205,7 +42205,7 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { Class [ 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 [ 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 } @@ -42748,6 +42749,31 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { - Properties [0] { } + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Filter\Sanitize\StringValLegacy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + - Methods [1] { Method [ public method __invoke ] { @@ -52969,15 +52995,15 @@ Extension [ extension #116 phalcon version 5.0.0RC1 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method setFlags ] { + Method [ public method setFlags ] { - Parameters [1] { Parameter #0 [ int $flags ] } - - Return [ Phalcon\Html\Escaper ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method setHtmlQuoteType ] { + Method [ public method setHtmlQuoteType ] { - Parameters [1] { Parameter #0 [ int $flags ] -- cgit