diff options
| -rw-r--r-- | PHPINFO | 7 | ||||
| -rw-r--r-- | REFLECTION | 16374 | ||||
| -rw-r--r-- | php-phalcon5.spec | 8 |
3 files changed, 12059 insertions, 4330 deletions
@@ -5,9 +5,9 @@ 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.12.1 -Build Date => May 1 2026 00:00:00 -Powered by Zephir => Version 0.19.0-$Id$ +Version => 5.13.0 +Build Date => May 18 2026 00:00:00 +Powered by Zephir => Version 0.20.1-$Id$ Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On @@ -26,6 +26,7 @@ phalcon.orm.exception_on_failed_metadata_save => On => On phalcon.orm.ignore_unknown_columns => Off => Off phalcon.orm.late_state_binding => Off => Off phalcon.orm.not_null_validations => On => On +phalcon.orm.resultset_empty_left_join_model => On => On phalcon.orm.resultset_prefetch_records => 0 => 0 phalcon.orm.update_snapshot_on_save => On => On phalcon.orm.virtual_foreign_keys => On => On @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { +Extension [ <persistent> extension #152 phalcon version 5.13.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -57,6 +57,9 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Entry [ phalcon.orm.not_null_validations <ALL> ] Current = '1' } + Entry [ phalcon.orm.resultset_empty_left_join_model <ALL> ] + Current = '1' + } Entry [ phalcon.orm.resultset_prefetch_records <ALL> ] Current = '0' } @@ -74,7 +77,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - - Classes [640] { + - Classes [737] { Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -107,7 +110,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Events\EventsAwareInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -139,6 +142,38 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Events\EventsAwareInterface extends Phalcon\Contracts\Events\EventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\EventsAware> abstract public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\EventsAware> abstract public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -324,7 +359,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Support\Collection\CollectionInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Contracts\Support\Collection extends ArrayAccess, IteratorAggregate, Traversable ] { - Constants [0] { } @@ -338,12 +373,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [14] { + - Methods [33] { Method [ <internal:phalcon> abstract public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } Method [ <internal:phalcon> abstract public method __isset ] { @@ -378,6 +414,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon> abstract public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon> abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon> abstract public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ <internal:phalcon> abstract public method get ] { - Parameters [3] { @@ -385,6 +452,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon> abstract public method getKeys ] { @@ -395,6 +463,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + Method [ <internal:phalcon> abstract public method getValues ] { - Parameters [0] { @@ -418,6 +493,45 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon> abstract public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon> abstract public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon> abstract public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + Method [ <internal:phalcon> abstract public method remove ] { - Parameters [1] { @@ -426,6 +540,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon> abstract public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:phalcon> abstract public method set ] { - Parameters [2] { @@ -435,6 +557,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon> abstract public method sort ] { + + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + Method [ <internal:phalcon> abstract public method toArray ] { - Parameters [0] { @@ -445,14 +576,70 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon> abstract public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = 79 ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } + + Method [ <internal:phalcon> abstract public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ bool ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ mixed ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> mixed $offset ] + Parameter #1 [ <required> mixed $value ] + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] { + + - Parameters [0] { + } + - Tentative return [ Traversable ] + } } } - Interface [ <internal:phalcon> interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { + Interface [ <internal:phalcon> interface Phalcon\Support\Collection\CollectionInterface extends Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess ] { - Constants [0] { } @@ -466,32 +653,268 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [4] { - Method [ <internal:phalcon> abstract public method getData ] { + - Methods [33] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> string $element ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ <required> string $element ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ <required> string $element ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method clear ] { - Parameters [0] { } + - Return [ void ] } - Method [ <internal:phalcon> abstract public method setData ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method column ] { - Parameters [1] { - Parameter #0 [ <required> $data ] + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ <required> string $element ] + Parameter #1 [ <optional> $defaultValue = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> string $element ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method init ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] } - Return [ void ] } - Method [ <internal:Core, inherits Serializable> abstract public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method isEmpty ] { - Parameters [0] { } + - Return [ bool ] } - Method [ <internal:Core, inherits Serializable> abstract public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method keys ] { - Parameters [1] { - Parameter #0 [ <required> string $data ] + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> string $element ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method sort ] { + + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method toArray ] { + + - Parameters [0] { } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method toJson ] { + + - Parameters [1] { + Parameter #0 [ <optional> int $options = 4194383 ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ bool ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ mixed ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> mixed $offset ] + Parameter #1 [ <required> mixed $value ] + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] { + + - Parameters [0] { + } + - Tentative return [ Traversable ] } } } @@ -589,7 +1012,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> abstract public method getMessages ] { @@ -740,6 +1163,50 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:phalcon> abstract public method getData ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method setData ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + - Return [ void ] + } + + Method [ <internal:Core, inherits Serializable> abstract public method serialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Serializable> abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $data ] + } + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -1153,7 +1620,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Config\ConfigInterface extends Phalcon\Support\Collection\CollectionInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Config\ConfigInterface extends Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection ] { - Constants [0] { } @@ -1167,7 +1634,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [18] { + - Methods [37] { Method [ <internal:phalcon> abstract public method getPathDelimiter ] { - Parameters [0] { @@ -1200,14 +1667,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -1215,7 +1683,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -1224,7 +1692,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -1232,23 +1700,55 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method clear ] { - Parameters [0] { } - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -1256,14 +1756,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -1271,7 +1778,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -1279,7 +1786,46 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -1287,7 +1833,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -1296,20 +1850,721 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method sort ] { + + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = 79 ] + Parameter #0 [ <optional> int $options = 4194383 ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ bool ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ mixed ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> mixed $offset ] + Parameter #1 [ <required> mixed $value ] + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] { + + - Parameters [0] { + } + - Tentative return [ Traversable ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Adapter\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [67] { + Method [ <internal:phalcon> abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method begin ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $nesting = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method commit ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $nesting = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method connect ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $descriptor = [] ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> array $definition ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> ?string $whereCondition = null ] + Parameter #2 [ <optional> array $placeholders = [] ] + Parameter #3 [ <optional> array $dataTypes = [] ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <optional> ?string $schema = null ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <optional> ?string $schema = null ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <optional> ?string $schema = null ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $columnName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $referenceName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $indexName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ <required> $identifier ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ <required> string $str ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method execute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlStatement ] + Parameter #1 [ <optional> array $bindParams = [] ] + Parameter #2 [ <optional> array $bindTypes = [] ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> int $fetchMode = 2 ] + Parameter #2 [ <optional> array $bindParams = [] ] + Parameter #3 [ <optional> array $bindTypes = [] ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> array $placeholders = [] ] + Parameter #2 [ <optional> $column = <default> ] + } + } + + Method [ <internal:phalcon> abstract public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> int $fetchMode = 2 ] + Parameter #2 [ <optional> array $bindParams = [] ] + Parameter #3 [ <optional> array $bindTypes = [] ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method forUpdate ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ <required> $columnList ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ <internal:phalcon> abstract public method getDialectType ] { + + - Parameters [0] { } - Return [ string ] } + + Method [ <internal:phalcon> abstract public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ <internal:phalcon> abstract public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ <internal:phalcon> abstract public method getInternalHandler ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getSQLVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method insert ] { + + - Parameters [4] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <required> array $values ] + Parameter #2 [ <optional> $fields = <default> ] + Parameter #3 [ <optional> $dataTypes = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $dataTypes = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $name = null ] + } + } + + Method [ <internal:phalcon> abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> int $number ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $schemaName = null ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method listViews ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $schemaName = null ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method query ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlStatement ] + Parameter #1 [ <optional> array $bindParams = [] ] + Parameter #2 [ <optional> array $bindTypes = [] ] + } + } + + Method [ <internal:phalcon> abstract public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $nesting = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method sharedLock ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Contracts\Db\Adapter\Adapter ] + } + + Method [ <internal:phalcon> abstract public method supportSequences ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method update ] { + + - Parameters [5] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $values ] + Parameter #3 [ <optional> $whereCondition = <default> ] + Parameter #4 [ <optional> $dataTypes = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $whereCondition = <default> ] + Parameter #3 [ <optional> $dataTypes = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Paginator\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:phalcon> abstract public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Paginator\Repository ] + } + + Method [ <internal:phalcon> abstract public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ <required> int $page ] + } + } + + Method [ <internal:phalcon> abstract public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ <required> int $limit ] + } + } } } @@ -1562,7 +2817,334 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Db\Adapter\AdapterInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Dialect ] { + + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [34] { + Method [ <internal:phalcon> abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> array $definition ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <optional> ?string $schema = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <optional> ?string $schema = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <optional> ?string $schema = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $columnName ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $referenceName ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $indexName ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method forUpdate ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ <required> array $columnList ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getCustomFunctions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getSqlExpression ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> ?string $escapeChar = null ] + Parameter #2 [ <optional> array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> $number ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] + } + + Method [ <internal:phalcon> abstract public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method select ] { + + - Parameters [1] { + Parameter #0 [ <required> array $definition ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method sharedLock ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method supportsReleaseSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method supportsSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> string $table ] + Parameter #1 [ <optional> ?string $schema = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\Adapter\AdapterInterface extends Phalcon\Contracts\Db\Adapter\Adapter ] { - Constants [0] { } @@ -1577,7 +3159,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [67] { - Method [ <internal:phalcon> abstract public method addColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1587,7 +3169,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method addIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1597,7 +3179,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method addForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1607,7 +3189,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method addPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1617,14 +3199,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method affectedRows ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method affectedRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method begin ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method begin ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -1632,14 +3214,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method close ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method close ] { - Parameters [0] { } - Return [ void ] } - Method [ <internal:phalcon> abstract public method commit ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method commit ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -1647,7 +3229,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method connect ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method connect ] { - Parameters [1] { Parameter #0 [ <optional> array $descriptor = [] ] @@ -1655,7 +3237,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> abstract public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -1663,7 +3245,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method createTable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1673,7 +3255,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method createView ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -1683,7 +3265,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method delete ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method delete ] { - Parameters [4] { Parameter #0 [ <required> $table ] @@ -1694,7 +3276,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method describeColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -1703,7 +3285,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method describeIndexes ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -1712,7 +3294,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method describeReferences ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -1721,7 +3303,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method dropColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1731,7 +3313,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method dropForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1741,7 +3323,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method dropIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1751,7 +3333,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method dropPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -1760,7 +3342,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method dropTable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -1770,7 +3352,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method dropView ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -1780,7 +3362,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method escapeIdentifier ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ <required> $identifier ] @@ -1788,7 +3370,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method escapeString ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method escapeString ] { - Parameters [1] { Parameter #0 [ <required> string $str ] @@ -1796,7 +3378,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method execute ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method execute ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -1806,7 +3388,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method fetchAll ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method fetchAll ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -1817,7 +3399,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method fetchColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method fetchColumn ] { - Parameters [3] { Parameter #0 [ <required> string $sqlQuery ] @@ -1826,7 +3408,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon> abstract public method fetchOne ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method fetchOne ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -1837,15 +3419,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getColumnDefinition ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -1853,7 +3436,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ <required> $columnList ] @@ -1861,97 +3444,97 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method getConnectionId ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getConnectionId ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon> abstract public method getDescriptor ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getDialect ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } - Method [ <internal:phalcon> abstract public method getDialectType ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getDialectType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getDefaultIdValue ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon> abstract public method getDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon> abstract public method getInternalHandler ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getInternalHandler ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method getNestedTransactionSavepointName ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getRealSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getSQLBindTypes ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getSQLVariables ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method insert ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method insert ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -1962,7 +3545,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method insertAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method insertAsDict ] { - Parameters [3] { Parameter #0 [ <required> string $table ] @@ -1972,28 +3555,28 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isUnderTransaction ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method lastInsertId ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ <optional> ?string $name = null ] } } - Method [ <internal:phalcon> abstract public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -2002,7 +3585,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method listTables ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -2010,7 +3593,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method listViews ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method listViews ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -2018,7 +3601,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method modifyColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -2029,7 +3612,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method query ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method query ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -2038,7 +3621,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon> abstract public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -2046,7 +3629,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method rollback ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method rollback ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -2054,7 +3637,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -2062,30 +3645,31 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method sharedLock ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon> abstract public method setNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Db\Adapter\Adapter ] } - Method [ <internal:phalcon> abstract public method supportSequences ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method tableExists ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -2094,7 +3678,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method tableOptions ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -2103,7 +3687,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method update ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method update ] { - Parameters [5] { Parameter #0 [ <required> string $table ] @@ -2115,7 +3699,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method updateAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method updateAsDict ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -2126,21 +3710,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> abstract public method useExplicitIdValue ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method supportsDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method viewExists ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -2151,6 +3735,51 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Paginator\Adapter\AdapterInterface extends Phalcon\Contracts\Paginator\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Adapter> abstract public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Adapter> abstract public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Paginator\Repository ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Adapter> abstract public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ <required> int $page ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Adapter> abstract public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ <required> int $limit ] + } + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { @@ -2362,9 +3991,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Db\DialectInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Db\DialectInterface extends Phalcon\Contracts\Db\Dialect ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -2377,7 +4009,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [34] { - Method [ <internal:phalcon> abstract public method addColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2387,7 +4019,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method addForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2397,7 +4029,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method addIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2407,7 +4039,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method addPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2417,7 +4049,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -2425,7 +4057,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method createTable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2435,7 +4067,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method createView ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -2445,7 +4077,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method describeColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -2454,7 +4086,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method describeIndexes ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -2463,7 +4095,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method describeReferences ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -2472,7 +4104,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method dropColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2482,7 +4114,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method dropForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2492,7 +4124,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method dropIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2502,7 +4134,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method dropPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -2511,7 +4143,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method dropTable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -2521,7 +4153,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method dropView ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -2531,15 +4163,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getColumnDefinition ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -2547,7 +4180,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ <required> array $columnList ] @@ -2555,14 +4188,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method getCustomFunctions ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getSqlExpression ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] @@ -2572,7 +4205,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -2581,7 +4214,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method listTables ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -2589,7 +4222,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method modifyColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -2600,7 +4233,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method registerCustomFunction ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ <required> string $name ] @@ -2609,7 +4242,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Dialect ] } - Method [ <internal:phalcon> abstract public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -2617,7 +4250,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -2625,7 +4258,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method select ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method select ] { - Parameters [1] { Parameter #0 [ <required> array $definition ] @@ -2633,29 +4266,30 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method sharedLock ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon> abstract public method supportsReleaseSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method supportsSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method tableExists ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -2664,7 +4298,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method tableOptions ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -2673,7 +4307,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> abstract public method viewExists ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -2844,51 +4478,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Paginator\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [4] { - Method [ <internal:phalcon> abstract public method getLimit ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:phalcon> abstract public method paginate ] { - - - Parameters [0] { - } - - Return [ Phalcon\Paginator\RepositoryInterface ] - } - - Method [ <internal:phalcon> abstract public method setCurrentPage ] { - - - Parameters [1] { - Parameter #0 [ <required> int $page ] - } - } - - Method [ <internal:phalcon> abstract public method setLimit ] { - - - Parameters [1] { - Parameter #0 [ <required> int $limit ] - } - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Translate\Adapter\AdapterInterface ] { - Constants [0] { @@ -2957,6 +4546,30 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Contracts\Forms\Schema ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method load ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { @@ -3259,7 +4872,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ <internal:phalcon> abstract public method attempt ] { - Parameters [3] { @@ -3315,6 +4928,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon> abstract public method hasShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + Method [ <internal:phalcon> abstract public method remove ] { - Parameters [1] { @@ -3323,6 +4944,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon> abstract public method removeShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ void ] + } + Method [ <internal:phalcon> abstract public method set ] { - Parameters [3] { @@ -4230,6 +5859,893 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Check ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method getExpression ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Column ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ <internal:phalcon> abstract public method getAfterPosition ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> abstract public method getBindType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getDefault ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getScale ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getSize ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getTypeReference ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getTypeValues ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method hasDefault ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isAutoIncrement ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isFirst ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isNotNull ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isNumeric ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isPrimary ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isUnsigned ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Index ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Reference ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getOnDelete ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> abstract public method getOnUpdate ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> abstract public method getReferencedColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getReferencedSchema ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> abstract public method getReferencedTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getSchemaName ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method dataSeek ] { + + - Parameters [1] { + Parameter #0 [ <required> int $number ] + } + } + + Method [ <internal:phalcon> abstract public method execute ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method fetch ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method fetchAll ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method fetchArray ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getInternalResult ] { + + - Parameters [0] { + } + - Return [ PDOStatement ] + } + + Method [ <internal:phalcon> abstract public method numRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method setFetchMode ] { + + - Parameters [1] { + Parameter #0 [ <required> int $fetchMode ] + } + - Return [ bool ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\CryptoUtils ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:phalcon> abstract public method computeHmac ] { + + - Parameters [4] { + Parameter #0 [ <required> string $data ] + Parameter #1 [ <required> string $key ] + Parameter #2 [ <required> string $algo ] + Parameter #3 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method getRandom ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Random ] + } + + Method [ <internal:phalcon> abstract public method getRandomBytes ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method setRandomBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> int $randomBytes ] + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + + Method [ <internal:phalcon> abstract public method getSaltBytes ] { + + - Parameters [1] { + Parameter #0 [ <optional> int $numberBytes = 0 ] + } + - Return [ string ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\CsrfProtection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:phalcon> abstract public method getToken ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> abstract public method getTokenKey ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> abstract public method checkToken ] { + + - Parameters [3] { + Parameter #0 [ <optional> ?string $tokenKey = null ] + Parameter #1 [ <optional> $tokenValue = <default> ] + Parameter #2 [ <optional> bool $destroyIfValid = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method destroyToken ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + + Method [ <internal:phalcon> abstract public method getRequestToken ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> abstract public method getSessionToken ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\PasswordSecurity ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method checkHash ] { + + - Parameters [3] { + Parameter #0 [ <required> string $password ] + Parameter #1 [ <required> string $passwordHash ] + Parameter #2 [ <optional> int $maxPassLength = 0 ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method hash ] { + + - Parameters [2] { + Parameter #0 [ <required> string $password ] + Parameter #1 [ <optional> array $options = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract public method isLegacyHash ] { + + - Parameters [1] { + Parameter #0 [ <required> string $passwordHash ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method getHashInformation ] { + + - Parameters [1] { + Parameter #0 [ <required> string $hash ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getDefaultHash ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method setDefaultHash ] { + + - Parameters [1] { + Parameter #0 [ <required> int $defaultHash ] + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + + Method [ <internal:phalcon> abstract public method getWorkFactor ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method setWorkFactor ] { + + - Parameters [1] { + Parameter #0 [ <required> int $workFactor ] + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Events\Event ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method getData ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method isCancelable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isStopped ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method setData ] { + + - Parameters [1] { + Parameter #0 [ <optional> $data = <default> ] + } + - Return [ Phalcon\Contracts\Events\Event ] + } + + Method [ <internal:phalcon> abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> string $type ] + } + - Return [ Phalcon\Contracts\Events\Event ] + } + + Method [ <internal:phalcon> abstract public method stop ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Events\Event ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Events\Manager ] { + + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ <internal:phalcon> abstract public method addSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method arePrioritiesEnabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method attach ] { + + - Parameters [3] { + Parameter #0 [ <required> string $eventType ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> int $priority = null ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method clearSubscribers ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method collectResponses ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $collect ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method detach ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventType ] + Parameter #1 [ <required> $handler ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method detachAll ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $type = null ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method enablePriorities ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $enablePriorities ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> abstract public method fire ] { + + - Parameters [4] { + Parameter #0 [ <required> string $eventType ] + Parameter #1 [ <required> $source ] + Parameter #2 [ <optional> $data = <default> ] + Parameter #3 [ <optional> bool $cancelable = true ] + } + } + + Method [ <internal:phalcon> abstract public method getListeners ] { + + - Parameters [1] { + Parameter #0 [ <required> string $type ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getResponses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getSubscribers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method hasListeners ] { + + - Parameters [1] { + Parameter #0 [ <required> string $type ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isCollecting ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method isValidHandler ] { + + - Parameters [1] { + Parameter #0 [ <required> $handler ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method removeSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Html\Helper\Input\SelectData ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Paginator\Repository ] { + + - Constants [8] { + Constant [ public string PROPERTY_CURRENT_PAGE ] { current } + Constant [ public string PROPERTY_FIRST_PAGE ] { first } + Constant [ public string PROPERTY_ITEMS ] { items } + Constant [ public string PROPERTY_LAST_PAGE ] { last } + Constant [ public string PROPERTY_LIMIT ] { limit } + Constant [ public string PROPERTY_NEXT_PAGE ] { next } + Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } + Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon> abstract public method getAliases ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getCurrent ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getFirst ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getItems ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getNext ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getPrevious ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getTotalItems ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method setAliases ] { + + - Parameters [1] { + Parameter #0 [ <required> array $aliases ] + } + - Return [ Phalcon\Contracts\Paginator\Repository ] + } + + Method [ <internal:phalcon> abstract public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> array $properties ] + } + - Return [ Phalcon\Contracts\Paginator\Repository ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { @@ -4404,30 +6920,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:phalcon> abstract public method getOptions ] { - - - Parameters [0] { - } - - Return [ array ] - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Logger\LoggerInterface ] { - Constants [0] { @@ -4661,7 +7153,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [30] { + - Methods [31] { Method [ <internal:phalcon> abstract public method add ] { - Parameters [4] { @@ -4867,6 +7359,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon> abstract public method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + Method [ <internal:phalcon> abstract public method mount ] { - Parameters [1] { @@ -4916,6 +7416,30 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Time\Clock\ClockInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method now ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Constants [0] { @@ -4957,21 +7481,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [3] { - Method [ <internal:phalcon> abstract public method getDescription ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getName ] { + Method [ <internal:phalcon> abstract public method getDescription ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method getName ] { - Parameters [0] { } @@ -4995,7 +7519,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [3] { - Method [ <internal:phalcon> abstract public method getName ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } @@ -5006,10 +7530,10 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method getName ] { - Parameters [0] { } @@ -5432,6 +7956,198 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\Security extends Phalcon\Contracts\Encryption\Security\CryptoUtils, Phalcon\Contracts\Encryption\Security\CsrfProtection, Phalcon\Contracts\Encryption\Security\PasswordSecurity ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CryptoUtils> abstract public method computeHmac ] { + + - Parameters [4] { + Parameter #0 [ <required> string $data ] + Parameter #1 [ <required> string $key ] + Parameter #2 [ <required> string $algo ] + Parameter #3 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CryptoUtils> abstract public method getRandom ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Random ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CryptoUtils> abstract public method getRandomBytes ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CryptoUtils> abstract public method setRandomBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> int $randomBytes ] + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CryptoUtils> abstract public method getSaltBytes ] { + + - Parameters [1] { + Parameter #0 [ <optional> int $numberBytes = 0 ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CsrfProtection> abstract public method getToken ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CsrfProtection> abstract public method getTokenKey ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CsrfProtection> abstract public method checkToken ] { + + - Parameters [3] { + Parameter #0 [ <optional> ?string $tokenKey = null ] + Parameter #1 [ <optional> $tokenValue = <default> ] + Parameter #2 [ <optional> bool $destroyIfValid = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CsrfProtection> abstract public method destroyToken ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CsrfProtection> abstract public method getRequestToken ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\CsrfProtection> abstract public method getSessionToken ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method checkHash ] { + + - Parameters [3] { + Parameter #0 [ <required> string $password ] + Parameter #1 [ <required> string $passwordHash ] + Parameter #2 [ <optional> int $maxPassLength = 0 ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method hash ] { + + - Parameters [2] { + Parameter #0 [ <required> string $password ] + Parameter #1 [ <optional> array $options = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method isLegacyHash ] { + + - Parameters [1] { + Parameter #0 [ <required> string $passwordHash ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method getHashInformation ] { + + - Parameters [1] { + Parameter #0 [ <required> string $hash ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method getDefaultHash ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method setDefaultHash ] { + + - Parameters [1] { + Parameter #0 [ <required> int $defaultHash ] + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method getWorkFactor ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\PasswordSecurity> abstract public method setWorkFactor ] { + + - Parameters [1] { + Parameter #0 [ <required> int $workFactor ] + } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Events\Stoppable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method isPropagationStopped ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - Constants [0] { @@ -5584,7 +8300,38 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Db\ColumnInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Db\CheckInterface extends Phalcon\Contracts\Db\Check ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Check> abstract public method getExpression ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Check> abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\ColumnInterface extends Phalcon\Contracts\Db\Column ] { - Constants [0] { } @@ -5599,109 +8346,108 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [16] { - Method [ <internal:phalcon> abstract public method getAfterPosition ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getAfterPosition ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon> abstract public method getBindType ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getBindType ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getDefault ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getDefault ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method getName ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getScale ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getScale ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getSize ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getSize ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getType ] { - Parameters [0] { } - - Return [ int ] } - Method [ <internal:phalcon> abstract public method getTypeReference ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getTypeReference ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getTypeValues ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getTypeValues ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method hasDefault ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method hasDefault ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isAutoIncrement ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method isAutoIncrement ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isFirst ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method isFirst ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isNotNull ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method isNotNull ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isNumeric ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method isNumeric ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isPrimary ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method isPrimary ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isUnsigned ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method isUnsigned ] { - Parameters [0] { } @@ -5710,7 +8456,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Db\IndexInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Db\IndexInterface extends Phalcon\Contracts\Db\Index ] { - Constants [0] { } @@ -5725,21 +8471,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [3] { - Method [ <internal:phalcon> abstract public method getColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Index> abstract public method getColumns ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getName ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Index> abstract public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Index> abstract public method getType ] { - Parameters [0] { } @@ -5748,7 +8494,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Db\ReferenceInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Db\ReferenceInterface extends Phalcon\Contracts\Db\Reference ] { - Constants [0] { } @@ -5763,65 +8509,65 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [8] { - Method [ <internal:phalcon> abstract public method getColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getColumns ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getName ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getOnDelete ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getOnDelete ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon> abstract public method getOnUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getOnUpdate ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon> abstract public method getReferencedColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getReferencedColumns ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getReferencedSchema ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getReferencedSchema ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon> abstract public method getReferencedTable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getReferencedTable ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> abstract public method getSchemaName ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Reference> abstract public method getSchemaName ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } } } - Interface [ <internal:phalcon> interface Phalcon\Db\ResultInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Db\ResultInterface extends Phalcon\Contracts\Db\Result ] { - Constants [0] { } @@ -5836,54 +8582,54 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [8] { - Method [ <internal:phalcon> abstract public method dataSeek ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method dataSeek ] { - Parameters [1] { Parameter #0 [ <required> int $number ] } } - Method [ <internal:phalcon> abstract public method execute ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method execute ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method fetch ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method fetch ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method fetchAll ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method fetchAll ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method fetchArray ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method fetchArray ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method getInternalResult ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method getInternalResult ] { - Parameters [0] { } - Return [ PDOStatement ] } - Method [ <internal:phalcon> abstract public method numRows ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method numRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method setFetchMode ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Result> abstract public method setFetchMode ] { - Parameters [1] { Parameter #0 [ <required> int $fetchMode ] @@ -6221,7 +8967,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Events\EventInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Events\EventInterface extends Phalcon\Contracts\Events\Event ] { - Constants [0] { } @@ -6236,58 +8982,58 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [7] { - Method [ <internal:phalcon> abstract public method getData ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Event> abstract public method getData ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Event> abstract public method getType ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method isCancelable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Event> abstract public method isCancelable ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method isStopped ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Event> abstract public method isStopped ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> abstract public method setData ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Event> abstract public method setData ] { - Parameters [1] { Parameter #0 [ <optional> $data = <default> ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ Phalcon\Contracts\Events\Event ] } - Method [ <internal:phalcon> abstract public method setType ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Event> abstract public method setType ] { - Parameters [1] { Parameter #0 [ <required> string $type ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ Phalcon\Contracts\Events\Event ] } - Method [ <internal:phalcon> abstract public method stop ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Event> abstract public method stop ] { - Parameters [0] { } - - Return [ Phalcon\Events\EventInterface ] + - Return [ Phalcon\Contracts\Events\Event ] } } } - Interface [ <internal:phalcon> interface Phalcon\Events\ManagerInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Events\ManagerInterface extends Phalcon\Contracts\Events\Manager ] { - Constants [1] { Constant [ public int DEFAULT_PRIORITY ] { 100 } @@ -6302,8 +9048,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [6] { - Method [ <internal:phalcon> abstract public method attach ] { + - Methods [16] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method addSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method arePrioritiesEnabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method attach ] { - Parameters [3] { Parameter #0 [ <required> string $eventType ] @@ -6313,7 +9074,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> abstract public method detach ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method clearSubscribers ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method collectResponses ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $collect ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method detach ] { - Parameters [2] { Parameter #0 [ <required> string $eventType ] @@ -6322,7 +9098,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> abstract public method detachAll ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method detachAll ] { - Parameters [1] { Parameter #0 [ <optional> ?string $type = null ] @@ -6330,7 +9106,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> abstract public method fire ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method enablePriorities ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $enablePriorities ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method fire ] { - Parameters [4] { Parameter #0 [ <required> string $eventType ] @@ -6340,7 +9124,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon> abstract public method getListeners ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method getListeners ] { - Parameters [1] { Parameter #0 [ <required> string $type ] @@ -6348,13 +9132,50 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> abstract public method hasListeners ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method getResponses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method getSubscribers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method hasListeners ] { - Parameters [1] { Parameter #0 [ <required> string $type ] } - Return [ bool ] } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method isCollecting ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method isValidHandler ] { + + - Parameters [1] { + Parameter #0 [ <required> $handler ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Events\Manager> abstract public method removeSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] + } } } @@ -6841,7 +9662,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } Method [ <internal:phalcon> abstract public method getHttpOnly ] { @@ -9754,7 +12575,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> abstract public method getJoins ] { @@ -10486,7 +13307,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> abstract public method getRoutes ] { @@ -10675,10 +13496,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [6] { Method [ <internal:phalcon> abstract public method get ] { - - Parameters [3] { + - Parameters [5] { Parameter #0 [ <optional> $uri = <default> ] Parameter #1 [ <optional> $args = <default> ] Parameter #2 [ <optional> ?bool $local = null ] + Parameter #3 [ <optional> $baseUri = <default> ] + Parameter #4 [ <optional> bool $replaceArgs = false ] } - Return [ string ] } @@ -10982,7 +13805,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Paginator\RepositoryInterface ] { + Interface [ <internal:phalcon> interface Phalcon\Paginator\RepositoryInterface extends Phalcon\Contracts\Paginator\Repository ] { - Constants [8] { Constant [ public string PROPERTY_CURRENT_PAGE ] { current } @@ -11005,82 +13828,82 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [11] { - Method [ <internal:phalcon> abstract public method getAliases ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getAliases ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> abstract public method getCurrent ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getCurrent ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getFirst ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getFirst ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getItems ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getItems ] { - Parameters [0] { } } - Method [ <internal:phalcon> abstract public method getLast ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getLast ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getLimit ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getLimit ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getNext ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getNext ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getPrevious ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getPrevious ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method getTotalItems ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method getTotalItems ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> abstract public method setAliases ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method setAliases ] { - Parameters [1] { Parameter #0 [ <required> array $aliases ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ Phalcon\Contracts\Paginator\Repository ] } - Method [ <internal:phalcon> abstract public method setProperties ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Repository> abstract public method setProperties ] { - Parameters [1] { Parameter #0 [ <required> array $properties ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ Phalcon\Contracts\Paginator\Repository ] } } } @@ -11557,6 +14380,54 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Contracts\Events\Subscriber ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method getSubscribedEvents ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ <internal:phalcon> interface Phalcon\Contracts\Mvc\Model\Relation\CacheKeyProvider ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method getUniqueKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Di\InitializationAwareInterface ] { - Constants [0] { @@ -11727,7 +14598,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $indentLevel = 1 ] } - - Methods [10] { + - Methods [11] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -11778,6 +14649,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon> protected method renderElement ] { - Parameters [2] { @@ -11954,7 +14835,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + Class [ <internal:phalcon> abstract class Phalcon\Di\AbstractInjectionAware extends stdClass implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -11965,134 +14846,151 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] - Property [ protected $attributes = NULL ] + - Properties [1] { + Property [ protected $container = NULL ] } - - Methods [13] { - Method [ <internal:phalcon> public method __invoke ] { + - Methods [2] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } + } + } - Method [ <internal:phalcon> public method setValue ] { + Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractConfigFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:phalcon> protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] + Parameter #0 [ <required> $config ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #0 [ <required> array $config ] + Parameter #1 [ <required> string $element ] } + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + Method [ <internal:phalcon> protected method getException ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <required> string $message ] } - - Return [ string ] + - Return [ Exception ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon> protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } + + - Methods [7] { + Method [ <internal:phalcon> abstract protected method getServices ] { + + - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + Method [ <internal:phalcon> protected method getService ] { - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] + - Parameters [1] { + Parameter #0 [ <required> string $name ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon> protected method init ] { - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + Parameter #0 [ <optional> array $services = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfig ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ <required> $config ] } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfigElement ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [2] { + Parameter #0 [ <required> array $config ] + Parameter #1 [ <required> string $element ] } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getException ] { - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + - Parameters [1] { + Parameter #0 [ <required> string $message ] } - - Return [ string ] + - Return [ Exception ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } } } - Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractConfigFactory ] { + Class [ <internal:phalcon> abstract class Phalcon\Forms\Element\AbstractElement implements Stringable, Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -12103,151 +15001,289 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] } - - Methods [4] { - Method [ <internal:phalcon> protected method checkConfig ] { + - Methods [35] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> array $attributes = [] ] + } + } + + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method addFilter ] { - Parameters [1] { - Parameter #0 [ <required> $config ] + Parameter #0 [ <required> string $filter ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ <internal:phalcon> protected method checkConfigElement ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method addValidators ] { - Parameters [2] { - Parameter #0 [ <required> array $config ] - Parameter #1 [ <required> string $element ] + Parameter #0 [ <required> array $validators ] + Parameter #1 [ <optional> bool $merge = true ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ <internal:phalcon> protected method getException ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method appendMessage ] { - Parameters [1] { - Parameter #0 [ <required> string $message ] + Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ] } - - Return [ Exception ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ <internal:phalcon> protected method getExceptionClass ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ <internal:phalcon> abstract class Phalcon\Di\AbstractInjectionAware extends stdClass implements Phalcon\Di\InjectionAwareInterface ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getAttribute ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ <required> string $attribute ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } - - Static properties [0] { - } + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getAttributes ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Properties [1] { - Property [ protected $container = NULL ] - } + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getDefault ] { - - Methods [2] { - Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + - Parameters [0] { + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getFilters ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getForm ] { - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Forms\Form ] } - } - } - Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractFactory extends Phalcon\Factory\AbstractConfigFactory ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getLabel ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Static properties [0] { - } + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getName ] { - - Methods [7] { - Method [ <internal:phalcon> abstract protected method getServices ] { + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getTagFactory ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $option ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> protected method getService ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getValue ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method label ] { - Parameters [1] { - Parameter #0 [ <required> string $name ] + Parameter #0 [ <optional> array $attributes = [] ] } + - Return [ string ] } - Method [ <internal:phalcon> protected method init ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method render ] { - Parameters [1] { - Parameter #0 [ <optional> array $services = [] ] + Parameter #0 [ <optional> array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfig ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> string $attribute ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setAttributes ] { - Parameters [1] { - Parameter #0 [ <required> $config ] + Parameter #0 [ <required> array $attributes ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfigElement ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ <required> $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setForm ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon> public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] { - Parameters [2] { - Parameter #0 [ <required> array $config ] - Parameter #1 [ <required> string $element ] + Parameter #0 [ <required> string $option ] + Parameter #1 [ <required> $value ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getException ] { + Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ <required> string $message ] + Parameter #0 [ <required> array $options ] } - - Return [ Exception ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] { + Method [ <internal:phalcon> protected method getLocalTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ <internal:phalcon> abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -12516,7 +15552,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -12524,7 +15560,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -12683,299 +15719,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Forms\Element\AbstractElement implements Stringable, Phalcon\Forms\Element\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $method = 'inputText' ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - } - - - Methods [35] { - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> array $attributes = [] ] - } - } - - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method addFilter ] { - - - Parameters [1] { - Parameter #0 [ <required> string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method addValidators ] { - - - Parameters [2] { - Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = true ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method appendMessage ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method clear ] { - - - Parameters [0] { - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getAttribute ] { - - - Parameters [2] { - Parameter #0 [ <required> string $attribute ] - Parameter #1 [ <optional> $defaultValue = <default> ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getDefault ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getFilters ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getForm ] { - - - Parameters [0] { - } - - Return [ Phalcon\Forms\Form ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getLabel ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { - - - Parameters [0] { - } - - Return [ Phalcon\Messages\Messages ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getTagFactory ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Html\TagFactory ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] { - - - Parameters [2] { - Parameter #0 [ <required> string $option ] - Parameter #1 [ <optional> $defaultValue = <default> ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOptions ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getValidators ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getValue ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method hasMessages ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method label ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method render ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] { - - - Parameters [2] { - Parameter #0 [ <required> string $attribute ] - Parameter #1 [ <required> $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setDefault ] { - - - Parameters [1] { - Parameter #0 [ <required> $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setFilters ] { - - - Parameters [1] { - Parameter #0 [ <required> $filters ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setForm ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Forms\Form $form ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setLabel ] { - - - Parameters [1] { - Parameter #0 [ <required> string $label ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setMessages ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Messages\Messages $messages ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setName ] { - - - Parameters [1] { - Parameter #0 [ <required> string $name ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon> public method setTagFactory ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ] - } - - Return [ Phalcon\Forms\Element\AbstractElement ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] { - - - Parameters [2] { - Parameter #0 [ <required> string $option ] - Parameter #1 [ <required> $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ <required> array $options ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ <internal:phalcon> protected method getLocalTagFactory ] { - - - Parameters [0] { - } - - Return [ Phalcon\Html\TagFactory ] - } - } - } - Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { @@ -13042,7 +15785,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Support\Collection implements ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Support\Collection implements Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [0] { } @@ -13053,29 +15796,34 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [5] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] } - - Methods [29] { + - Methods [46] { Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ <optional> array $data = [] ] Parameter #1 [ <optional> bool $insensitive = true ] + Parameter #2 [ <optional> bool $strictNull = false ] + Parameter #3 [ <optional> ?string $type = null ] } } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13083,7 +15831,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -13092,7 +15847,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13100,13 +15863,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, prototype Countable> public method count ] { - Parameters [0] { @@ -13114,13 +15885,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, prototype IteratorAggregate> public method getIterator ] { @@ -13130,7 +15925,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -13138,14 +15933,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13153,7 +15955,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -13161,6 +15963,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -13168,6 +15977,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -13187,7 +16019,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -13201,7 +16033,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13209,7 +16050,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -13218,21 +16074,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -13240,7 +16098,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -13248,19 +16106,45 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> public method __serialize ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> public method __unserialize ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon> protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ <required> array $data ] + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon> protected method extractValue ] { + + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon> protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ <required> string $element ] + } + - Return [ string ] } Method [ <internal:phalcon> protected method setData ] { @@ -13272,21 +16156,20 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> protected method phpJsonEncode ] { + Method [ <internal:phalcon> protected method validateType ] { - - Parameters [3] { + - Parameters [1] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] } + - Return [ void ] } - Method [ <internal:phalcon> protected method processKey ] { + Method [ <internal:phalcon> private method checkSerializable ] { - Parameters [1] { - Parameter #0 [ <required> string $element ] + Parameter #0 [ <required> $value ] } - - Return [ string ] + - Return [ mixed ] } } } @@ -13718,7 +16601,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Config extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Config\ConfigInterface ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Config extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Phalcon\Config\ConfigInterface ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -13730,14 +16613,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] Property [ protected $pathDelimiter = '.' ] } - - Methods [34] { + - Methods [50] { Method [ <internal:phalcon, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] { - Parameters [0] { @@ -13770,7 +16655,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } @@ -13797,20 +16682,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, ctor> public method __construct ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ <optional> array $data = [] ] Parameter #1 [ <optional> bool $insensitive = true ] + Parameter #2 [ <optional> bool $strictNull = false ] + Parameter #3 [ <optional> ?string $type = null ] } } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13818,7 +16706,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -13827,7 +16722,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13835,13 +16738,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -13849,13 +16760,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -13865,7 +16800,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -13873,14 +16808,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13888,7 +16830,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -13896,6 +16838,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -13903,6 +16852,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -13922,7 +16894,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -13936,7 +16908,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -13944,7 +16925,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -13953,14 +16949,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -13968,7 +16966,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -13976,28 +16974,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ <required> array $data ] + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -14007,6 +17014,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } @@ -14188,6 +17203,232 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> abstract class Phalcon\Html\Escaper\AbstractEscaper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] + } + + - Methods [8] { + Method [ <internal:phalcon> final public method detectEncoding ] { + + - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> public method getDoubleEncode ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method getEncoding ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getFlags ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> final public method normalizeEncoding ] { + + - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setDoubleEncode ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $doubleEncode ] + } + } + + Method [ <internal:phalcon> public method setEncoding ] { + + - Parameters [1] { + Parameter #0 [ <required> string $encoding ] + } + } + + Method [ <internal:phalcon> public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ <required> int $flags ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $type = 'text' ] + Property [ protected $attributes = NULL ] + } + + - Methods [14] { + Method [ <internal:phalcon> public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> ?string $value = null ] + Parameter #2 [ <optional> array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setValue ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $value = null ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> array $overrides ] + Parameter #1 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ <required> array $elements ] + Parameter #1 [ <required> string $delimiter ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> string $close = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [16] { @@ -14547,7 +17788,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -14581,7 +17822,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $type = NULL ] } - - Methods [71] { + - Methods [78] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -14589,7 +17830,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14599,7 +17840,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method addForeignKey ] { + Method [ <internal:phalcon> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14609,7 +17860,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method addIndex ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14619,7 +17870,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14629,7 +17880,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method createSavepoint ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -14637,7 +17888,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method createTable ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14647,7 +17898,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method createView ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -14657,7 +17908,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method delete ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method delete ] { - Parameters [4] { Parameter #0 [ <required> $table ] @@ -14668,7 +17919,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeIndexes ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -14677,7 +17928,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeReferences ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -14686,7 +17937,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropColumn ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14696,7 +17947,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropForeignKey ] { + Method [ <internal:phalcon> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14706,7 +17967,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropIndex ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14716,7 +17977,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -14725,7 +17986,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropTable ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -14735,7 +17996,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropView ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -14745,7 +18006,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeIdentifier ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ <required> $identifier ] @@ -14753,7 +18014,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchAll ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchAll ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -14764,7 +18025,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchColumn ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchColumn ] { - Parameters [3] { Parameter #0 [ <required> string $sqlQuery ] @@ -14773,7 +18034,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchOne ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -14784,15 +18045,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method forUpdate ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -14800,7 +18062,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnList ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnList ] { - Parameters [1] { Parameter #0 [ <required> $columnList ] @@ -14808,98 +18070,98 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getConnectionId ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getConnectionId ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultIdValue ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDescriptor ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialect ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialectType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getRealSQLStatement ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLBindTypes ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLStatement ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLVariables ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insert ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -14910,7 +18172,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method insertAsDict ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insertAsDict ] { - Parameters [3] { Parameter #0 [ <required> string $table ] @@ -14920,14 +18182,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method limit ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -14936,7 +18198,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -14944,7 +18206,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listViews ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -14952,7 +18214,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method modifyColumn ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -14963,7 +18225,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -14971,7 +18233,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -14979,7 +18241,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -14994,7 +18256,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ] @@ -15002,22 +18264,72 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method sharedLock ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportSequences ] { + Method [ <internal:phalcon> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method returning ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableExists ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -15026,7 +18338,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableOptions ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -15035,7 +18347,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method update ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method update ] { - Parameters [5] { Parameter #0 [ <required> string $table ] @@ -15047,7 +18359,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method updateAsDict ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method updateAsDict ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -15058,21 +18370,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method useExplicitIdValue ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -15081,14 +18393,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method affectedRows ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method affectedRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method begin ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method begin ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -15096,14 +18408,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method close ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method close ] { - Parameters [0] { } - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method commit ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method commit ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -15111,7 +18423,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method connect ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method connect ] { - Parameters [1] { Parameter #0 [ <optional> array $descriptor = [] ] @@ -15119,7 +18431,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method describeColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -15128,7 +18440,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method escapeString ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method escapeString ] { - Parameters [1] { Parameter #0 [ <required> string $str ] @@ -15136,7 +18448,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method execute ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method execute ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -15146,27 +18458,27 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method getInternalHandler ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getInternalHandler ] { - Parameters [0] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method isUnderTransaction ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method lastInsertId ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ <optional> ?string $name = null ] } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method query ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method query ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -15175,7 +18487,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method rollback ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method rollback ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -15206,7 +18518,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $store = NULL ] } - - Methods [14] { + - Methods [16] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { @@ -15230,6 +18542,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\AbstractSeries ] } + Method [ <internal:phalcon> protected method pushOrPlace ] { + + - Parameters [2] { + Parameter #0 [ <required> array $entry ] + Parameter #1 [ <optional> int $position = -1 ] + } + - Return [ void ] + } + Method [ <internal:phalcon> abstract protected method getTag ] { - Parameters [0] { @@ -15287,6 +18608,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -15328,6 +18659,80 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface, Phalcon\Contracts\Paginator\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] + } + + - Methods [7] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $config ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Adapter> public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ <required> int $page ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Adapter> public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ <required> int $limit ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ <internal:phalcon> public method setRepository ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ <internal:phalcon> protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?array $properties = [] ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Adapter> abstract public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Paginator\Repository ] + } + } + } + Class [ <internal:phalcon> abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { @@ -15746,7 +19151,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { } @@ -15782,7 +19187,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $pdo = NULL ] } - - Methods [78] { + - Methods [85] { Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [1] { @@ -15790,14 +19195,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method affectedRows ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method affectedRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method begin ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -15805,7 +19210,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method commit ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -15813,14 +19218,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method close ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method close ] { - Parameters [0] { } - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method connect ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method connect ] { - Parameters [1] { Parameter #0 [ <optional> array $descriptor = [] ] @@ -15837,7 +19242,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeString ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeString ] { - Parameters [1] { Parameter #0 [ <required> string $str ] @@ -15845,7 +19250,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method execute ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -15872,7 +19277,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method getInternalHandler ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getInternalHandler ] { - Parameters [0] { } @@ -15885,14 +19290,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method isUnderTransaction ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method lastInsertId ] { - Parameters [1] { Parameter #0 [ <optional> ?string $name = null ] @@ -15907,7 +19312,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ PDOStatement ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method query ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method query ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -15916,7 +19321,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -15940,7 +19345,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -15950,7 +19355,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -15960,7 +19375,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -15970,7 +19385,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -15980,7 +19395,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -15988,7 +19403,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createTable ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -15998,7 +19413,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -16008,7 +19423,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method delete ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method delete ] { - Parameters [4] { Parameter #0 [ <required> $table ] @@ -16019,7 +19434,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeIndexes ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -16028,7 +19443,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeReferences ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -16037,7 +19452,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16047,7 +19462,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16057,7 +19482,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16067,7 +19492,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -16076,7 +19501,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropTable ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16086,7 +19511,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -16096,7 +19521,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeIdentifier ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ <required> $identifier ] @@ -16104,7 +19529,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchAll ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchAll ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -16115,7 +19540,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchColumn ] { - Parameters [3] { Parameter #0 [ <required> string $sqlQuery ] @@ -16124,7 +19549,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchOne ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -16135,15 +19560,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -16151,7 +19577,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnList ] { - Parameters [1] { Parameter #0 [ <required> $columnList ] @@ -16159,98 +19585,98 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getConnectionId ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getConnectionId ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultIdValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDescriptor ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialect ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialectType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getRealSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLBindTypes ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLVariables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insert ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -16261,7 +19687,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insertAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insertAsDict ] { - Parameters [3] { Parameter #0 [ <required> string $table ] @@ -16271,14 +19697,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -16287,7 +19713,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -16295,7 +19721,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listViews ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -16303,7 +19729,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method modifyColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -16314,7 +19740,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -16322,7 +19748,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -16330,7 +19756,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -16345,7 +19771,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ] @@ -16353,22 +19779,72 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method sharedLock ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method returning ] { + + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportSequences ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -16377,7 +19853,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableOptions ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -16386,7 +19862,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method update ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method update ] { - Parameters [5] { Parameter #0 [ <required> string $table ] @@ -16398,7 +19874,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method updateAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method updateAsDict ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -16409,21 +19885,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method useExplicitIdValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -16432,7 +19908,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method describeColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -16443,9 +19919,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface, Phalcon\Contracts\Db\Dialect ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -16459,8 +19938,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $customFunctions = NULL ] } - - Methods [63] { - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method createSavepoint ] { + - Methods [71] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -16486,15 +19965,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method forUpdate ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> final public method getColumnList ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> final public method getColumnList ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] @@ -16504,7 +19984,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method getCustomFunctions ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method getCustomFunctions ] { - Parameters [0] { } @@ -16521,7 +20001,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method getSqlExpression ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] @@ -16540,7 +20020,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method limit ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -16549,7 +20029,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method registerCustomFunction ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ <required> string $name ] @@ -16558,7 +20038,56 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Dialect ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method returning ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -16566,7 +20095,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -16574,7 +20103,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method select ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method select ] { - Parameters [1] { Parameter #0 [ <required> array $definition ] @@ -16582,14 +20111,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method supportsSavepoints ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method supportsReleaseSavepoints ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method supportsReleaseSavepoints ] { - Parameters [0] { } @@ -16628,6 +20157,33 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon> protected method getCheckClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\CheckInterface $check ] + Parameter #1 [ <optional> string $escapeChar = '`' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method getIndexColumnList ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\IndexInterface $index ] + Parameter #1 [ <optional> bool $wrapExpressions = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method getGeneratedClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ <optional> bool $forceStored = false ] + } + - Return [ string ] + } + Method [ <internal:phalcon> final protected method getSqlExpressionAll ] { - Parameters [2] { @@ -16836,7 +20392,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16846,7 +20402,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16856,7 +20412,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16866,7 +20422,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16876,7 +20432,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method createTable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16886,7 +20442,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method createView ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -16896,7 +20452,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method describeColumns ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -16905,7 +20461,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method describeIndexes ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -16914,7 +20470,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method describeReferences ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -16923,7 +20479,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16933,7 +20489,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16943,7 +20499,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16953,7 +20509,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -16962,7 +20518,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropTable ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -16972,7 +20528,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropView ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -16982,7 +20538,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method getColumnDefinition ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -16990,7 +20546,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method listTables ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -16998,7 +20554,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method modifyColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -17009,15 +20565,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method sharedLock ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method tableExists ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -17026,7 +20583,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method tableOptions ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -17035,7 +20592,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method viewExists ] { + Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Dialect> abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -17110,7 +20667,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $store = NULL ] } - - Methods [13] { + - Methods [14] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [3] { @@ -17185,6 +20742,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -17448,81 +21015,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] - } - - - Methods [7] { - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [1] { - Parameter #0 [ <required> array $config ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method getLimit ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:phalcon, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setCurrentPage ] { - - - Parameters [1] { - Parameter #0 [ <required> int $page ] - } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setLimit ] { - - - Parameters [1] { - Parameter #0 [ <required> int $limit ] - } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] - } - - Method [ <internal:phalcon> public method setRepository ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Paginator\RepositoryInterface $repository ] - } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] - } - - Method [ <internal:phalcon> protected method getRepository ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?array $properties = [] ] - } - - Return [ Phalcon\Paginator\RepositoryInterface ] - } - - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AdapterInterface> abstract public method paginate ] { - - - Parameters [0] { - } - - Return [ Phalcon\Paginator\RepositoryInterface ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -17832,7 +21325,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -17840,7 +21333,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -17997,7 +21490,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -18030,7 +21523,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -18068,7 +21561,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Application\AbstractApplication ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -18994,7 +22487,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $sharedInstances = NULL ] } - - Methods [26] { + - Methods [28] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [0] { @@ -19104,6 +22597,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, prototype Phalcon\Di\DiInterface> public method hasShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] { - Parameters [1] { @@ -19153,6 +22654,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, prototype Phalcon\Di\DiInterface> public method removeShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ void ] + } + Method [ <internal:phalcon, prototype Phalcon\Di\DiInterface> public method set ] { - Parameters [3] { @@ -19207,7 +22716,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -19306,7 +22815,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -19477,7 +22986,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -20323,6 +23832,347 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\Input\AbstractChecked extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $type = 'text' ] + Property [ protected $attributes = NULL ] + Property [ protected $label = NULL ] + Property [ protected $strict = false ] + } + + - Methods [18] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method label ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] + } + + Method [ <internal:phalcon> public method strict ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $flag = true ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] + } + + Method [ <internal:phalcon> protected method processChecked ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> protected method processUnchecked ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> ?string $value = null ] + Parameter #2 [ <optional> array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $value = null ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> array $overrides ] + Parameter #1 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ <required> array $elements ] + Parameter #1 [ <required> string $delimiter ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> string $close = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\Input\AbstractGroup extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $checked = NULL ] + Property [ protected $name = '' ] + Property [ protected $options = NULL ] + Property [ protected $sharedAttributes = NULL ] + Property [ protected $type = 'checkbox' ] + } + + - Methods [15] { + Method [ <internal:phalcon> public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <optional> $checked = <default> ] + Parameter #3 [ <optional> array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractGroup ] + } + + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> abstract protected method isChecked ] { + + - Parameters [1] { + Parameter #0 [ <required> string $value ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> protected method renderItem ] { + + - Parameters [2] { + Parameter #0 [ <required> string $value ] + Parameter #1 [ <required> $definition ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> array $overrides ] + Parameter #1 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ <required> array $elements ] + Parameter #1 [ <required> string $delimiter ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> string $close = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> abstract class Phalcon\Html\Link\AbstractLink ] { - Constants [0] { @@ -21111,7 +24961,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -21144,7 +24994,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -21167,7 +25017,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -21301,7 +25151,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -21358,14 +25208,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -21515,7 +25365,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -21546,7 +25396,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -21554,7 +25404,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -21891,7 +25741,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $sharedInstances = NULL ] } - - Methods [25] { + - Methods [27] { Method [ <internal:phalcon, overwrites Phalcon\Di\Di, ctor> public method __construct ] { - Parameters [0] { @@ -22001,6 +25851,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method hasShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetGet ] { - Parameters [1] { @@ -22050,6 +25908,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method removeShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method set ] { - Parameters [3] { @@ -22374,7 +26240,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList implements Stringable ] { - Constants [0] { } @@ -22385,179 +26251,28 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $label = NULL ] - Property [ protected $type = 'checkbox' ] + Property [ protected $elementTag = 'li' ] + Property [ protected $store = NULL ] + Property [ protected $forceRaw = false ] } - - Methods [16] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #2 [ <optional> bool $forceRaw = false ] } } - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method label ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\Checkbox ] - } - - Method [ <internal:phalcon> private method processChecked ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ <internal:phalcon> private method processUnchecked ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $elementTag = 'li' ] - Property [ protected $store = NULL ] - } - - - Methods [14] { Method [ <internal:phalcon> public method add ] { - Parameters [3] { @@ -22592,14 +26307,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { @@ -22642,6 +26349,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -22705,12 +26422,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ private $isStyle = false ] } - - Methods [17] { + - Methods [19] { Method [ <internal:phalcon> public method add ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> string $url ] Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> int $position = -1 ] } } @@ -22761,6 +26479,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\AbstractSeries ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] { + + - Parameters [2] { + Parameter #0 [ <required> array $entry ] + Parameter #1 [ <optional> int $position = -1 ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [2] { @@ -22811,6 +26538,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -23286,7 +27023,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } @@ -23301,7 +27038,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [21] { + - Properties [23] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -23315,6 +27052,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $keyRouteIds = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] + Property [ protected $methodRoutes = NULL ] + Property [ protected $methodRoutesDirty = true ] Property [ protected $module = '' ] Property [ protected $namespaceName = '' ] Property [ protected $notFoundPaths = NULL ] @@ -23325,7 +27064,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $wasMatched = false ] } - - Methods [47] { + - Methods [52] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -23460,7 +27199,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -23516,6 +27255,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getMethodRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getModuleName ] { - Parameters [0] { @@ -23552,6 +27298,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon> protected method rebuildMethodIndex ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -23588,6 +27341,30 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ <internal:phalcon> protected method addRouteFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> array $routeData ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> protected method mountGroupFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> array $groupData ] + } + - Return [ void ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method mount ] { - Parameters [1] { @@ -23652,7 +27429,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -23885,7 +27662,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -24216,7 +27993,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -24224,7 +28001,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -24242,7 +28019,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -24556,7 +28333,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -24564,7 +28341,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -24582,7 +28359,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -24861,7 +28638,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -24869,7 +28646,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -24887,7 +28664,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\RedisCluster extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\RedisCluster extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -25173,7 +28950,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -25181,7 +28958,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -25199,7 +28976,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -25592,7 +29369,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -25600,7 +29377,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -25618,7 +29395,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -25898,7 +29675,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -25906,7 +29683,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -25945,7 +29722,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -26125,7 +29902,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { } @@ -26382,14 +30159,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -26444,7 +30221,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Acl\ComponentInterface> public method getName ] { @@ -26604,7 +30381,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method getName ] { @@ -26753,7 +30530,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [12] { Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> array $options = [] ] } } @@ -29441,7 +33219,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -29772,7 +33550,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -29780,7 +33558,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -29798,7 +33576,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -30076,7 +33854,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -30084,7 +33862,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -30102,7 +33880,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -30381,7 +34159,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -30389,7 +34167,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -30407,7 +34185,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -30685,7 +34463,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -30693,7 +34471,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -30711,7 +34489,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\RedisCluster extends Phalcon\Storage\Adapter\RedisCluster implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\RedisCluster extends Phalcon\Storage\Adapter\RedisCluster implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -30989,7 +34767,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -30997,7 +34775,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -31015,7 +34793,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -31335,7 +35113,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -31343,7 +35121,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -31361,7 +35139,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -31641,7 +35419,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -31649,7 +35427,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -31667,7 +35445,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] { - Constants [0] { } @@ -31771,7 +35549,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -31779,7 +35557,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -32138,7 +35916,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -32190,7 +35968,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -32228,7 +36006,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Application\AbstractApplication ] } - Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -32360,7 +36138,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] { + Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] { - Constants [0] { } @@ -32559,7 +36337,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -32730,7 +36508,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -33360,7 +37138,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -33383,14 +37161,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -33430,7 +37208,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Grouped extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Grouped extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -33442,14 +37220,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] Property [ protected $pathDelimiter = '.' ] } - - Methods [34] { + - Methods [50] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { - Parameters [2] { @@ -33490,7 +37270,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } @@ -33515,14 +37295,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33530,7 +37311,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -33539,7 +37327,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33547,13 +37343,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -33561,13 +37365,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -33577,7 +37405,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -33585,14 +37413,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33600,7 +37435,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -33608,6 +37443,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -33615,6 +37457,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -33634,7 +37499,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -33648,7 +37513,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33656,7 +37530,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -33665,14 +37554,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -33680,7 +37571,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -33688,28 +37579,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ <required> array $data ] + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -33719,10 +37619,18 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Ini extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Ini extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -33734,14 +37642,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] Property [ protected $pathDelimiter = '.' ] } - - Methods [38] { + - Methods [54] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { - Parameters [2] { @@ -33816,7 +37726,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } @@ -33841,14 +37751,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33856,7 +37767,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -33865,7 +37783,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33873,13 +37799,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -33887,13 +37821,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -33903,7 +37861,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -33911,14 +37869,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33926,7 +37891,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -33934,6 +37899,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -33941,6 +37913,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -33960,7 +37955,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -33974,7 +37969,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -33982,7 +37986,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -33991,14 +38010,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -34006,7 +38027,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -34014,28 +38035,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ <required> array $data ] + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -34045,10 +38075,18 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Json extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Json extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -34060,14 +38098,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] Property [ protected $pathDelimiter = '.' ] } - - Methods [34] { + - Methods [50] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { - Parameters [1] { @@ -34107,7 +38147,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } @@ -34132,14 +38172,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34147,7 +38188,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -34156,7 +38204,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34164,13 +38220,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -34178,13 +38242,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -34194,7 +38282,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -34202,14 +38290,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34217,7 +38312,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -34225,6 +38320,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -34232,6 +38334,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -34251,7 +38376,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -34265,7 +38390,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34273,7 +38407,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -34282,14 +38431,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -34297,7 +38448,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -34305,28 +38456,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ <required> array $data ] + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -34336,10 +38496,18 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Php extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Php extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -34351,14 +38519,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] Property [ protected $pathDelimiter = '.' ] } - - Methods [34] { + - Methods [50] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { - Parameters [1] { @@ -34398,7 +38568,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } @@ -34423,14 +38593,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34438,7 +38609,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -34447,7 +38625,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34455,13 +38641,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -34469,13 +38663,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -34485,7 +38703,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -34493,14 +38711,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34508,7 +38733,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -34516,6 +38741,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -34523,6 +38755,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -34542,7 +38797,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -34556,7 +38811,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34564,7 +38828,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -34573,14 +38852,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -34588,7 +38869,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -34596,28 +38877,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ <required> array $data ] + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -34627,10 +38917,18 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Yaml extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Yaml extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -34642,14 +38940,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] Property [ protected $pathDelimiter = '.' ] } - - Methods [36] { + - Methods [52] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { - Parameters [2] { @@ -34708,7 +39008,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } @@ -34733,14 +39033,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34748,7 +39049,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -34757,7 +39065,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34765,13 +39081,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -34779,13 +39103,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -34795,7 +39143,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -34803,14 +39151,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34818,7 +39173,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -34826,6 +39181,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -34833,6 +39195,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -34852,7 +39237,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -34866,7 +39251,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -34874,7 +39268,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -34883,14 +39292,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -34898,7 +39309,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -34906,28 +39317,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ <required> array $data ] + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -34937,6 +39357,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } @@ -38008,7 +42436,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -38044,8 +42472,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $type = 'mysql' ] } - - Methods [78] { - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addForeignKey ] { + - Methods [85] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38055,7 +42483,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeColumns ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -38064,7 +42492,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeIndexes ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -38073,7 +42501,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeReferences ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -38096,14 +42524,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method affectedRows ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method affectedRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method begin ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -38111,7 +42539,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method commit ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -38119,14 +42547,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method close ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method close ] { - Parameters [0] { } - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method connect ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method connect ] { - Parameters [1] { Parameter #0 [ <optional> array $descriptor = [] ] @@ -38143,7 +42571,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeString ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeString ] { - Parameters [1] { Parameter #0 [ <required> string $str ] @@ -38151,7 +42579,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method execute ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -38178,7 +42606,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method getInternalHandler ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getInternalHandler ] { - Parameters [0] { } @@ -38191,14 +42619,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method isUnderTransaction ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method lastInsertId ] { - Parameters [1] { Parameter #0 [ <optional> ?string $name = null ] @@ -38213,7 +42641,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ PDOStatement ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method query ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method query ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -38222,7 +42650,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -38239,7 +42667,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38249,7 +42677,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38259,7 +42697,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38269,7 +42707,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -38277,7 +42715,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createTable ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38287,7 +42725,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -38297,7 +42735,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method delete ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method delete ] { - Parameters [4] { Parameter #0 [ <required> $table ] @@ -38308,7 +42746,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38318,7 +42756,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38328,7 +42776,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38338,7 +42786,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -38347,7 +42795,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropTable ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38357,7 +42805,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -38367,7 +42815,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeIdentifier ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ <required> $identifier ] @@ -38375,7 +42823,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchAll ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchAll ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -38386,7 +42834,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchColumn ] { - Parameters [3] { Parameter #0 [ <required> string $sqlQuery ] @@ -38395,7 +42843,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchOne ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -38406,15 +42854,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -38422,7 +42871,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnList ] { - Parameters [1] { Parameter #0 [ <required> $columnList ] @@ -38430,98 +42879,98 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getConnectionId ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getConnectionId ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultIdValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDescriptor ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialect ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialectType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getRealSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLBindTypes ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLVariables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insert ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -38532,7 +42981,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insertAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insertAsDict ] { - Parameters [3] { Parameter #0 [ <required> string $table ] @@ -38542,14 +42991,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -38558,7 +43007,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -38566,7 +43015,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listViews ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -38574,7 +43023,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method modifyColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -38585,7 +43034,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -38593,7 +43042,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -38601,7 +43050,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -38616,7 +43065,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ] @@ -38624,22 +43073,72 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method sharedLock ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportSequences ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method returning ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -38648,7 +43147,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableOptions ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -38657,7 +43156,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method update ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method update ] { - Parameters [5] { Parameter #0 [ <required> string $table ] @@ -38669,7 +43168,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method updateAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method updateAsDict ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -38680,21 +43179,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method useExplicitIdValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -38705,7 +43204,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -38741,7 +43240,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $type = 'pgsql' ] } - - Methods [78] { + - Methods [85] { Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] { - Parameters [1] { @@ -38749,7 +43248,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method connect ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method connect ] { - Parameters [1] { Parameter #0 [ <optional> array $descriptor = [] ] @@ -38757,7 +43256,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createTable ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38767,7 +43266,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeColumns ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -38776,7 +43275,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeReferences ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -38785,14 +43284,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultIdValue ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method modifyColumn ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -38803,14 +43302,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportSequences ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method useExplicitIdValue ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method useExplicitIdValue ] { - Parameters [0] { } @@ -38824,14 +43323,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method affectedRows ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method affectedRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method begin ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -38839,7 +43338,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method commit ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -38847,7 +43346,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method close ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method close ] { - Parameters [0] { } @@ -38863,7 +43362,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeString ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeString ] { - Parameters [1] { Parameter #0 [ <required> string $str ] @@ -38871,7 +43370,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method execute ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -38898,7 +43397,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method getInternalHandler ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getInternalHandler ] { - Parameters [0] { } @@ -38911,14 +43410,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method isUnderTransaction ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method lastInsertId ] { - Parameters [1] { Parameter #0 [ <optional> ?string $name = null ] @@ -38933,7 +43432,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ PDOStatement ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method query ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method query ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -38942,7 +43441,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -38959,7 +43458,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38969,7 +43468,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38979,7 +43488,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38989,7 +43498,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -38999,7 +43508,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -39007,7 +43516,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -39017,7 +43526,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method delete ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method delete ] { - Parameters [4] { Parameter #0 [ <required> $table ] @@ -39028,7 +43537,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeIndexes ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -39037,7 +43546,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39047,7 +43556,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39057,7 +43576,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39067,7 +43586,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -39076,7 +43595,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropTable ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39086,7 +43605,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -39096,7 +43615,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeIdentifier ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ <required> $identifier ] @@ -39104,7 +43623,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchAll ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchAll ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -39115,7 +43634,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchColumn ] { - Parameters [3] { Parameter #0 [ <required> string $sqlQuery ] @@ -39124,7 +43643,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchOne ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -39135,15 +43654,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -39151,7 +43671,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnList ] { - Parameters [1] { Parameter #0 [ <required> $columnList ] @@ -39159,91 +43679,91 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getConnectionId ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getConnectionId ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDescriptor ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialect ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialectType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getRealSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLBindTypes ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLVariables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insert ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -39254,7 +43774,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insertAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insertAsDict ] { - Parameters [3] { Parameter #0 [ <required> string $table ] @@ -39264,14 +43784,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -39280,7 +43800,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -39288,7 +43808,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listViews ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -39296,7 +43816,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -39304,7 +43824,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -39312,7 +43832,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -39327,7 +43847,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ] @@ -39335,15 +43855,65 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method sharedLock ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method returning ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -39352,7 +43922,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableOptions ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -39361,7 +43931,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method update ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method update ] { - Parameters [5] { Parameter #0 [ <required> string $table ] @@ -39373,7 +43943,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method updateAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method updateAsDict ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -39384,14 +43954,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -39402,7 +43972,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -39438,7 +44008,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $type = 'sqlite' ] } - - Methods [78] { + - Methods [85] { Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] { - Parameters [1] { @@ -39446,7 +44016,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method connect ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method connect ] { - Parameters [1] { Parameter #0 [ <optional> array $descriptor = [] ] @@ -39454,7 +44024,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeColumns ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -39463,7 +44033,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeIndexes ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -39472,7 +44042,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method describeReferences ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -39481,21 +44051,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method useExplicitIdValue ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportsDefaultValue ] { - Parameters [0] { } @@ -39509,14 +44079,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method affectedRows ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method affectedRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method begin ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -39524,7 +44094,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method commit ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -39532,7 +44102,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method close ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method close ] { - Parameters [0] { } @@ -39548,7 +44118,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeString ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeString ] { - Parameters [1] { Parameter #0 [ <required> string $str ] @@ -39556,7 +44126,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method execute ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -39583,7 +44153,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method getInternalHandler ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getInternalHandler ] { - Parameters [0] { } @@ -39596,14 +44166,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method isUnderTransaction ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method lastInsertId ] { - Parameters [1] { Parameter #0 [ <optional> ?string $name = null ] @@ -39618,7 +44188,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ PDOStatement ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method query ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method query ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] @@ -39627,7 +44197,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] { - Parameters [1] { Parameter #0 [ <optional> bool $nesting = true ] @@ -39644,7 +44214,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39654,7 +44224,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39664,7 +44244,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39674,7 +44254,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39684,7 +44264,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -39692,7 +44272,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createTable ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39702,7 +44282,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method createView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -39712,7 +44292,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method delete ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method delete ] { - Parameters [4] { Parameter #0 [ <required> $table ] @@ -39723,7 +44303,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39733,7 +44313,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropForeignKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39743,7 +44333,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39753,7 +44343,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -39762,7 +44352,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropTable ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -39772,7 +44362,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method dropView ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -39782,7 +44372,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method escapeIdentifier ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ <required> $identifier ] @@ -39790,7 +44380,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchAll ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchAll ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -39801,7 +44391,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchColumn ] { - Parameters [3] { Parameter #0 [ <required> string $sqlQuery ] @@ -39810,7 +44400,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method fetchOne ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] @@ -39821,15 +44411,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -39837,7 +44428,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getColumnList ] { - Parameters [1] { Parameter #0 [ <required> $columnList ] @@ -39845,91 +44436,91 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getConnectionId ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getConnectionId ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultIdValue ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDescriptor ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialect ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getDialectType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getRealSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLBindTypes ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLStatement ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getSQLVariables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insert ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -39940,7 +44531,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insertAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method insertAsDict ] { - Parameters [3] { Parameter #0 [ <required> string $table ] @@ -39950,14 +44541,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -39966,7 +44557,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -39974,7 +44565,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method listViews ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -39982,7 +44573,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method modifyColumn ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -39993,7 +44584,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -40001,7 +44592,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -40009,7 +44600,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -40024,7 +44615,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ] @@ -40032,22 +44623,72 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method sharedLock ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportSequences ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method returning ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -40056,7 +44697,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method tableOptions ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -40065,7 +44706,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method update ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method update ] { - Parameters [5] { Parameter #0 [ <required> string $table ] @@ -40077,7 +44718,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method updateAsDict ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method updateAsDict ] { - Parameters [4] { Parameter #0 [ <required> string $table ] @@ -40088,7 +44729,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -40099,9 +44740,50 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Check implements Phalcon\Db\CheckInterface, Phalcon\Contracts\Db\Check ] { + + - Constants [0] { + } - - Constants [37] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $expression = NULL ] + Property [ protected $name = NULL ] + } + + - Methods [3] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Check> public method getExpression ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Check> public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface, Phalcon\Contracts\Db\Column ] { + + - Constants [55] { Constant [ public int BIND_PARAM_BLOB ] { 3 } Constant [ public int BIND_PARAM_BOOL ] { 5 } Constant [ public int BIND_PARAM_DECIMAL ] { 32 } @@ -40139,6 +44821,24 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Constant [ public int TYPE_UUID ] { 29 } Constant [ public int TYPE_VARBINARY ] { 28 } Constant [ public int TYPE_VARCHAR ] { 2 } + Constant [ public int TYPE_BYTEA ] { 30 } + Constant [ public int TYPE_INET ] { 31 } + Constant [ public int TYPE_CIDR ] { 32 } + Constant [ public int TYPE_MACADDR ] { 33 } + Constant [ public int TYPE_INT4RANGE ] { 34 } + Constant [ public int TYPE_INT8RANGE ] { 35 } + Constant [ public int TYPE_NUMRANGE ] { 36 } + Constant [ public int TYPE_TSRANGE ] { 37 } + Constant [ public int TYPE_TSTZRANGE ] { 38 } + Constant [ public int TYPE_DATERANGE ] { 39 } + Constant [ public int TYPE_GEOMETRY ] { 40 } + Constant [ public int TYPE_POINT ] { 41 } + Constant [ public int TYPE_LINESTRING ] { 42 } + Constant [ public int TYPE_POLYGON ] { 43 } + Constant [ public int TYPE_MULTIPOINT ] { 44 } + Constant [ public int TYPE_MULTILINESTRING ] { 45 } + Constant [ public int TYPE_MULTIPOLYGON ] { 46 } + Constant [ public int TYPE_GEOMETRYCOLLECTION ] { 47 } } - Static properties [0] { @@ -40147,14 +44847,18 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [16] { - Property [ protected $after = '' ] + - Properties [20] { + Property [ protected $after = NULL ] + Property [ protected $isArray = false ] Property [ protected $autoIncrement = false ] Property [ protected $bindType = 2 ] Property [ protected $comment = NULL ] Property [ protected $defaultValue = NULL ] Property [ protected $first = false ] + Property [ protected $generated = NULL ] + Property [ protected $generationStored = false ] Property [ protected $isNumeric = false ] + Property [ protected $invisible = false ] Property [ protected $name = NULL ] Property [ protected $notNull = true ] Property [ protected $primary = false ] @@ -40166,7 +44870,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $unsigned = false ] } - - Methods [18] { + - Methods [23] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -40175,14 +44879,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getAfterPosition ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getAfterPosition ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getBindType ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getBindType ] { - Parameters [0] { } @@ -40196,95 +44900,129 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getDefault ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getDefault ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> public method getGenerationExpression ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getName ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getScale ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getScale ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getSize ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getSize ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getType ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getType ] { - Parameters [0] { } - - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getTypeReference ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getTypeReference ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getTypeValues ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getTypeValues ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method hasDefault ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method isArray ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method isAutoIncrement ] { - Parameters [0] { } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method isFirst ] { + + - Parameters [0] { + } + - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method hasDefault ] { + Method [ <internal:phalcon> public method isGenerated ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method isAutoIncrement ] { + Method [ <internal:phalcon> public method isGenerationStored ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method isFirst ] { + Method [ <internal:phalcon> public method isInvisible ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method isNotNull ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method isNotNull ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method isNumeric ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method isNumeric ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method isPrimary ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method isPrimary ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method isUnsigned ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method isUnsigned ] { - Parameters [0] { } @@ -40293,9 +45031,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Contracts\Db\Dialect, Phalcon\Db\DialectInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -40309,8 +45050,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $escapeChar = '`' ] } - - Methods [69] { - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addColumn ] { + - Methods [79] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40320,7 +45061,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addForeignKey ] { + Method [ <internal:phalcon> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40330,7 +45081,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addIndex ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40340,7 +45091,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40350,7 +45101,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method createTable ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40360,7 +45111,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method createView ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -40370,7 +45121,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeColumns ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -40379,7 +45130,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeIndexes ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -40388,7 +45139,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeReferences ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -40397,7 +45148,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropColumn ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40407,7 +45158,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropForeignKey ] { + Method [ <internal:phalcon> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40417,7 +45178,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropIndex ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40427,7 +45188,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -40436,7 +45197,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropTable ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40446,7 +45207,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropView ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -40456,7 +45217,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -40471,7 +45232,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method listTables ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -40487,7 +45248,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method modifyColumn ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -40498,15 +45259,26 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method sharedLock ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method onConflictUpdate ] { - - Parameters [1] { + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method sharedLock ] { + + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method tableExists ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -40515,7 +45287,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method tableOptions ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -40533,7 +45305,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method viewExists ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -40566,7 +45338,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -40592,15 +45364,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> final public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> final public method getColumnList ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] @@ -40610,7 +45383,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method getCustomFunctions ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getCustomFunctions ] { - Parameters [0] { } @@ -40627,7 +45400,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method getSqlExpression ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] @@ -40646,7 +45419,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -40655,7 +45428,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method registerCustomFunction ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ <required> string $name ] @@ -40664,7 +45437,46 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Dialect ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method returning ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -40672,7 +45484,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -40680,7 +45492,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method select ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method select ] { - Parameters [1] { Parameter #0 [ <required> array $definition ] @@ -40688,14 +45500,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method supportsSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method supportsReleaseSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method supportsReleaseSavepoints ] { - Parameters [0] { } @@ -40734,6 +45546,33 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getCheckClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\CheckInterface $check ] + Parameter #1 [ <optional> string $escapeChar = '`' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getIndexColumnList ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\IndexInterface $index ] + Parameter #1 [ <optional> bool $wrapExpressions = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getGeneratedClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ <optional> bool $forceStored = false ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> final protected method getSqlExpressionAll ] { - Parameters [2] { @@ -40944,9 +45783,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Contracts\Db\Dialect, Phalcon\Db\DialectInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -40960,8 +45802,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $escapeChar = '"' ] } - - Methods [67] { - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addColumn ] { + - Methods [77] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40971,7 +45813,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addForeignKey ] { + Method [ <internal:phalcon> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40981,7 +45833,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addIndex ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -40991,7 +45843,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41001,7 +45853,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method createTable ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41011,7 +45863,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method createView ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -41021,7 +45883,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeColumns ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41030,7 +45892,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeIndexes ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41039,7 +45901,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeReferences ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41048,7 +45910,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropColumn ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41058,7 +45920,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropForeignKey ] { + Method [ <internal:phalcon> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41068,7 +45940,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropIndex ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41078,7 +45950,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -41087,7 +45959,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropTable ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41097,7 +45969,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropView ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method dropMaterializedView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -41107,7 +45979,27 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -41115,7 +46007,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method listTables ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -41131,7 +46023,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method modifyColumn ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -41142,15 +46034,25 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method sharedLock ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method returning ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] } - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method tableExists ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method sharedLock ] { + + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -41159,7 +46061,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method tableOptions ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41177,7 +46079,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method viewExists ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -41202,7 +46104,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -41228,15 +46130,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method forUpdate ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> final public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> final public method getColumnList ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] @@ -41246,7 +46149,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method getCustomFunctions ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getCustomFunctions ] { - Parameters [0] { } @@ -41263,7 +46166,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method getSqlExpression ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] @@ -41282,7 +46185,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -41291,7 +46194,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method registerCustomFunction ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ <required> string $name ] @@ -41300,7 +46203,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Dialect ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -41308,7 +46221,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -41316,7 +46229,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method select ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method select ] { - Parameters [1] { Parameter #0 [ <required> array $definition ] @@ -41324,14 +46237,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method supportsSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method supportsReleaseSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method supportsReleaseSavepoints ] { - Parameters [0] { } @@ -41370,6 +46283,33 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getCheckClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\CheckInterface $check ] + Parameter #1 [ <optional> string $escapeChar = '`' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getIndexColumnList ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\IndexInterface $index ] + Parameter #1 [ <optional> bool $wrapExpressions = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getGeneratedClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ <optional> bool $forceStored = false ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> final protected method getSqlExpressionAll ] { - Parameters [2] { @@ -41580,9 +46520,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Contracts\Db\Dialect, Phalcon\Db\DialectInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -41596,8 +46539,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $escapeChar = '"' ] } - - Methods [67] { - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addColumn ] { + - Methods [77] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41607,7 +46550,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addForeignKey ] { + Method [ <internal:phalcon> public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> Phalcon\Db\CheckInterface $check ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41617,7 +46570,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addIndex ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41627,7 +46580,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method addPrimaryKey ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41637,7 +46590,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method createTable ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41647,7 +46600,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method createView ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -41657,7 +46610,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeColumns ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeColumns ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41674,7 +46627,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeIndexes ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeIndexes ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41683,7 +46636,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method describeReferences ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method describeReferences ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41692,7 +46645,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropColumn ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropColumn ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41702,7 +46655,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropForeignKey ] { + Method [ <internal:phalcon> public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tableName ] + Parameter #1 [ <required> string $schemaName ] + Parameter #2 [ <required> string $checkName ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41712,7 +46675,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropIndex ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropIndex ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41722,7 +46685,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropPrimaryKey ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -41731,7 +46694,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropTable ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropTable ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] @@ -41741,7 +46704,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method dropView ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method dropView ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] @@ -41751,15 +46714,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method forUpdate ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method getColumnDefinition ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] @@ -41777,7 +46741,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method listTables ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method listTables ] { - Parameters [1] { Parameter #0 [ <optional> ?string $schemaName = null ] @@ -41793,7 +46757,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method modifyColumn ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method modifyColumn ] { - Parameters [4] { Parameter #0 [ <required> string $tableName ] @@ -41804,15 +46768,25 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method sharedLock ] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method returning ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $columns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method sharedLock ] { + + - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <optional> string $modifier = '' ] } - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method tableExists ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method tableExists ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] @@ -41821,7 +46795,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method tableOptions ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method tableOptions ] { - Parameters [2] { Parameter #0 [ <required> string $table ] @@ -41839,7 +46813,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method viewExists ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method viewExists ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] @@ -41848,7 +46822,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method createSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method createSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -41874,7 +46848,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> final public method getColumnList ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> final public method getColumnList ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] @@ -41884,7 +46858,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method getCustomFunctions ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getCustomFunctions ] { - Parameters [0] { } @@ -41901,7 +46875,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method getSqlExpression ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] @@ -41920,7 +46894,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method limit ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method limit ] { - Parameters [2] { Parameter #0 [ <required> string $sqlQuery ] @@ -41929,7 +46903,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method registerCustomFunction ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ <required> string $name ] @@ -41938,7 +46912,47 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Dialect ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method releaseSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> ?string $schemaName = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ <required> string $viewName ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $concurrent = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $sqlQuery ] + Parameter #1 [ <required> array $conflictColumns ] + Parameter #2 [ <required> array $updateColumns ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -41946,7 +46960,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method rollbackSavepoint ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ <required> string $name ] @@ -41954,7 +46968,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method select ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method select ] { - Parameters [1] { Parameter #0 [ <required> array $definition ] @@ -41962,14 +46976,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method supportsSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Db\DialectInterface> public method supportsReleaseSavepoints ] { + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method supportsReleaseSavepoints ] { - Parameters [0] { } @@ -42008,6 +47022,33 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getCheckClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\CheckInterface $check ] + Parameter #1 [ <optional> string $escapeChar = '`' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getIndexColumnList ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\IndexInterface $index ] + Parameter #1 [ <optional> bool $wrapExpressions = true ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getGeneratedClause ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ <optional> bool $forceStored = false ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> final protected method getSqlExpressionAll ] { - Parameters [2] { @@ -42347,7 +47388,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Index implements Phalcon\Db\IndexInterface, Phalcon\Contracts\Db\Index ] { - Constants [0] { } @@ -42358,42 +47399,74 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [7] { Property [ protected $columns = NULL ] + Property [ protected $concurrent = false ] + Property [ protected $directions = NULL ] + Property [ protected $invisible = false ] Property [ protected $name = NULL ] - Property [ protected $type = NULL ] + Property [ protected $type = '' ] + Property [ protected $where = '' ] } - - Methods [4] { + - Methods [8] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> array $columns ] + Parameter #1 [ <required> array $columnsOrDefinition ] Parameter #2 [ <optional> string $type = '' ] } } - Method [ <internal:phalcon, prototype Phalcon\Db\IndexInterface> public method getColumns ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Index> public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getDirections ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\IndexInterface> public method getName ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Index> public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Index> public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\IndexInterface> public method getType ] { + Method [ <internal:phalcon> public method getWhere ] { - Parameters [0] { } - Return [ string ] } + + Method [ <internal:phalcon> public method isConcurrent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method isInvisible ] { + + - Parameters [0] { + } + - Return [ bool ] + } } } @@ -42640,7 +47713,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface, Phalcon\Contracts\Db\Reference ] { - Constants [0] { } @@ -42671,65 +47744,65 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getColumns ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getColumns ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getName ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getReferencedColumns ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getReferencedColumns ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getReferencedSchema ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getReferencedSchema ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getReferencedTable ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getReferencedTable ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getSchemaName ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getSchemaName ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getOnDelete ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getOnDelete ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getOnUpdate ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Reference> public method getOnUpdate ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } } } - Class [ <internal:phalcon> class Phalcon\Db\Result\PdoResult implements Phalcon\Db\ResultInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Result\PdoResult implements Phalcon\Db\ResultInterface, Phalcon\Contracts\Db\Result ] { - Constants [0] { } @@ -42763,7 +47836,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method dataSeek ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method dataSeek ] { - Parameters [1] { Parameter #0 [ <required> int $number ] @@ -42771,14 +47844,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method execute ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method execute ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method fetch ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method fetch ] { - Parameters [3] { Parameter #0 [ <optional> ?int $fetchStyle = null ] @@ -42787,7 +47860,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method fetchAll ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method fetchAll ] { - Parameters [3] { Parameter #0 [ <optional> int $mode = null ] @@ -42797,27 +47870,27 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method fetchArray ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method fetchArray ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method getInternalResult ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method getInternalResult ] { - Parameters [0] { } - Return [ PDOStatement ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method numRows ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method numRows ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method setFetchMode ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method setFetchMode ] { - Parameters [3] { Parameter #0 [ <required> int $fetchMode ] @@ -42992,7 +48065,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $sharedInstances = NULL ] } - - Methods [25] { + - Methods [27] { Method [ <internal:phalcon, overwrites Phalcon\Di\FactoryDefault, ctor> public method __construct ] { - Parameters [0] { @@ -43102,6 +48175,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method hasShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetGet ] { - Parameters [1] { @@ -43151,6 +48232,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method removeShared ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method set ] { - Parameters [3] { @@ -44286,7 +49375,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Encryption\Security extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Encryption\Security extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Contracts\Encryption\Security\Security, Phalcon\Contracts\Encryption\Security\PasswordSecurity, Phalcon\Contracts\Encryption\Security\CsrfProtection, Phalcon\Contracts\Encryption\Security\CryptoUtils ] { - Constants [13] { Constant [ public int CRYPT_ARGON2I ] { 10 } @@ -44310,8 +49399,9 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [12] { + - Properties [13] { Property [ protected $container = NULL ] + Property [ protected $autoRefresh = true ] Property [ protected $defaultHash = 0 ] Property [ protected $numberBytes = 16 ] Property [ protected $random = NULL ] @@ -44325,7 +49415,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ private $localRequest = NULL ] } - - Methods [28] { + - Methods [30] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -44334,7 +49424,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon> public method checkHash ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method checkHash ] { - Parameters [3] { Parameter #0 [ <required> string $password ] @@ -44344,7 +49434,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method checkToken ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CsrfProtection> public method checkToken ] { - Parameters [3] { Parameter #0 [ <optional> ?string $tokenKey = null ] @@ -44354,7 +49444,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method computeHmac ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CryptoUtils> public method computeHmac ] { - Parameters [4] { Parameter #0 [ <required> string $data ] @@ -44365,21 +49455,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> public method destroyToken ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CsrfProtection> public method destroyToken ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security ] } - Method [ <internal:phalcon> public method getDefaultHash ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method getDefaultHash ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> public method getHashInformation ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method getHashInformation ] { - Parameters [1] { Parameter #0 [ <required> string $hash ] @@ -44387,35 +49477,35 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> public method getRandom ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CryptoUtils> public method getRandom ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security\Random ] } - Method [ <internal:phalcon> public method getRandomBytes ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CryptoUtils> public method getRandomBytes ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> public method getRequestToken ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CsrfProtection> public method getRequestToken ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon> public method getSessionToken ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CsrfProtection> public method getSessionToken ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon> public method getSaltBytes ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CryptoUtils> public method getSaltBytes ] { - Parameters [1] { Parameter #0 [ <optional> int $numberBytes = 0 ] @@ -44423,28 +49513,28 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> public method getToken ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CsrfProtection> public method getToken ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon> public method getTokenKey ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CsrfProtection> public method getTokenKey ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon> public method getWorkFactor ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method getWorkFactor ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon> public method hash ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method hash ] { - Parameters [2] { Parameter #0 [ <required> string $password ] @@ -44453,7 +49543,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon> public method isLegacyHash ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method isLegacyHash ] { - Parameters [1] { Parameter #0 [ <required> string $passwordHash ] @@ -44461,7 +49551,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method setDefaultHash ] { + Method [ <internal:phalcon> public method refreshToken ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security ] + } + + Method [ <internal:phalcon> public method setAutoRefresh ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $autoRefresh ] + } + - Return [ Phalcon\Encryption\Security ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method setDefaultHash ] { - Parameters [1] { Parameter #0 [ <required> int $defaultHash ] @@ -44469,7 +49574,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Encryption\Security ] } - Method [ <internal:phalcon> public method setRandomBytes ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CryptoUtils> public method setRandomBytes ] { - Parameters [1] { Parameter #0 [ <required> int $randomBytes ] @@ -44477,7 +49582,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Encryption\Security ] } - Method [ <internal:phalcon> public method setWorkFactor ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method setWorkFactor ] { - Parameters [1] { Parameter #0 [ <required> int $workFactor ] @@ -46290,7 +51395,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { + Class [ <internal:phalcon> final class Phalcon\Events\Event implements Phalcon\Events\EventInterface, Phalcon\Contracts\Events\Event, Phalcon\Contracts\Events\Stoppable ] { - Constants [0] { } @@ -46309,7 +51414,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $type = NULL ] } - - Methods [9] { + - Methods [10] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [4] { @@ -46320,7 +51425,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method getData ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Event> public method getData ] { - Parameters [0] { } @@ -46333,28 +51438,35 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ ?object ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method getType ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Event> public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method isCancelable ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Event> public method isCancelable ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method isStopped ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Stoppable> public method isPropagationStopped ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method setData ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Event> public method isStopped ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Event> public method setData ] { - Parameters [1] { Parameter #0 [ <optional> $data = <default> ] @@ -46362,7 +51474,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Events\EventInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method setType ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Event> public method setType ] { - Parameters [1] { Parameter #0 [ <required> string $type ] @@ -46370,7 +51482,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Events\EventInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method stop ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Event> public method stop ] { - Parameters [0] { } @@ -46471,7 +51583,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { + Class [ <internal:phalcon> class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface, Phalcon\Contracts\Events\Manager ] { - Constants [1] { Constant [ public int DEFAULT_PRIORITY ] { 100 } @@ -46483,15 +51595,31 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [12] { Property [ protected $collect = false ] Property [ protected $enablePriorities = false ] + Property [ protected $fireDepth = 0 ] + Property [ protected $halted = false ] + Property [ protected $stopOnFalse = false ] + Property [ protected $strict = false ] + Property [ protected $eventNameCache = NULL ] + Property [ protected $methodExistsCache = NULL ] + Property [ protected $subscriberEventsCache = NULL ] Property [ protected $events = NULL ] Property [ protected $responses = NULL ] + Property [ protected $subscribers = NULL ] } - - Methods [13] { - Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method attach ] { + - Methods [28] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method addSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> final public method attach ] { - Parameters [3] { Parameter #0 [ <required> string $eventType ] @@ -46501,14 +51629,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> public method arePrioritiesEnabled ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method arePrioritiesEnabled ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> public method collectResponses ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method clearSubscribers ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method collectResponses ] { - Parameters [1] { Parameter #0 [ <required> bool $collect ] @@ -46516,7 +51651,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method detach ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method detach ] { - Parameters [2] { Parameter #0 [ <required> string $eventType ] @@ -46525,7 +51660,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method detachAll ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method detachAll ] { - Parameters [1] { Parameter #0 [ <optional> ?string $type = null ] @@ -46533,7 +51668,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon> public method enablePriorities ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method enablePriorities ] { - Parameters [1] { Parameter #0 [ <required> bool $enablePriorities ] @@ -46541,7 +51676,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method fire ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> final public method fire ] { - Parameters [4] { Parameter #0 [ <required> string $eventType ] @@ -46551,15 +51686,33 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Method [ <internal:phalcon> public method fireAll ] { + + - Parameters [4] { + Parameter #0 [ <required> string $eventType ] + Parameter #1 [ <required> $source ] + Parameter #2 [ <optional> $data = <default> ] + Parameter #3 [ <optional> bool $cancelable = true ] + } + - Return [ array ] + } + Method [ <internal:phalcon> final public method fireQueue ] { - Parameters [2] { - Parameter #0 [ <required> SplPriorityQueue $queue ] + Parameter #0 [ <required> array $queue ] Parameter #1 [ <required> Phalcon\Events\EventInterface $event ] } } - Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method getListeners ] { + Method [ <internal:phalcon> public method halt ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method getListeners ] { - Parameters [1] { Parameter #0 [ <required> string $type ] @@ -46567,14 +51720,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon> public method getResponses ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method getResponses ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method hasListeners ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method getSubscribers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method hasListeners ] { - Parameters [1] { Parameter #0 [ <required> string $type ] @@ -46582,20 +51742,108 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method isCollecting ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method isCollecting ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> public method isValidHandler ] { + Method [ <internal:phalcon> public method isHalted ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method isStopOnFalse ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method isStrict ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method isValidHandler ] { - Parameters [1] { Parameter #0 [ <required> $handler ] } - Return [ bool ] } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method removeSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resume ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method setStopOnFalse ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $flag ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method setStrict ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $strict ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> private method dispatch ] { + + - Parameters [7] { + Parameter #0 [ <required> array $queue ] + Parameter #1 [ <required> Phalcon\Events\EventInterface $event ] + Parameter #2 [ <required> string $eventName ] + Parameter #3 [ <required> $source ] + Parameter #4 [ <required> $data ] + Parameter #5 [ <required> bool $cancelable ] + Parameter #6 [ <required> bool $collect ] + } + } + + Method [ <internal:phalcon> private method insertHandlerEntry ] { + + - Parameters [5] { + Parameter #0 [ <required> string $eventType ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <required> int $type ] + Parameter #3 [ <required> int $priority ] + Parameter #4 [ <optional> $className = <default> ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> private method processSubscriberEntry ] { + + - Parameters [4] { + Parameter #0 [ <required> $subscriber ] + Parameter #1 [ <required> string $eventName ] + Parameter #2 [ <required> $params ] + Parameter #3 [ <required> bool $detaching ] + } + - Return [ void ] + } } } @@ -53135,7 +58383,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { + - Properties [13] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] @@ -53147,9 +58395,32 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputCheckbox' ] + Property [ protected $uncheckedValue = NULL ] + Property [ protected $uncheckedValueSet = false ] } - - Methods [35] { + - Methods [38] { + Method [ <internal:phalcon> public method getUncheckedValue ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> public method hasUncheckedValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method setUncheckedValue ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\Check ] + } + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] { - Parameters [2] { @@ -53243,7 +58514,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -53417,6 +58688,315 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> class Phalcon\Forms\Element\CheckGroup extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $options = NULL ] + } + + - Methods [37] { + Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> array $options = [] ] + Parameter #2 [ <optional> array $attributes = [] ] + } + } + + Method [ <internal:phalcon> public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ <required> array $validators ] + Parameter #1 [ <optional> bool $merge = true ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> string $attribute ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getDefault ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getFilters ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getLabel ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $option ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getValue ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method label ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> string $attribute ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ <required> $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setForm ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $option ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { @@ -53536,7 +59116,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -53829,7 +59409,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -54122,7 +59702,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -54415,7 +59995,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -54708,7 +60288,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -55001,7 +60581,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -55294,7 +60874,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -55468,6 +61048,315 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> class Phalcon\Forms\Element\RadioGroup extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $options = NULL ] + } + + - Methods [37] { + Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> array $options = [] ] + Parameter #2 [ <optional> array $attributes = [] ] + } + } + + Method [ <internal:phalcon> public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ <required> array $validators ] + Parameter #1 [ <optional> bool $merge = true ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> string $attribute ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getDefault ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getFilters ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getLabel ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $option ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getValue ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method label ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> string $attribute ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ <required> $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setForm ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $option ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { @@ -55627,7 +61516,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -55912,7 +61801,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -56205,7 +62094,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -56498,7 +62387,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getMessages ] { @@ -56804,7 +62693,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $whitelist = NULL ] } - - Methods [43] { + - Methods [44] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -56995,6 +62884,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } + Method [ <internal:phalcon> public method load ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Contracts\Forms\Schema $schema ] + Parameter #1 [ <required> Phalcon\Forms\FormsLocator $locator ] + } + - Return [ Phalcon\Forms\Form ] + } + Method [ <internal:phalcon> public method label ] { - Parameters [2] { @@ -57139,7 +63037,171 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Forms\Manager ] { + Class [ <internal:phalcon> class Phalcon\Forms\FormsLocator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $elements = NULL ] + Property [ private $factories = NULL ] + Property [ private $instances = NULL ] + } + + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $definitions = [] ] + } + } + + Method [ <internal:phalcon> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> $entity = <default> ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ <internal:phalcon> public method getElement ] { + + - Parameters [1] { + Parameter #0 [ <required> string $type ] + } + } + + Method [ <internal:phalcon> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method hasElement ] { + + - Parameters [1] { + Parameter #0 [ <required> string $type ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $factory ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method setElement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $type ] + Parameter #1 [ <required> $factory ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> protected method getDefaultServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Forms\Loader\ArrayLoader implements Phalcon\Contracts\Forms\Schema ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $definitions = NULL ] + } + + - Methods [3] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $definitions ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Forms\Schema> public method load ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method validateDefinition ] { + + - Parameters [2] { + Parameter #0 [ <required> $definition ] + Parameter #1 [ <required> int $index ] + } + - Return [ void ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Forms\Loader\JsonLoader implements Phalcon\Contracts\Forms\Schema ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $source = NULL ] + } + + - Methods [3] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> string $source ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Forms\Schema> public method load ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method phpFileGetContents ] { + + - Parameters [1] { + Parameter #0 [ <required> string $filename ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Forms\Loader\YamlLoader implements Phalcon\Contracts\Forms\Schema ] { - Constants [0] { } @@ -57151,10 +63213,50 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Properties [1] { + Property [ protected $source = NULL ] + } + + - Methods [2] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> string $source ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Contracts\Forms\Schema> public method load ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Forms\Manager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { Property [ protected $forms = NULL ] + Property [ protected $locator = NULL ] } - - Methods [4] { + - Methods [7] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?Phalcon\Forms\FormsLocator $locator = <default> ] + } + } + Method [ <internal:phalcon> public method create ] { - Parameters [2] { @@ -57172,6 +63274,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Forms\Form ] } + Method [ <internal:phalcon> public method getLocator ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\FormsLocator ] + } + Method [ <internal:phalcon> public method has ] { - Parameters [1] { @@ -57180,6 +63289,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method loadForm ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> Phalcon\Contracts\Forms\Schema $schema ] + Parameter #2 [ <optional> $entity = <default> ] + } + - Return [ Phalcon\Forms\Form ] + } + Method [ <internal:phalcon> public method set ] { - Parameters [2] { @@ -57191,7 +63310,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Html\Attributes extends Phalcon\Support\Collection implements Stringable, Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Html\Attributes extends Phalcon\Support\Collection implements Stringable, JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Phalcon\Html\Attributes\RenderInterface ] { - Constants [0] { } @@ -57202,13 +63321,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [5] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] } - - Methods [32] { + - Methods [48] { Method [ <internal:phalcon, prototype Phalcon\Html\Attributes\RenderInterface> public method render ] { - Parameters [0] { @@ -57233,20 +63354,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, ctor> public method __construct ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ <optional> array $data = [] ] Parameter #1 [ <optional> bool $insensitive = true ] + Parameter #2 [ <optional> bool $strictNull = false ] + Parameter #3 [ <optional> ?string $type = null ] } } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -57254,7 +63378,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -57263,7 +63394,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -57271,13 +63410,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - Parameters [0] { } - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -57285,13 +63432,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -57301,7 +63472,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -57309,14 +63480,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -57324,7 +63502,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -57332,6 +63510,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -57339,6 +63524,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -57358,7 +63566,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -57372,7 +63580,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -57380,7 +63597,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -57389,21 +63621,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] } - - Return [ ?string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -57411,7 +63645,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -57419,37 +63653,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { - - Parameters [1] { - Parameter #0 [ <required> array $data ] + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] } - - Return [ void ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - Parameters [2] { - Parameter #0 [ <required> string $element ] - Parameter #1 [ <required> $value ] + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -57459,6 +63693,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + + - Parameters [2] { + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } @@ -57546,13 +63797,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $doubleEncode = true ] - Property [ protected $encoding = 'utf-8' ] - Property [ protected $flags = 11 ] + - Properties [5] { + Property [ protected $attributeEscaper = NULL ] + Property [ protected $cssEscaper = NULL ] + Property [ protected $htmlEscaper = NULL ] + Property [ protected $jsEscaper = NULL ] + Property [ protected $urlEscaper = NULL ] } - - Methods [21] { + - Methods [29] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [0] { + } + } + Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method attributes ] { - Parameters [1] { @@ -57617,6 +63876,20 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon> public method getAttributeEscaper ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Escaper\AttributeEscaper ] + } + + Method [ <internal:phalcon> public method getCssEscaper ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Escaper\CssEscaper ] + } + Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method getEncoding ] { - Parameters [0] { @@ -57631,6 +63904,27 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } + Method [ <internal:phalcon> public method getHtmlEscaper ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Escaper\HtmlEscaper ] + } + + Method [ <internal:phalcon> public method getJsEscaper ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Escaper\JsEscaper ] + } + + Method [ <internal:phalcon> public method getUrlEscaper ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Escaper\UrlEscaper ] + } + Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method html ] { - Parameters [1] { @@ -57655,6 +63949,22 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon> public method setAttributeEscaper ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Html\Escaper\AttributeEscaper $escaper ] + } + - Return [ Phalcon\Html\Escaper ] + } + + Method [ <internal:phalcon> public method setCssEscaper ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Html\Escaper\CssEscaper $escaper ] + } + - Return [ Phalcon\Html\Escaper ] + } + Method [ <internal:phalcon> public method setDoubleEncode ] { - Parameters [1] { @@ -57679,39 +63989,39 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ <internal:phalcon> public method setHtmlQuoteType ] { + Method [ <internal:phalcon> public method setHtmlEscaper ] { - Parameters [1] { - Parameter #0 [ <required> int $flags ] + Parameter #0 [ <required> Phalcon\Html\Escaper\HtmlEscaper $escaper ] } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] + - Return [ Phalcon\Html\Escaper ] } - Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method url ] { + Method [ <internal:phalcon> public method setHtmlQuoteType ] { - Parameters [1] { - Parameter #0 [ <required> string $input ] + Parameter #0 [ <required> int $flags ] } - - Return [ string ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ <internal:phalcon> protected method phpHtmlSpecialChars ] { + Method [ <internal:phalcon> public method setJsEscaper ] { - Parameters [1] { - Parameter #0 [ <required> string $input ] + Parameter #0 [ <required> Phalcon\Html\Escaper\JsEscaper $escaper ] } - - Return [ string ] + - Return [ Phalcon\Html\Escaper ] } - Method [ <internal:phalcon> private method doEscapeCss ] { + Method [ <internal:phalcon> public method setUrlEscaper ] { - Parameters [1] { - Parameter #0 [ <required> string $input ] + Parameter #0 [ <required> Phalcon\Html\Escaper\UrlEscaper $escaper ] } - - Return [ string ] + - Return [ Phalcon\Html\Escaper ] } - Method [ <internal:phalcon> private method doEscapeJs ] { + Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method url ] { - Parameters [1] { Parameter #0 [ <required> string $input ] @@ -57745,7 +64055,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Escaper\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Escaper\AttributeEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -57756,88 +64066,98 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + - Methods [11] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [3] { - Parameter #0 [ <optional> string $message = "" ] - Parameter #1 [ <optional> int $code = 0 ] - Parameter #2 [ <optional> ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ <optional> $input = <default> ] } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> public method __wakeup ] { + Method [ <internal:phalcon> public method escape ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $input = <default> ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + Method [ <internal:phalcon> protected method escapeValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method detectEncoding ] { + + - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getDoubleEncode ] { - Parameters [0] { } + - Return [ bool ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getEncoding ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getFlags ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method normalizeEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Return [ array ] + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setDoubleEncode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> bool $doubleEncode ] } - - Return [ ?Throwable ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $encoding ] } - - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> int $flags ] } - - Return [ string ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Escaper\CssEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -57848,88 +64168,98 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + - Methods [11] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [3] { - Parameter #0 [ <optional> string $message = "" ] - Parameter #1 [ <optional> int $code = 0 ] - Parameter #2 [ <optional> ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ <required> string $input ] } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> public method __wakeup ] { + Method [ <internal:phalcon> public method escape ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + Method [ <internal:phalcon> private method doEscapeCss ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method detectEncoding ] { + + - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getDoubleEncode ] { - Parameters [0] { } + - Return [ bool ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getEncoding ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getFlags ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method normalizeEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Return [ array ] + - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setDoubleEncode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> bool $doubleEncode ] } - - Return [ ?Throwable ] } - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $encoding ] } - - Return [ string ] } - Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> int $flags ] } - - Return [ string ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Escaper\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -57940,127 +64270,88 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [12] { - Method [ <internal:phalcon> public method __invoke ] { - - - Parameters [4] { - Parameter #0 [ <required> string $href ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method processAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> string $href ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + - Parameters [3] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Escaper\HtmlEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -58071,116 +64362,90 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - - Methods [11] { + - Methods [10] { Method [ <internal:phalcon> public method __invoke ] { - - Parameters [2] { - Parameter #0 [ <optional> ?string $href = null ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ <optional> ?string $input = null ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> public method escape ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <optional> ?string $input = null ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method detectEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getDoubleEncode ] { - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getEncoding ] { - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getFlags ] { - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method normalizeEncoding ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setDoubleEncode ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <required> bool $doubleEncode ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] { - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + - Parameters [1] { + Parameter #0 [ <required> string $encoding ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ <required> int $flags ] } - - Return [ string ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Escaper\JsEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -58191,115 +64456,98 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - Methods [11] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [1] { - Parameter #0 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> string $input ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> public method escape ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + - Parameters [1] { + Parameter #0 [ <required> string $input ] } + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + Method [ <internal:phalcon> private method doEscapeJs ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method detectEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getDoubleEncode ] { - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getEncoding ] { - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getFlags ] { - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method normalizeEncoding ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setDoubleEncode ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <required> bool $doubleEncode ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] { - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + - Parameters [1] { + Parameter #0 [ <required> string $encoding ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ <required> int $flags ] } - - Return [ string ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Escaper\UrlEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -58310,249 +64558,182 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [12] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ private $attributes = NULL ] - Property [ private $prefix = '' ] - Property [ private $url = NULL ] - Property [ private $data = NULL ] - Property [ private $separator = '<li>/</li>' ] - Property [ private $template = NULL ] - Property [ private $interpolator = NULL ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - - Methods [27] { - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Mvc\Url\UrlInterface $url = <default> ] - } - } - + - Methods [10] { Method [ <internal:phalcon> public method __invoke ] { - - Parameters [2] { - Parameter #0 [ <optional> string $indent = ' ' ] - Parameter #1 [ <optional> ?string $delimiter = null ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ <internal:phalcon> public method add ] { - - - Parameters [4] { - Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $link = '' ] - Parameter #2 [ <optional> string $icon = '' ] - Parameter #3 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ <internal:phalcon> public method clear ] { - - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Return [ void ] + - Return [ string ] } - Method [ <internal:phalcon> public method clearAttributes ] { + Method [ <internal:phalcon> public method escape ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] + - Return [ string ] } - Method [ <internal:phalcon> public method getAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method detectEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $input ] } - - Return [ array ] + - Return [ ?string ] } - Method [ <internal:phalcon> public method getPrefix ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getDoubleEncode ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ <internal:phalcon> public method getSeparator ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getEncoding ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getTemplate ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method getFlags ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ <internal:phalcon> public method remove ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> final public method normalizeEncoding ] { - Parameters [1] { - Parameter #0 [ <required> int $index ] - } - - Return [ void ] - } - - Method [ <internal:phalcon> public method render ] { - - - Parameters [0] { + Parameter #0 [ <required> string $input ] } - Return [ string ] } - Method [ <internal:phalcon> public method setAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setDoubleEncode ] { - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + Parameter #0 [ <required> bool $doubleEncode ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon> public method setPrefix ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] { - Parameters [1] { - Parameter #0 [ <required> string $prefix ] + Parameter #0 [ <required> string $encoding ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon> public method setSeparator ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] { - Parameters [1] { - Parameter #0 [ <required> string $separator ] + Parameter #0 [ <required> int $flags ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] } + } + } - Method [ <internal:phalcon> public method setTemplate ] { - - - Parameters [3] { - Parameter #0 [ <required> string $main ] - Parameter #1 [ <required> string $line ] - Parameter #2 [ <required> string $last ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } + Class [ <internal:phalcon> class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] { - Method [ <internal:phalcon> public method toArray ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ <internal:phalcon> private method getLink ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ <required> string $template ] - Parameter #1 [ <required> array $element ] - } - - Return [ string ] - } + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - Method [ <internal:phalcon> private method processAttributes ] { + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + - Parameters [3] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -58563,31 +64744,34 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] + Property [ protected $forceRaw = false ] } - - Methods [11] { - Method [ <internal:phalcon> public method __invoke ] { + - Methods [12] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> bool $raw = false ] + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #2 [ <optional> bool $forceRaw = false ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + - Parameters [4] { + Parameter #0 [ <required> string $href ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = false ] } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { @@ -58632,6 +64816,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -58673,7 +64867,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -58692,12 +64886,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $indentLevel = 1 ] } - - Methods [11] { + - Methods [12] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + Parameter #0 [ <optional> ?string $href = null ] + Parameter #1 [ <optional> array $attributes = [] ] } - Return [ string ] } @@ -58752,6 +64946,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -58793,66 +64997,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Doctype implements Stringable ] { - - - Constants [11] { - Constant [ public int HTML32 ] { 1 } - Constant [ public int HTML401_STRICT ] { 2 } - Constant [ public int HTML401_TRANSITIONAL ] { 3 } - Constant [ public int HTML401_FRAMESET ] { 4 } - Constant [ public int HTML5 ] { 5 } - Constant [ public int XHTML10_STRICT ] { 6 } - Constant [ public int XHTML10_TRANSITIONAL ] { 7 } - Constant [ public int XHTML10_FRAMESET ] { 8 } - Constant [ public int XHTML11 ] { 9 } - Constant [ public int XHTML20 ] { 10 } - Constant [ public int XHTML5 ] { 11 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $delimiter = NULL ] - Property [ private $type = NULL ] - } - - - Methods [4] { - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ <optional> int $type = null ] - Parameter #1 [ <optional> string $delimiter = '\n' ] - } - - Return [ Phalcon\Html\Helper\Doctype ] - } - - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getType ] { - - - Parameters [0] { - } - - Return [ int ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -58871,14 +65016,11 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $indentLevel = 1 ] } - - Methods [11] { + - Methods [12] { Method [ <internal:phalcon> public method __invoke ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <optional> array $attributes = [] ] } - Return [ string ] } @@ -58933,6 +65075,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -58974,7 +65126,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -58985,271 +65137,163 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { + - Properties [12] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] + Property [ private $attributes = NULL ] + Property [ private $prefix = '' ] + Property [ private $url = NULL ] + Property [ private $data = NULL ] + Property [ private $separator = '<li>/</li>' ] + Property [ private $template = NULL ] + Property [ private $interpolator = NULL ] } - - Methods [11] { - Method [ <internal:phalcon> public method __invoke ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + - Methods [28] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + Parameter #1 [ <optional> ?Phalcon\Mvc\Url\UrlInterface $url = <default> ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:phalcon> public method add ] { - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> string $link = '' ] + Parameter #2 [ <optional> string $icon = '' ] + Parameter #3 [ <optional> array $attributes = [] ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:phalcon> public method clear ] { - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon> public method clearAttributes ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - } - } - Class [ <internal:phalcon> class Phalcon\Html\Helper\FriendlyTitle extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $friendly = NULL ] - } - - - Methods [11] { - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ array ] } - Method [ <internal:phalcon> public method __invoke ] { + Method [ <internal:phalcon> public method getPrefix ] { - - Parameters [4] { - Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $separator = '-' ] - Parameter #2 [ <optional> bool $lowercase = true ] - Parameter #3 [ <optional> $replace = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + Method [ <internal:phalcon> public method getSeparator ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon> public method getTemplate ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Method [ <internal:phalcon> public method remove ] { - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] + - Parameters [1] { + Parameter #0 [ <required> int $index ] } - - Return [ array ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + Method [ <internal:phalcon> public method render ] { - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon> public method setAttributes ] { - Parameters [1] { Parameter #0 [ <required> array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon> public method setPrefix ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ <required> string $prefix ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:phalcon> public method setSeparator ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <required> string $separator ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:phalcon> public method setTemplate ] { - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + Parameter #0 [ <required> string $main ] + Parameter #1 [ <required> string $line ] + Parameter #2 [ <required> string $last ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon> public method toArray ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } - - Methods [11] { - Method [ <internal:phalcon> public method __invoke ] { + Method [ <internal:phalcon> private method getLink ] { - Parameters [2] { - Parameter #0 [ <required> string $src ] - Parameter #1 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> string $template ] + Parameter #1 [ <required> array $element ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> private method processAttributes ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { @@ -59294,6 +65338,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -59335,7 +65389,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Color extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -59346,50 +65400,35 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'color' ] + Property [ protected $forceRaw = false ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [12] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #2 [ <optional> bool $forceRaw = false ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> bool $raw = false ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { @@ -59432,6 +65471,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -59473,7 +65522,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Date extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -59484,42 +65533,24 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [5] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'date' ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + - Methods [12] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [2] { @@ -59570,6 +65601,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -59611,9 +65652,20 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\DateTime extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Doctype implements Stringable ] { - - Constants [0] { + - Constants [11] { + Constant [ public int HTML32 ] { 1 } + Constant [ public int HTML401_STRICT ] { 2 } + Constant [ public int HTML401_TRANSITIONAL ] { 3 } + Constant [ public int HTML401_FRAMESET ] { 4 } + Constant [ public int HTML5 ] { 5 } + Constant [ public int XHTML10_STRICT ] { 6 } + Constant [ public int XHTML10_TRANSITIONAL ] { 7 } + Constant [ public int XHTML10_FRAMESET ] { 8 } + Constant [ public int XHTML11 ] { 9 } + Constant [ public int XHTML20 ] { 10 } + Constant [ public int XHTML5 ] { 11 } } - Static properties [0] { @@ -59622,134 +65674,44 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'datetime' ] + - Properties [2] { + Property [ private $delimiter = NULL ] + Property [ private $type = NULL ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + - Methods [4] { + Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [0] { } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + Parameter #0 [ <optional> int $type = null ] + Parameter #1 [ <optional> string $delimiter = '\n' ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Doctype ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon> public method getType ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\DateTimeLocal extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -59760,50 +65722,36 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'datetime-local' ] + Property [ protected $forceRaw = false ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [12] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #2 [ <optional> bool $forceRaw = false ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { @@ -59846,6 +65794,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -59887,7 +65845,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Email extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -59898,40 +65856,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [5] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'email' ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + - Methods [12] { + Method [ <internal:phalcon> public method __invoke ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] + Parameter #0 [ <optional> array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { @@ -59984,6 +65923,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -60025,7 +65974,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\File extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\FriendlyTitle extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -60036,48 +65985,32 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'file' ] + Property [ protected $friendly = NULL ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + - Methods [12] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + - Parameters [4] { + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> string $separator = '-' ] + Parameter #2 [ <optional> bool $lowercase = true ] + Parameter #3 [ <optional> $replace = <default> ] } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { @@ -60122,6 +66055,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -60163,7 +66106,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Hidden extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -60174,42 +66117,24 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [5] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'hidden' ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + - Methods [12] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <required> string $src ] + Parameter #1 [ <optional> array $attributes = [] ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [2] { @@ -60260,6 +66185,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -60301,7 +66236,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Image extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractChecked implements Stringable ] { - Constants [0] { } @@ -60312,43 +66247,20 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $type = 'image' ] + Property [ protected $label = NULL ] + Property [ protected $strict = false ] + Property [ protected $type = 'checkbox' ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + - Methods [18] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] @@ -60356,118 +66268,42 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> public method label ] { - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + Parameter #0 [ <optional> array $attributes = [] ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> public method strict ] { - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] + - Parameters [1] { + Parameter #0 [ <optional> bool $flag = true ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> protected method processChecked ] { - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> protected method processUnchecked ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Input extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] - Property [ protected $attributes = NULL ] - } - - - Methods [14] { - Method [ <internal:phalcon> public method setType ] { - - - Parameters [1] { - Parameter #0 [ <required> string $type ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { @@ -60479,13 +66315,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { @@ -60494,14 +66323,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { @@ -60544,6 +66365,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -60585,7 +66416,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Month extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\CheckboxGroup extends Phalcon\Html\Helper\Input\AbstractGroup implements Stringable ] { - Constants [0] { } @@ -60596,40 +66427,53 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [10] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'month' ] + Property [ protected $checked = NULL ] + Property [ protected $name = '' ] + Property [ protected $options = NULL ] + Property [ protected $sharedAttributes = NULL ] + Property [ protected $type = 'checkbox' ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [15] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractGroup, prototype Phalcon\Html\Helper\Input\AbstractGroup> protected method isChecked ] { - - Parameters [3] { + - Parameters [1] { + Parameter #0 [ <required> string $value ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup> public method __invoke ] { + + - Parameters [4] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <optional> $checked = <default> ] + Parameter #3 [ <optional> array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Html\Helper\Input\AbstractGroup ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup> protected method renderItem ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] + - Parameters [2] { + Parameter #0 [ <required> string $value ] + Parameter #1 [ <required> $definition ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { @@ -60682,6 +66526,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -60723,7 +66577,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Numeric extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Generic extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -60740,149 +66594,28 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] + Property [ protected $type = 'text' ] Property [ protected $attributes = NULL ] - Property [ protected $type = 'number' ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [15] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #2 [ <optional> string $type = 'text' ] } } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon> public method setType ] { - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> string $type ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Password extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'password' ] - } - - - Methods [13] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - Parameters [3] { @@ -60908,14 +66641,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { @@ -60958,6 +66683,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -60999,7 +66734,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\Checkbox implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\AbstractChecked implements Stringable ] { - Constants [0] { } @@ -61010,7 +66745,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] @@ -61018,11 +66753,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $label = NULL ] + Property [ protected $strict = false ] Property [ protected $type = 'radio' ] } - - Methods [14] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\Checkbox, ctor> public method __construct ] { + - Methods [18] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] @@ -61030,144 +66766,43 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\Checkbox, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\Checkbox> public method label ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> public method label ] { - Parameters [1] { Parameter #0 [ <optional> array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\Checkbox ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> public method strict ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + Parameter #0 [ <optional> bool $flag = true ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> protected method processChecked ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] - } - - Return [ string ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> protected method processUnchecked ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Range extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'range' ] - } - - - Methods [13] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - Parameters [3] { @@ -61178,13 +66813,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { @@ -61193,14 +66821,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { @@ -61243,6 +66863,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -61284,7 +66914,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Search extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\RadioGroup extends Phalcon\Html\Helper\Input\AbstractGroup implements Stringable ] { - Constants [0] { } @@ -61295,40 +66925,53 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [10] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'search' ] + Property [ protected $checked = NULL ] + Property [ protected $name = '' ] + Property [ protected $options = NULL ] + Property [ protected $sharedAttributes = NULL ] + Property [ protected $type = 'radio' ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [15] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractGroup, prototype Phalcon\Html\Helper\Input\AbstractGroup> protected method isChecked ] { - - Parameters [3] { + - Parameters [1] { + Parameter #0 [ <required> string $value ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup> public method __invoke ] { + + - Parameters [4] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <optional> $checked = <default> ] + Parameter #3 [ <optional> array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Html\Helper\Input\AbstractGroup ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup> protected method renderItem ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] + - Parameters [2] { + Parameter #0 [ <required> string $value ] + Parameter #1 [ <required> $definition ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { @@ -61381,6 +67024,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -61433,7 +67086,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [10] { + - Properties [11] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] @@ -61444,9 +67097,10 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $elementTag = 'option' ] Property [ protected $inOptGroup = false ] Property [ protected $selected = '' ] + Property [ protected $strict = false ] } - - Methods [21] { + - Methods [24] { Method [ <internal:phalcon> public method add ] { - Parameters [4] { @@ -61472,7 +67126,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon> public method fromData ] { - Parameters [1] { - Parameter #0 [ <required> Phalcon\Html\Helper\Input\Select\SelectDataInterface $data ] + Parameter #0 [ <required> Phalcon\Contracts\Html\Helper\Input\SelectData $data ] } - Return [ Phalcon\Html\Helper\Input\Select ] } @@ -61486,6 +67140,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\Select ] } + Method [ <internal:phalcon> public method placeholder ] { + + - Parameters [1] { + Parameter #0 [ <required> string $text ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + Method [ <internal:phalcon> public method selected ] { - Parameters [1] { @@ -61494,6 +67156,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\Select ] } + Method [ <internal:phalcon> public method strict ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $flag = true ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractList, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] { - Parameters [0] { @@ -61593,6 +67263,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -61634,7 +67314,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Select\ArrayData implements Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Select\ArrayData implements Phalcon\Contracts\Html\Helper\Input\SelectData ] { - Constants [0] { } @@ -61645,53 +67325,28 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { + Property [ protected $attributes = NULL ] Property [ protected $data = NULL ] } - - Methods [2] { + - Methods [3] { Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <optional> array $data = [] ] + Parameter #1 [ <optional> array $attributes = [] ] } } - Method [ <internal:phalcon, prototype Phalcon\Html\Helper\Input\Select\SelectDataInterface> public method getOptions ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Html\Helper\Input\SelectData> public method getAttributes ] { - Parameters [0] { } - Return [ array ] } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Select\ResultsetData implements Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $resultset = NULL ] - Property [ protected $using = NULL ] - } - - - Methods [2] { - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Mvc\Model\ResultsetInterface $resultset ] - Parameter #1 [ <required> array $using ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Html\Helper\Input\Select\SelectDataInterface> public method getOptions ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Html\Helper\Input\SelectData> public method getOptions ] { - Parameters [0] { } @@ -61700,7 +67355,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Select\ResultsetData implements Phalcon\Contracts\Html\Helper\Input\SelectData ] { - Constants [0] { } @@ -61711,134 +67366,56 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'submit' ] + - Properties [5] { + Property [ protected $attributesMap = NULL ] + Property [ protected $resolvedAttributes = NULL ] + Property [ protected $resolvedOptions = NULL ] + Property [ protected $resultset = NULL ] + Property [ protected $using = NULL ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [5] { + Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> Phalcon\Mvc\Model\ResultsetInterface $resultset ] + Parameter #1 [ <required> array $using ] + Parameter #2 [ <optional> array $attributesMap = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Html\Helper\Input\SelectData> public method getAttributes ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Html\Helper\Input\SelectData> public method getOptions ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon> protected method readField ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + Parameter #0 [ <required> $option ] + Parameter #1 [ <required> string $field ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon> protected method resolve ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -61856,10 +67433,17 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $type = 'tel' ] + Property [ protected $type = 'textarea' ] } - - Methods [13] { + - Methods [14] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - Parameters [3] { @@ -61870,13 +67454,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { @@ -61935,6 +67512,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -61976,7 +67563,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -61987,50 +67574,35 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] - Property [ protected $attributes = NULL ] + Property [ protected $forceRaw = false ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [12] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #2 [ <optional> bool $forceRaw = false ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ <required> string $label ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> bool $raw = false ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { @@ -62073,6 +67645,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -62114,7 +67696,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\Style implements Stringable ] { - Constants [0] { } @@ -62132,171 +67714,73 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $type = 'textarea' ] + Property [ protected $store = NULL ] } - - Methods [13] { - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + - Methods [19] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\Style> public method add ] { - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + Parameter #0 [ <required> string $url ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> int $position = -1 ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\Style> protected method getAttributes ] { - Parameters [2] { - Parameter #0 [ <required> array $overrides ] + Parameter #0 [ <required> string $url ] Parameter #1 [ <required> array $attributes ] } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Style> public method setStyle ] { - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + Parameter #0 [ <required> bool $flag ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Style ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'time' ] - } - - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method reset ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] + - Parameters [2] { + Parameter #0 [ <required> array $entry ] + Parameter #1 [ <optional> int $position = -1 ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ void ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { @@ -62349,6 +67833,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -62390,7 +67884,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Constants [0] { } @@ -62408,171 +67902,97 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $type = 'url' ] + Property [ protected $store = NULL ] } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + - Methods [21] { + Method [ <internal:phalcon> public method add ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { - - - Parameters [0] { + Parameter #0 [ <optional> array $attributes = [] ] + Parameter #1 [ <optional> int $position = -1 ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + Method [ <internal:phalcon> public method addHttp ] { - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] + - Parameters [3] { + Parameter #0 [ <required> string $httpEquiv ] + Parameter #1 [ <required> string $content ] + Parameter #2 [ <optional> int $position = -1 ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + Method [ <internal:phalcon> public method addName ] { - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> string $content ] + Parameter #2 [ <optional> int $position = -1 ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + Method [ <internal:phalcon> public method addProperty ] { - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> string $content ] + Parameter #2 [ <optional> int $position = -1 ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + Method [ <internal:phalcon> private method addElement ] { - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> string $content ] + Parameter #3 [ <optional> int $position = -1 ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'week' ] - } - - Methods [13] { - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] { - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = null ] - Parameter #2 [ <optional> array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method reset ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $value = null ] + - Parameters [2] { + Parameter #0 [ <required> array $entry ] + Parameter #1 [ <optional> int $position = -1 ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ void ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { @@ -62625,6 +68045,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -62666,7 +68096,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Preload extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -62677,31 +68107,32 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] + Property [ protected $response = NULL ] } - - Methods [11] { - Method [ <internal:phalcon> public method __invoke ] { + - Methods [12] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [3] { - Parameter #0 [ <required> string $label ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> bool $raw = false ] + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Http\ResponseInterface $response = <default> ] } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + - Parameters [3] { + Parameter #0 [ <required> string $href ] + Parameter #1 [ <optional> string $type = 'style' ] + Parameter #2 [ <optional> array $attributes = [] ] } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { @@ -62746,6 +68177,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -62787,7 +68228,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\Style implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Constants [0] { } @@ -62808,23 +68249,33 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $store = NULL ] } - - Methods [17] { - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\Style> public method add ] { + - Methods [20] { + Method [ <internal:phalcon> public method add ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> string $url ] Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> int $position = -1 ] } } - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] { + Method [ <internal:phalcon> public method beginInternal ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\Style> protected method getAttributes ] { + Method [ <internal:phalcon> public method endInternal ] { + + - Parameters [2] { + Parameter #0 [ <optional> array $attributes = [] ] + Parameter #1 [ <optional> int $position = -1 ] + } + - Return [ Phalcon\Html\Helper\Script ] + } + + Method [ <internal:phalcon> protected method getAttributes ] { - Parameters [2] { Parameter #0 [ <required> string $url ] @@ -62833,12 +68284,11 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Style> public method setStyle ] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] { - - Parameters [1] { - Parameter #0 [ <required> bool $flag ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Style ] + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { @@ -62864,6 +68314,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Html\Helper\AbstractSeries ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] { + + - Parameters [2] { + Parameter #0 [ <required> array $entry ] + Parameter #1 [ <optional> int $position = -1 ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [2] { @@ -62914,6 +68373,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -62955,7 +68424,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Tag extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -62966,92 +68435,24 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [5] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] } - - Methods [19] { - Method [ <internal:phalcon> public method add ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Meta ] - } - - Method [ <internal:phalcon> public method addHttp ] { - - - Parameters [2] { - Parameter #0 [ <required> string $httpEquiv ] - Parameter #1 [ <required> string $content ] - } - - Return [ Phalcon\Html\Helper\Meta ] - } - - Method [ <internal:phalcon> public method addName ] { - - - Parameters [2] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> string $content ] - } - - Return [ Phalcon\Html\Helper\Meta ] - } - - Method [ <internal:phalcon> public method addProperty ] { + - Methods [12] { + Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> string $content ] - } - - Return [ Phalcon\Html\Helper\Meta ] - } - - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> private method addElement ] { - - - Parameters [3] { - Parameter #0 [ <required> string $element ] - Parameter #1 [ <required> string $value ] - Parameter #2 [ <required> string $content ] - } - - Return [ Phalcon\Html\Helper\Meta ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ <optional> string $indent = ' ' ] - Parameter #1 [ <optional> ?string $delimiter = null ] - } - - Return [ Phalcon\Html\Helper\AbstractSeries ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] { - - - Parameters [0] { + Parameter #1 [ <optional> array $attributes = [] ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method reset ] { - - - Parameters [0] { - } - - Return [ Phalcon\Html\Helper\AbstractSeries ] - } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - Parameters [2] { @@ -63102,6 +68503,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -63143,7 +68554,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Preload extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } @@ -63154,184 +68565,76 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { + - Properties [9] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $response = NULL ] + Property [ protected $append = NULL ] + Property [ protected $prepend = NULL ] + Property [ protected $title = '' ] + Property [ protected $separator = '' ] } - - Methods [11] { - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Http\ResponseInterface $response = <default> ] - } - } - + - Methods [18] { Method [ <internal:phalcon> public method __invoke ] { - - Parameters [3] { - Parameter #0 [ <required> string $href ] - Parameter #1 [ <optional> string $type = 'style' ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + Method [ <internal:phalcon> public method append ] { - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> bool $raw = false ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + Method [ <internal:phalcon> public method get ] { - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ <internal:phalcon> class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - } - - Methods [16] { - Method [ <internal:phalcon> public method add ] { + Method [ <internal:phalcon> public method set ] { - Parameters [2] { - Parameter #0 [ <required> string $url ] - Parameter #1 [ <optional> array $attributes = [] ] + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> bool $raw = false ] } + - Return [ Phalcon\Html\Helper\Title ] } - Method [ <internal:phalcon> protected method getAttributes ] { + Method [ <internal:phalcon> public method setSeparator ] { - Parameters [2] { - Parameter #0 [ <required> string $url ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] { - - - Parameters [0] { + Parameter #0 [ <required> string $separator ] + Parameter #1 [ <optional> bool $raw = false ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { + Method [ <internal:phalcon> public method prepend ] { - Parameters [2] { - Parameter #0 [ <optional> string $indent = ' ' ] - Parameter #1 [ <optional> ?string $delimiter = null ] - } - - Return [ Phalcon\Html\Helper\AbstractSeries ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method reset ] { - - - Parameters [0] { + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> bool $raw = false ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ Phalcon\Html\Helper\Title ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { @@ -63384,6 +68687,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -63425,7 +68738,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol implements Stringable ] { - Constants [0] { } @@ -63442,78 +68755,54 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $append = NULL ] - Property [ protected $prepend = NULL ] - Property [ protected $title = '' ] - Property [ protected $separator = '' ] + Property [ protected $attributes = NULL ] + Property [ protected $elementTag = 'li' ] + Property [ protected $store = NULL ] + Property [ protected $forceRaw = false ] } - - Methods [17] { - Method [ <internal:phalcon> public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ <optional> string $indent = ' ' ] - Parameter #1 [ <optional> ?string $delimiter = null ] - } - - Return [ Phalcon\Html\Helper\Title ] - } - - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + - Methods [15] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Ol, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method append ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Ol, ctor> public method __construct ] { - - Parameters [2] { - Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ Phalcon\Html\Helper\Title ] - } - - Method [ <internal:phalcon> public method get ] { - - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + Parameter #2 [ <optional> bool $forceRaw = false ] } - - Return [ string ] } - Method [ <internal:phalcon> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Ol> public method add ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ Phalcon\Html\Helper\Title ] - } - - Method [ <internal:phalcon> public method setSeparator ] { - - - Parameters [2] { - Parameter #0 [ <required> string $separator ] - Parameter #1 [ <optional> bool $raw = false ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> bool $raw = false ] } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ <internal:phalcon> public method prepend ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] { - - Parameters [2] { - Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> bool $raw = false ] + - Parameters [3] { + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] + Parameter #2 [ <optional> array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList, prototype Stringable> public method __toString ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + - Parameters [0] { } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { @@ -63558,6 +68847,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -63599,7 +68898,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol implements Stringable ] { + Class [ <internal:phalcon> class Phalcon\Html\Helper\VoidTag extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -63610,48 +68909,20 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { + - Properties [5] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $elementTag = 'li' ] - Property [ protected $store = NULL ] } - - Methods [14] { - Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Ol, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Ol> public method add ] { + - Methods [12] { + Method [ <internal:phalcon> public method __invoke ] { - - Parameters [3] { - Parameter #0 [ <required> string $text ] + - Parameters [2] { + Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> bool $raw = false ] - } - - Return [ Phalcon\Html\Helper\AbstractList ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ <optional> string $indent = ' ' ] - Parameter #1 [ <optional> ?string $delimiter = null ] - Parameter #2 [ <optional> array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\AbstractList ] - } - - Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList, prototype Stringable> public method __toString ] { - - - Parameters [0] { } - Return [ string ] } @@ -63706,6 +68977,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { - Parameters [2] { @@ -64036,7 +69317,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Html\TagFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ <internal:phalcon> class Phalcon\Html\TagFactory ] { - Constants [0] { } @@ -64047,15 +69328,16 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $mapper = NULL ] + - Properties [6] { + Property [ private $doctype = NULL ] Property [ private $escaper = NULL ] Property [ private $response = NULL ] Property [ private $url = NULL ] - Property [ protected $services = NULL ] + Property [ protected $factories = NULL ] + Property [ protected $instances = NULL ] } - - Methods [12] { + - Methods [6] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [4] { @@ -64087,70 +69369,24 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [1] { Parameter #0 [ <required> string $name ] } + - Return [ object ] } Method [ <internal:phalcon> public method set ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> $method ] + Parameter #1 [ <required> Closure $definition ] } - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractConfigFactory, prototype Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getServices ] { + Method [ <internal:phalcon> protected method getDefaultServices ] { - Parameters [0] { } - Return [ array ] } - - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] { - - - Parameters [1] { - Parameter #0 [ <required> string $name ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $services = [] ] - } - - Return [ void ] - } - - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfig ] { - - - Parameters [1] { - Parameter #0 [ <required> $config ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfigElement ] { - - - Parameters [2] { - Parameter #0 [ <required> array $config ] - Parameter #1 [ <required> string $element ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getException ] { - - - Parameters [1] { - Parameter #0 [ <required> string $message ] - } - - Return [ Exception ] - } } } @@ -64221,7 +69457,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } Method [ <internal:phalcon, prototype Phalcon\Http\Cookie\CookieInterface> public method getHttpOnly ] { @@ -65390,7 +70626,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Http\Message\ResponseStatusCodeInterface ] { + Class [ <internal:phalcon> class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - Constants [88] { Constant [ public int STATUS_CONTINUE ] { 100 } @@ -65540,7 +70776,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Di\DiInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -65693,7 +70929,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Http\ResponseInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -68683,7 +73919,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -68750,7 +73986,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -68788,7 +74024,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Application\AbstractApplication ] } - Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -68920,7 +74156,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -68943,14 +74179,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -68999,7 +74235,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { - Constants [0] { } @@ -69183,7 +74419,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -69354,7 +74590,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -69538,7 +74774,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -69646,14 +74882,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -70284,6 +75520,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [1] { Parameter #0 [ <optional> $parameters = <default> ] } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method findFirst ] { @@ -71344,7 +76581,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $params = NULL ] } - - Methods [37] { + - Methods [38] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method andWhere ] { - Parameters [3] { @@ -71647,10 +76884,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } + + Method [ <internal:phalcon> private method addJoinClause ] { + + - Parameters [4] { + Parameter #0 [ <required> string $model ] + Parameter #1 [ <optional> $conditions = <default> ] + Parameter #2 [ <optional> $alias = <default> ] + Parameter #3 [ <optional> $type = <default> ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } } } - Class [ <internal:phalcon> class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -71901,7 +77149,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Di\DiInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -72227,7 +77475,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -74248,7 +79496,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $transaction = NULL ] } - - Methods [49] { + - Methods [50] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { @@ -74629,6 +79877,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } + Method [ <internal:phalcon> final protected method refreshSchemasInIntermediate ] { + + - Parameters [1] { + Parameter #0 [ <required> array $irPhql ] + } + - Return [ array ] + } + Method [ <internal:phalcon> final protected method _prepareDelete ] { - Parameters [0] { @@ -74844,7 +80100,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method getJoins ] { @@ -76490,7 +81746,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } @@ -76505,7 +81761,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [26] { + - Properties [28] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -76519,6 +81775,8 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $keyRouteIds = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] + Property [ protected $methodRoutes = NULL ] + Property [ protected $methodRoutesDirty = true ] Property [ protected $module = '' ] Property [ protected $namespaceName = '' ] Property [ protected $notFoundPaths = NULL ] @@ -76534,7 +81792,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Property [ protected $routePrefix = '' ] } - - Methods [56] { + - Methods [61] { Method [ <internal:phalcon> public method addModuleResource ] { - Parameters [3] { @@ -76750,7 +82008,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -76806,6 +82064,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getMethodRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getModuleName ] { - Parameters [0] { @@ -76842,6 +82107,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method rebuildMethodIndex ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -76870,6 +82142,30 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method addRouteFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> array $routeData ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method mountGroupFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> array $groupData ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method mount ] { - Parameters [1] { @@ -76934,7 +82230,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -77247,7 +82543,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\GroupInterface> public method getRoutes ] { @@ -77522,6 +82818,39 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> class Phalcon\Mvc\Router\RouterFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ <internal:phalcon> public method newInstance ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $defaultRoutes = true ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Mvc\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Url\UrlInterface ] { - Constants [0] { @@ -77551,11 +82880,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method get ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ <optional> $uri = <default> ] Parameter #1 [ <optional> $args = <default> ] Parameter #2 [ <optional> ?bool $local = null ] Parameter #3 [ <optional> $baseUri = <default> ] + Parameter #4 [ <optional> bool $replaceArgs = false ] } - Return [ string ] } @@ -77730,7 +83060,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [6] { Constant [ public int LEVEL_ACTION_VIEW ] { 1 } @@ -77911,7 +83241,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -78064,7 +83394,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Mvc\View ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -78240,7 +83570,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -78282,7 +83612,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -78305,7 +83635,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -78354,7 +83684,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -78400,7 +83730,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -78448,7 +83778,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\AbstractEngine, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -79062,7 +84392,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ <internal:phalcon> class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -79123,7 +84453,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] { - Parameters [0] { } @@ -79192,7 +84522,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Mvc\View\Simple ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] @@ -79284,7 +84614,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -79303,7 +84633,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [7] { - Method [ <internal:phalcon, overwrites Phalcon\Paginator\Adapter\AdapterInterface, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method paginate ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Paginator\Adapter, prototype Phalcon\Contracts\Paginator\Adapter> public method paginate ] { - Parameters [0] { } @@ -79317,14 +84647,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method getLimit ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setCurrentPage ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ <required> int $page ] @@ -79332,7 +84662,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setLimit ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setLimit ] { - Parameters [1] { Parameter #0 [ <required> int $limit ] @@ -79358,7 +84688,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -79377,7 +84707,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Methods [7] { - Method [ <internal:phalcon, overwrites Phalcon\Paginator\Adapter\AdapterInterface, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method paginate ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Paginator\Adapter, prototype Phalcon\Contracts\Paginator\Adapter> public method paginate ] { - Parameters [0] { } @@ -79391,14 +84721,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method getLimit ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setCurrentPage ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ <required> int $page ] @@ -79406,7 +84736,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setLimit ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setLimit ] { - Parameters [1] { Parameter #0 [ <required> int $limit ] @@ -79432,7 +84762,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -79474,7 +84804,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Mvc\Model\Query\Builder ] } - Method [ <internal:phalcon, overwrites Phalcon\Paginator\Adapter\AdapterInterface, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method paginate ] { + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Paginator\Adapter, prototype Phalcon\Contracts\Paginator\Adapter> public method paginate ] { - Parameters [0] { } @@ -79489,14 +84819,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method getLimit ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setCurrentPage ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ <required> int $page ] @@ -79504,7 +84834,127 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Paginator\Adapter\AdapterInterface> public method setLimit ] { + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ <required> int $limit ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter> public method setRepository ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter> protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?array $properties = [] ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Paginator\Adapter\QueryBuilderCursor extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] + Property [ protected $builder = NULL ] + Property [ protected $cursor = NULL ] + Property [ protected $cursorColumn = NULL ] + } + + - Methods [13] { + Method [ <internal:phalcon, overwrites Phalcon\Paginator\Adapter\AbstractAdapter, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $config ] + } + } + + Method [ <internal:phalcon> public method getCursor ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> public method getCursorColumn ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getCurrentPage ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getQueryBuilder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\Query\Builder ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Contracts\Paginator\Adapter, prototype Phalcon\Contracts\Paginator\Adapter> public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ <internal:phalcon> public method setCursor ] { + + - Parameters [1] { + Parameter #0 [ <required> $cursor ] + } + - Return [ Phalcon\Paginator\Adapter\QueryBuilderCursor ] + } + + Method [ <internal:phalcon> public method setQueryBuilder ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\Query\Builder $builder ] + } + - Return [ Phalcon\Paginator\Adapter\QueryBuilderCursor ] + } + + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ <required> int $page ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method setLimit ] { - Parameters [1] { Parameter #0 [ <required> int $limit ] @@ -79719,7 +85169,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, JsonSerializable ] { + Class [ <internal:phalcon> class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, Phalcon\Contracts\Paginator\Repository, JsonSerializable ] { - Constants [8] { Constant [ public string PROPERTY_CURRENT_PAGE ] { current } @@ -79751,62 +85201,62 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getAliases ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getAliases ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getCurrent ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getCurrent ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getFirst ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getFirst ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getItems ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getItems ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getLast ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getLast ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getLimit ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getLimit ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getNext ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getNext ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getPrevious ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getPrevious ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method getTotalItems ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method getTotalItems ] { - Parameters [0] { } @@ -79820,7 +85270,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method setAliases ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method setAliases ] { - Parameters [1] { Parameter #0 [ <required> array $aliases ] @@ -79828,7 +85278,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Paginator\RepositoryInterface> public method setProperties ] { + Method [ <internal:phalcon, prototype Phalcon\Contracts\Paginator\Repository> public method setProperties ] { - Parameters [1] { Parameter #0 [ <required> array $properties ] @@ -80181,7 +85631,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Session\Bag extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Session\BagInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Session\Bag extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Phalcon\Session\BagInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -80192,16 +85642,18 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { + - Properties [8] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] Property [ private $container = NULL ] Property [ private $name = NULL ] Property [ private $session = NULL ] } - - Methods [31] { + - Methods [47] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { - Parameters [2] { @@ -80262,6 +85714,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Session\BagInterface> public method __isset ] { @@ -80272,6 +85725,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Session\BagInterface> public method __set ] { - Parameters [2] { @@ -80281,6 +85741,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Session\BagInterface> public method __unset ] { - Parameters [1] { @@ -80289,6 +85757,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { - Parameters [0] { @@ -80296,6 +85772,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Session\BagInterface> public method get ] { - Parameters [3] { @@ -80303,6 +85802,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -80312,7 +85812,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -80320,7 +85820,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } @@ -80335,6 +85842,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { @@ -80342,6 +85856,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -80361,7 +85898,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -80375,21 +85912,47 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { + + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -80397,7 +85960,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -80405,37 +85968,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { - - Parameters [1] { - Parameter #0 [ <required> array $data ] + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] } - - Return [ void ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - Parameters [2] { - Parameter #0 [ <required> string $element ] - Parameter #1 [ <required> $value ] + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -80445,6 +86008,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + + - Parameters [2] { + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } @@ -81520,7 +87100,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Serializable> public method unserialize ] { @@ -81614,7 +87194,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -82210,7 +87790,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> <iterateable> class Phalcon\Support\Collection\ReadOnlyCollection extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { + Class [ <internal:phalcon> <iterateable> class Phalcon\Support\Collection\ReadOnlyCollection extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface ] { - Constants [0] { } @@ -82221,46 +87801,83 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $constructed = false ] } - - Methods [29] { - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] { + - Methods [45] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <optional> array $data = [] ] + Parameter #1 [ <optional> bool $insensitive = true ] + Parameter #2 [ <optional> bool $strictNull = false ] + Parameter #3 [ <optional> ?string $type = null ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection> public method __unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $element ] + Parameter #0 [ <required> array $data ] } - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method set ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method clear ] { - - Parameters [2] { + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method init ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method remove ] { + + - Parameters [1] { Parameter #0 [ <required> string $element ] - Parameter #1 [ <required> $value ] } - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, ctor> public method __construct ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method set ] { - Parameters [2] { - Parameter #0 [ <optional> array $data = [] ] - Parameter #1 [ <optional> bool $insensitive = true ] + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> $value ] } + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __isset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -82268,7 +87885,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __set ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -82277,7 +87901,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method __unset ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -82285,11 +87909,12 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] } - - Return [ void ] + - Return [ array ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Countable> public method count ] { @@ -82299,13 +87924,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype IteratorAggregate> public method getIterator ] { @@ -82315,7 +87964,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -82323,14 +87972,21 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -82338,12 +87994,11 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method init ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ <optional> array $data = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype JsonSerializable> public method jsonSerialize ] { @@ -82353,6 +88008,29 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { @@ -82372,7 +88050,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -82386,21 +88064,39 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method serialize ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { + + - Parameters [2] { + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 4194383 ] @@ -82408,7 +88104,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -82416,37 +88112,37 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { - - Parameters [1] { - Parameter #0 [ <required> array $data ] + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] + Parameter #1 [ <required> $value ] } - - Return [ void ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - Parameters [2] { - Parameter #0 [ <required> string $element ] - Parameter #1 [ <required> $value ] + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -82456,6 +88152,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + + - Parameters [2] { + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } @@ -85295,7 +91008,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> <iterateable> final class Phalcon\Support\Registry extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { + Class [ <internal:phalcon> <iterateable> final class Phalcon\Support\Registry extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface ] { - Constants [0] { } @@ -85306,13 +91019,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [5] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] } - - Methods [29] { + - Methods [45] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> final public method __construct ] { - Parameters [1] { @@ -85320,14 +91035,15 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __get ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method __get ] { - Parameters [1] { Parameter #0 [ <required> string $element ] } + - Return [ mixed ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __isset ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method __isset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -85335,7 +91051,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __set ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method __set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -85344,7 +91060,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __unset ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method __unset ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -85352,7 +91068,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method clear ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method clear ] { - Parameters [0] { } @@ -85366,13 +91082,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ int ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method get ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method get ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] Parameter #2 [ <optional> ?string $cast = null ] } + - Return [ mixed ] } Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype IteratorAggregate> final public method getIterator ] { @@ -85382,7 +91099,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ Traversable ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method has ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method has ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -85390,7 +91107,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method init ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method init ] { - Parameters [1] { Parameter #0 [ <optional> array $data = [] ] @@ -85424,7 +91141,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $element ] Parameter #1 [ <required> $value ] } - Return [ void ] @@ -85438,7 +91155,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method remove ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method remove ] { - Parameters [1] { Parameter #0 [ <required> string $element ] @@ -85446,14 +91163,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method serialize ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection> final public method serialize ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method set ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method set ] { - Parameters [2] { Parameter #0 [ <required> string $element ] @@ -85462,14 +91179,14 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method toArray ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method toJson ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> final public method toJson ] { - Parameters [1] { Parameter #0 [ <optional> int $options = 79 ] @@ -85477,7 +91194,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method unserialize ] { + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection> final public method unserialize ] { - Parameters [1] { Parameter #0 [ <required> string $data ] @@ -85485,7 +91202,53 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method column ] { + + - Parameters [1] { + Parameter #0 [ <required> string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method each ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getKeys ] { - Parameters [1] { Parameter #0 [ <optional> bool $insensitive = true ] @@ -85493,21 +91256,60 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __serialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method isEmpty ] { - Parameters [0] { } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method keys ] { + + - Parameters [1] { + Parameter #0 [ <optional> bool $insensitive = true ] + } - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> public method __unserialize ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] { + + - Parameters [2] { + Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $initial = <default> ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method replace ] { - Parameters [1] { Parameter #0 [ <required> array $data ] @@ -85515,22 +91317,46 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method sort ] { - Parameters [2] { - Parameter #0 [ <required> string $element ] + Parameter #0 [ <optional> $callback = <default> ] + Parameter #1 [ <optional> int $order = 4 ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method where ] { + + - Parameters [2] { + Parameter #0 [ <required> string $propertyOrMethod ] Parameter #1 [ <required> $value ] } - - Return [ void ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] { + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - Parameters [3] { - Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = 0 ] - Parameter #2 [ <optional> int $depth = 512 ] + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { + + - Parameters [2] { + Parameter #0 [ <required> $item ] + Parameter #1 [ <required> string $propertyOrMethod ] } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] { @@ -85540,6 +91366,23 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } - Return [ string ] } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] { + + - Parameters [2] { + Parameter #0 [ <required> string $element ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ void ] + } } } @@ -86302,6 +92145,212 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> class Phalcon\Time\Clock\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> static public method invalidModifier ] { + + - Parameters [2] { + Parameter #0 [ <required> string $message ] + Parameter #1 [ <optional> ?Throwable $ex = <default> ] + } + - Return [ Phalcon\Time\Clock\Exception ] + } + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> final class Phalcon\Time\Clock\FrozenClock implements Phalcon\Time\Clock\ClockInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon> static public method fromSystemTimezone ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + + Method [ <internal:phalcon> static public method fromUTC ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + } + + - Properties [1] { + Property [ private $now = NULL ] + } + + - Methods [4] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> DateTimeImmutable $now ] + } + } + + Method [ <internal:phalcon> public method adjust ] { + + - Parameters [1] { + Parameter #0 [ <required> string $modifier ] + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + + Method [ <internal:phalcon, prototype Phalcon\Time\Clock\ClockInterface> public method now ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + + Method [ <internal:phalcon> public method set ] { + + - Parameters [1] { + Parameter #0 [ <required> DateTimeImmutable $now ] + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + } + } + + Class [ <internal:phalcon> final class Phalcon\Time\Clock\SystemClock implements Phalcon\Time\Clock\ClockInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon> static public method fromSystemTimezone ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\SystemClock ] + } + + Method [ <internal:phalcon> static public method fromUTC ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\SystemClock ] + } + } + + - Properties [1] { + Property [ private $timezone = NULL ] + } + + - Methods [2] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> DateTimeZone $timezone ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Time\Clock\ClockInterface> public method now ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { @@ -86503,7 +92552,6 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] } Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method has ] { @@ -87124,9 +93172,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Constants [0] { } - - Static properties [2] { - Property [ public static $serializer = NULL ] - Property [ public static $defaultValue = NULL ] + - Static properties [0] { } - Static methods [0] { @@ -87139,7 +93185,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon> final public method __invoke ] { - Parameters [1] { - Parameter #0 [ <required> $element ] + Parameter #0 [ <required> $value ] } } } @@ -87162,8 +93208,10 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ <required> $action ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] } } } @@ -87186,11 +93234,10 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ <required> $number ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] } } } @@ -87213,12 +93260,10 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ <required> $number ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] } } } @@ -87241,8 +93286,10 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ <required> $element ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] } } } @@ -87265,6 +93312,164 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\15__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\16__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\17__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\18__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\19__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\1__closure ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $serializer = NULL ] + Property [ public static $defaultValue = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + - Parameters [1] { Parameter #0 [ <required> $element ] } @@ -87272,7 +93477,7 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } - Class [ <internal:phalcon> final class phalcon\1__closure ] { + Class [ <internal:phalcon> final class phalcon\20__closure ] { - Constants [0] { } @@ -87289,11 +93494,231 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ <required> $number ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\21__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\22__closure ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $schema = NULL ] + Property [ public static $locator = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ <required> $e ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\23__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\24__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\25__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\26__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\27__closure ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $escaper = NULL ] + Property [ public static $url = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\28__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\29__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { } } } @@ -87316,12 +93741,250 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { + - Parameters [4] { Parameter #0 [ <required> $number ] Parameter #1 [ <required> $message ] Parameter #2 [ <required> $file ] Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\30__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\31__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\32__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\33__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\34__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\35__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\36__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\37__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\38__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\39__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { } } } @@ -87354,6 +94017,246 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> final class phalcon\40__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\41__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\42__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\43__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\44__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\45__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\46__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\47__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\48__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\49__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + Class [ <internal:phalcon> final class phalcon\4__closure ] { - Constants [0] { @@ -87371,12 +94274,251 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { + - Parameters [4] { Parameter #0 [ <required> $number ] Parameter #1 [ <required> $message ] Parameter #2 [ <required> $file ] Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\50__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\51__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\52__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\53__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\54__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\55__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\56__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\57__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\58__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\59__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { } } } @@ -87399,11 +94541,249 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ <required> $number ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] + - Parameters [1] { + Parameter #0 [ <required> $file ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\60__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\61__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\62__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\63__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\64__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\65__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\66__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\67__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\68__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\69__closure ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $escaper = NULL ] + Property [ public static $response = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { } } } @@ -87426,18 +94806,307 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { + - Parameters [1] { + Parameter #0 [ <required> $element ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\70__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\71__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\72__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\73__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\74__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\75__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\76__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\77__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ <required> $a ] + Parameter #1 [ <required> $b ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\78__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ <required> $a ] + Parameter #1 [ <required> $b ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\79__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ <required> $action ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\7__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ <required> $element ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\80__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [4] { Parameter #0 [ <required> $number ] Parameter #1 [ <required> $message ] Parameter #2 [ <required> $file ] Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] } } } } - Class [ <internal:phalcon> final class phalcon\7__closure ] { + Class [ <internal:phalcon> final class phalcon\81__closure ] { - Constants [0] { } @@ -87455,13 +95124,13 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { Method [ <internal:phalcon> final public method __invoke ] { - Parameters [1] { - Parameter #0 [ <required> $file ] + Parameter #0 [ <required> $element ] } } } } - Class [ <internal:phalcon> final class phalcon\8__closure ] { + Class [ <internal:phalcon> final class phalcon\82__closure ] { - Constants [0] { } @@ -87485,6 +95154,59 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { } } + Class [ <internal:phalcon> final class phalcon\83__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] + } + } + } + } + + Class [ <internal:phalcon> final class phalcon\8__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] + } + } + } + } + Class [ <internal:phalcon> final class phalcon\9__closure ] { - Constants [0] { @@ -87502,8 +95224,10 @@ Extension [ <persistent> extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ <required> $element ] + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $options ] + Parameter #2 [ <required> array $attributes ] } } } diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 8e911f0..1258911 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -20,7 +20,7 @@ %global pie_vend %{pecl_name} %global pie_proj cphalcon -%global upstream_version 5.12.1 +%global upstream_version 5.13.0 #global upstream_prever RC4 #global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %if %{with single} @@ -34,7 +34,7 @@ %global gh_vend %{pecl_name} %global gh_proj %{pie_proj} %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} -%global tag %{upstream_version}%{?upstream_prever} +%global tag v%{upstream_version}%{?upstream_prever} # for EL-8 to avoid TAG usage %global archivename %{gh_proj}-%{upstream_version}%{?upstream_prever} @@ -131,6 +131,7 @@ extension=%{pecl_name}.so ;phalcon.orm.ignore_unknown_columns = Off ;phalcon.orm.late_state_binding = Off ;phalcon.orm.not_null_validations = On +;phalcon.orm.resultset_empty_left_join_model = On ;phalcon.orm.resultset_prefetch_records = Off ;phalcon.orm.update_snapshot_on_save = On ;phalcon.orm.virtual_foreign_keys = On @@ -225,6 +226,9 @@ done %changelog +* Mon May 18 2026 Remi Collet <remi@remirepo.net> - 5.13.0-1 +- update to 5.13.0 + * Fri May 1 2026 Remi Collet <remi@remirepo.net> - 5.12.1-1 - update to 5.12.1 |
