From e3b4b8b2f33555563d138ed7c444b3966c61624c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 May 2024 08:48:23 +0200 Subject: update to 5.7.0 --- REFLECTION | 231 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 116 insertions(+), 115 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6579433..e015f4c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #92 phalcon version 5.6.2 ] { +Extension [ extension #100 phalcon version 5.7.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -15,6 +15,9 @@ Extension [ extension #92 phalcon version 5.6.2 ] { Entry [ phalcon.db.force_casting ] Current = '0' } + Entry [ phalcon.form.strict_entity_property_check ] + Current = '0' + } Entry [ phalcon.orm.case_insensitive_column_map ] Current = '0' } @@ -2804,118 +2807,6 @@ Extension [ extension #92 phalcon version 5.6.2 ] { } } - Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] - } - - Return [ bool ] - } - - Method [ abstract public method filter ] { - - - Parameters [1] { - Parameter #0 [ $filter ] - } - - Return [ array ] - } - - Method [ abstract public method getCache ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getFirst ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getHydrateMode ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ abstract public method getLast ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\ModelInterface ] - } - - Method [ abstract public method getMessages ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method getType ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ abstract public method isFresh ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ abstract public method setHydrateMode ] { - - - Parameters [1] { - Parameter #0 [ int $hydrateMode ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ abstract public method setIsFresh ] { - - - Parameters [1] { - Parameter #0 [ bool $isFresh ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ abstract public method toArray ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method update ] { - - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] - } - - Return [ bool ] - } - } - } - Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { @@ -3806,6 +3697,118 @@ Extension [ extension #92 phalcon version 5.6.2 ] { } } + Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ ?Closure $conditionCallback = ] + } + - Return [ bool ] + } + + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + - Return [ array ] + } + + Method [ abstract public method getCache ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getFirst ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] + } + - Return [ bool ] + } + } + } + Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { @@ -8309,7 +8312,6 @@ Extension [ extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract static public method findFirst ] { @@ -66294,7 +66296,6 @@ Extension [ extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ static public method findFirst ] { -- cgit