summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION233
1 files changed, 117 insertions, 116 deletions
diff --git a/REFLECTION b/REFLECTION
index 170b310..e015f4c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #89 phalcon version 5.6.1 ] {
+Extension [ <persistent> extension #100 phalcon version 5.7.0 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -15,6 +15,9 @@ Extension [ <persistent> extension #89 phalcon version 5.6.1 ] {
Entry [ phalcon.db.force_casting <ALL> ]
Current = '0'
}
+ Entry [ phalcon.form.strict_entity_property_check <ALL> ]
+ Current = '0'
+ }
Entry [ phalcon.orm.case_insensitive_column_map <ALL> ]
Current = '0'
}
@@ -2804,118 +2807,6 @@ Extension [ <persistent> extension #89 phalcon version 5.6.1 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultsetInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [13] {
- Method [ <internal:phalcon> abstract public method delete ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> abstract public method filter ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $filter ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> abstract public method getCache ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:phalcon> abstract public method getFirst ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:phalcon> abstract public method getHydrateMode ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:phalcon> abstract public method getLast ] {
-
- - Parameters [0] {
- }
- - Return [ ?Phalcon\Mvc\ModelInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method getMessages ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> abstract public method getType ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:phalcon> abstract public method isFresh ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> abstract public method setHydrateMode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $hydrateMode ]
- }
- - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method setIsFresh ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> bool $isFresh ]
- }
- - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method toArray ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> abstract public method update ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ]
- }
- - Return [ bool ]
- }
- }
- }
-
Interface [ <internal:phalcon> interface Phalcon\Paginator\Adapter\AdapterInterface ] {
- Constants [0] {
@@ -3806,6 +3697,118 @@ Extension [ <persistent> extension #89 phalcon version 5.6.1 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultsetInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon> abstract public method delete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method filter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filter ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getCache ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getFirst ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getHydrateMode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLast ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Mvc\ModelInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getMessages ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method isFresh ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setHydrateMode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $hydrateMode ]
+ }
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setIsFresh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $isFresh ]
+ }
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method toArray ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method update ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Mvc\ViewBaseInterface ] {
- Constants [0] {
@@ -8309,7 +8312,6 @@ Extension [ <persistent> extension #89 phalcon version 5.6.1 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters = <default> ]
}
- - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
}
Method [ <internal:phalcon> abstract static public method findFirst ] {
@@ -11990,7 +11992,7 @@ Extension [ <persistent> extension #89 phalcon version 5.6.1 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Di\AbstractInjectionAware extends stdClass implements Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
}
@@ -66294,7 +66296,6 @@ Extension [ <persistent> extension #89 phalcon version 5.6.1 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters = <default> ]
}
- - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method findFirst ] {