From 16c2a50eef8336dbb18b84e4c43db7a7d712e9a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jul 2022 15:11:40 +0200 Subject: update to 5.0.0RC3 --- PHPINFO | 4 +- REFLECTION | 1144 +++++++++++++++++++++++++++-------------------------- php-phalcon5.spec | 7 +- 3 files changed, 593 insertions(+), 562 deletions(-) diff --git a/PHPINFO b/PHPINFO index 291ca46..40a8454 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,8 +5,8 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 5.0.0RC2 -Build Date => Jun 10 2022 00:00:00 +Version => 5.0.0RC3 +Build Date => Jul 12 2022 00:00:00 Powered by Zephir => Version 0.16.0-$Id$ Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 28b94cb..c2ff418 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 phalcon version 5.0.0RC2 ] { +Extension [ extension #114 phalcon version 5.0.0RC3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -855,7 +855,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ abstract public method setModuleName ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } @@ -4520,113 +4520,124 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Methods [30] { Method [ abstract public method add ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ $httpMethods = ] + Parameter #3 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method attach ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ int $position = ] - } - - Return [ Phalcon\Mvc\RouterInterface ] - } - Method [ abstract public method addConnect ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addDelete ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addHead ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addGet ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addOptions ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPatch ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPost ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPurge ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPut ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addTrace ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } + Method [ abstract public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ int $position = ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + Method [ abstract public method clear ] { - Parameters [0] { @@ -5093,7 +5104,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ abstract public method setModuleName ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } @@ -8004,7 +8015,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ abstract public method setModuleName ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } @@ -8842,7 +8853,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Properties [0] { } - - Methods [50] { + - Methods [51] { Method [ abstract public method addBehavior ] { - Parameters [2] { @@ -8962,6 +8973,13 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ abstract public method getBuilder ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] + } + Method [ abstract public method getHasMany ] { - Parameters [1] { @@ -9594,8 +9612,10 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ abstract public method having ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -12031,6 +12051,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -12060,21 +12095,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Return [ bool ] } - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } - Method [ abstract public method serialize ] { - Parameters [0] { @@ -13009,6 +13029,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -13037,21 +13072,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -18353,7 +18373,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ public method getNamespaceName ] { @@ -18486,7 +18506,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ public method setModuleName ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } @@ -23704,6 +23724,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -23732,21 +23767,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -29024,7 +29044,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ public method getNamespaceName ] { @@ -29157,7 +29177,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ public method setModuleName ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } @@ -53884,7 +53904,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Parameter #0 [ int $flag = ] Parameter #1 [ string $delimiter = ] } - - Return [ void ] + - Return [ Phalcon\Html\Helper\Doctype ] } Method [ public method __toString ] { @@ -58096,7 +58116,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ ?string $indent = ] + Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\Title ] @@ -63659,7 +63679,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ public method getNamespaceName ] { @@ -63792,7 +63812,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Method [ public method setModuleName ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } @@ -64833,6 +64853,13 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Return [ bool ] } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method __set ] { - Parameters [2] { @@ -64841,6 +64868,14 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method addBehavior ] { - Parameters [1] { @@ -65454,21 +65489,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Return [ bool ] } - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } - Method [ public method getDI ] { - Parameters [0] { @@ -66048,11 +66068,12 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Static methods [0] { } - - Properties [27] { + - Properties [28] { Property [ protected $aliases = NULL ] Property [ protected $behaviors = NULL ] Property [ protected $belongsTo = NULL ] Property [ protected $belongsToSingle = NULL ] + Property [ protected $builder = NULL ] Property [ protected $container = NULL ] Property [ protected $customEventsManager = NULL ] Property [ protected $dynamicUpdate = NULL ] @@ -66078,427 +66099,405 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { Property [ protected $reusable = NULL ] } - - Methods [71] { - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } - - Method [ public method getDI ] { + - Methods [72] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setEventsManager ] { + Method [ public method addBehavior ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ public method addBelongsTo ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method setCustomEventsManager ] { + Method [ public method addHasMany ] { - - Parameters [2] { + - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method getCustomEventsManager ] { + Method [ public method addHasManyToMany ] { - - Parameters [1] { + - Parameters [8] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ array $options = [] ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method initialize ] { + Method [ public method addHasOne ] { - - Parameters [1] { + - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method isInitialized ] { + Method [ public method addHasOneThrough ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ array $options = [] ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method getLastInitialized ] { + Method [ public method clearReusableObjects ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ void ] } - Method [ public method load ] { + Method [ public method createBuilder ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ $params = ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method setModelPrefix ] { + Method [ public method createQuery ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ string $phql ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method getModelPrefix ] { + Method [ public method executeQuery ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $phql ] + Parameter #1 [ $placeholders = ] + Parameter #2 [ $types = ] } - - Return [ string ] } - Method [ public method setModelSource ] { + Method [ public method existsBelongsTo ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $source ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ void ] + - Return [ bool ] } - Method [ final public method isVisibleModelProperty ] { + Method [ public method existsHasMany ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $property ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - Return [ bool ] } - Method [ public method getModelSource ] { + Method [ public method existsHasManyToMany ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setModelSchema ] { + Method [ public method existsHasOne ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $schema ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method getModelSchema ] { + Method [ public method existsHasOneThrough ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method setConnectionService ] { + Method [ public method getBelongsTo ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setWriteConnectionService ] { + Method [ public method getBelongsToRecords ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = ] } - - Return [ void ] } - Method [ public method setReadConnectionService ] { + Method [ public method getBuilder ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getReadConnection ] { + Method [ public method getConnectionService ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $connectionServices ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getWriteConnection ] { + Method [ public method getCustomEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method getConnection ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionServices ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getReadConnectionService ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getWriteConnectionService ] { + Method [ public method getHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getConnectionService ] { + Method [ public method getHasManyRecords ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionServices ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = ] } - - Return [ string ] } - Method [ public method notifyEvent ] { + Method [ public method getHasManyToMany ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method missingMethod ] { + Method [ public method getHasOne ] { - - Parameters [3] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $eventName ] - Parameter #2 [ $data ] } + - Return [ array ] } - Method [ public method addBehavior ] { + Method [ public method getHasOneAndHasMany ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - - Return [ void ] + - Return [ array ] } - Method [ public method keepSnapshots ] { + Method [ public method getHasOneRecords ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $keepSnapshots ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = ] } - - Return [ void ] } - Method [ public method isKeepingSnapshots ] { + Method [ public method getHasOneThrough ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method useDynamicUpdate ] { + Method [ public method getLastInitialized ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $dynamicUpdate ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method isUsingDynamicUpdate ] { + Method [ public method getLastQuery ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method addHasOne ] { + Method [ public method getModelPrefix ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ string ] } - Method [ public method addHasOneThrough ] { + Method [ public method getModelSchema ] { - - Parameters [8] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ array $options = [] ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ ?string ] } - Method [ public method addBelongsTo ] { + Method [ public method getModelSource ] { - - Parameters [5] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ string ] } - Method [ public method addHasMany ] { + Method [ public method getReadConnection ] { - - Parameters [5] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method addHasManyToMany ] { + Method [ public method getReadConnectionService ] { - - Parameters [8] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ array $options = [] ] - } - - Return [ Phalcon\Mvc\Model\RelationInterface ] - } - - Method [ public method existsBelongsTo ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method existsHasMany ] { + Method [ public method getRelationByAlias ] { - Parameters [2] { Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + Parameter #1 [ string $alias ] } - - Return [ bool ] } - Method [ public method existsHasOne ] { + Method [ public method getRelationRecords ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #2 [ $parameters = ] + Parameter #3 [ ?string $method = ] } - - Return [ bool ] } - Method [ public method existsHasOneThrough ] { + Method [ public method getRelations ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method existsHasManyToMany ] { + Method [ public method getRelationsBetween ] { - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] } - - Return [ bool ] } - Method [ public method getRelationByAlias ] { + Method [ public method getReusableRecords ] { - Parameters [2] { Parameter #0 [ string $modelName ] - Parameter #1 [ string $alias ] + Parameter #1 [ string $key ] } } - Method [ final protected method _mergeFindParameters ] { + Method [ public method getWriteConnection ] { - - Parameters [2] { - Parameter #0 [ $findParamsOne ] - Parameter #1 [ $findParamsTwo ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getRelationRecords ] { + Method [ public method getWriteConnectionService ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #2 [ $parameters = ] - Parameter #3 [ ?string $method = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ string ] } - Method [ public method getReusableRecords ] { + Method [ public method hasBelongsTo ] { - Parameters [2] { Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] + Parameter #1 [ string $modelRelation ] } + - Return [ bool ] } - Method [ public method hasBelongsTo ] { + Method [ public method hasHasMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] @@ -66507,7 +66506,7 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Return [ bool ] } - Method [ public method hasHasMany ] { + Method [ public method hasHasManyToMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] @@ -66534,165 +66533,194 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { - Return [ bool ] } - Method [ public method hasHasManyToMany ] { + Method [ public method initialize ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ bool ] } - Method [ public method setReusableRecords ] { + Method [ public method isInitialized ] { - - Parameters [3] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] - Parameter #2 [ $records ] + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method clearReusableObjects ] { + Method [ public method isKeepingSnapshots ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method getBelongsToRecords ] { + Method [ public method isUsingDynamicUpdate ] { - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ bool ] } - Method [ public method getHasManyRecords ] { + Method [ final public method isVisibleModelProperty ] { - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $property ] } + - Return [ bool ] } - Method [ public method getHasOneRecords ] { + Method [ public method keepSnapshots ] { - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $keepSnapshots ] } + - Return [ void ] } - Method [ public method getBelongsTo ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $modelName ] } - - Return [ array ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getHasMany ] { + Method [ public method notifyEvent ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method missingMethod ] { + + - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $eventName ] + Parameter #2 [ $data ] } - - Return [ array ] } - Method [ public method getHasOne ] { + Method [ public method setConnectionService ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getHasOneThrough ] { + Method [ public method setCustomEventsManager ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getHasManyToMany ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getHasOneAndHasMany ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getRelations ] { + Method [ public method setModelPrefix ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ string $prefix ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getRelationsBetween ] { + Method [ public method setModelSchema ] { - Parameters [2] { - Parameter #0 [ string $first ] - Parameter #1 [ string $second ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $schema ] } + - Return [ void ] } - Method [ public method createQuery ] { + Method [ public method setModelSource ] { - - Parameters [1] { - Parameter #0 [ string $phql ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $source ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ void ] } - Method [ public method executeQuery ] { + Method [ public method setReadConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ public method setReusableRecords ] { - Parameters [3] { - Parameter #0 [ string $phql ] - Parameter #1 [ $placeholders = ] - Parameter #2 [ $types = ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + Parameter #2 [ $records ] } + - Return [ void ] } - Method [ public method createBuilder ] { + Method [ public method setWriteConnectionService ] { - - Parameters [1] { - Parameter #0 [ $params = ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method getLastQuery ] { + Method [ public method useDynamicUpdate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $dynamicUpdate ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ void ] } - Method [ public method __destruct ] { + Method [ protected method getConnection ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $connectionServices ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ final protected method mergeFindParameters ] { + + - Parameters [2] { + Parameter #0 [ $findParamsOne ] + Parameter #1 [ $findParamsTwo ] + } + - Return [ array ] } Method [ private method checkHasRelationship ] { @@ -75139,6 +75167,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75167,21 +75210,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75243,6 +75271,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75271,21 +75314,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75328,6 +75356,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75356,21 +75399,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75413,6 +75441,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75441,21 +75484,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75498,6 +75526,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75526,21 +75569,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75605,6 +75633,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75633,21 +75676,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75699,6 +75727,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75727,21 +75770,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75784,6 +75812,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75812,21 +75855,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75869,6 +75897,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75897,21 +75940,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -75954,6 +75982,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -75982,21 +76025,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -76039,6 +76067,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -76067,21 +76110,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } @@ -76124,6 +76152,21 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getData ] { - Parameters [0] { @@ -76152,21 +76195,6 @@ Extension [ extension #116 phalcon version 5.0.0RC2 ] { } - Return [ bool ] } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } } } diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 1974fb4..c118106 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -23,8 +23,8 @@ # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini %global upstream_ver 5.0.0 -%global upstream_pre RC2 -%global upstream_low rc2 +%global upstream_pre RC3 +%global upstream_low %(echo %{upstream_pre} | tr '[:upper:]' '[:lower:]') Name: %{?scl_prefix}php-phalcon5 Version: %{upstream_ver}%{?upstream_pre:~%{upstream_low}} @@ -250,6 +250,9 @@ fi %changelog +* Tue Jul 12 2022 Remi Collet - 5.0.0~rc3-1 +- update to 5.0.0RC3 + * Fri Jun 10 2022 Remi Collet - 5.0.0~rc2-1 - update to 5.0.0RC2 -- cgit