From 1682bb61155d7119a1a18b714d5e9c66c3d7bebb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Nov 2020 16:52:25 +0100 Subject: update to 4.1.0 --- REFLECTION | 24465 ++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 17358 insertions(+), 7107 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6bee1af..e4ddfdf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #111 phalcon version 4.0.6 ] { +Extension [ extension #114 phalcon version 4.1.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -66,7 +66,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - - Classes [472] { + - Classes [544] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -204,6 +204,134 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Interface [ interface Phalcon\Collection\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ abstract public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + } + } + Interface [ interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -802,6 +930,166 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Interface [ interface Phalcon\Config\ConfigInterface extends Phalcon\Collection\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ abstract public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ abstract public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ abstract public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ abstract public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + } + } + Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [0] { @@ -1153,7 +1441,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Properties [0] { } - - Methods [65] { + - Methods [67] { Method [ abstract public method addColumn ] { - Parameters [3] { @@ -1471,6 +1759,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Db\RawValue ] } + Method [ abstract public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + Method [ abstract public method getInternalHandler ] { - Parameters [0] { @@ -1702,6 +1997,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ abstract public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ abstract public method viewExists ] { - Parameters [2] { @@ -1786,6 +2088,127 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Interface [ interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ abstract public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ abstract public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ abstract public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ abstract public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ abstract public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ abstract public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + } + } + Interface [ interface Phalcon\Db\DialectInterface ] { - Constants [0] { @@ -2413,6 +2836,273 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Interface [ interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [30] { + Method [ abstract public method connect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method disconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method fetchAffected ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } + + Method [ abstract public method fetchAll ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchAssoc ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] + } + - Return [ array ] + } + + Method [ abstract public method fetchGroup ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] + } + - Return [ array ] + } + + Method [ abstract public method fetchObject ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ NULL ] + } + + Method [ abstract public method fetchObjects ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ array ] + } + + Method [ abstract public method fetchOne ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchPairs ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchValue ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + } + + Method [ abstract public method getAdapter ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ abstract public method getProfiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method isConnected ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method perform ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ PDOStatement ] + } + + Method [ abstract public method setProfiler ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + } + } + + Method [ abstract public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ abstract public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ abstract public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ abstract public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ abstract public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ abstract public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ abstract public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + } + } + Interface [ interface Phalcon\Di\DiInterface extends ArrayAccess ] { - Constants [0] { @@ -2949,6 +3639,56 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Interface [ interface Phalcon\Security\JWT\Signer\SignerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ abstract public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + } + } + Interface [ interface Phalcon\Validation\ValidatorCompositeInterface ] { - Constants [0] { @@ -4249,6 +4989,158 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Interface [ interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method getMaster ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ abstract public method getRead ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ abstract public method getWrite ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ abstract public method setMaster ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + + Method [ abstract public method setRead ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + + Method [ abstract public method setWrite ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + } + } + + Interface [ interface Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method finish ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $statement ] + Parameter #1 [ array $values ] + } + - Return [ void ] + } + + Method [ abstract public method getLogger ] { + + - Parameters [0] { + } + - Return [ Psr\Log\LoggerInterface ] + } + + Method [ abstract public method getLogFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method isActive ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActive ] { + + - Parameters [1] { + Parameter #0 [ bool $active ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method setLogFormat ] { + + - Parameters [1] { + Parameter #0 [ string $logFormat ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ string $logLevel ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method start ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\Db\ColumnInterface ] { - Constants [0] { @@ -6476,6 +7368,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $parameters ] } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ abstract static public method maximum ] { @@ -7030,8 +7923,10 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ abstract public method where ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -9677,6 +10572,115 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + Class [ abstract class Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { @@ -9795,6 +10799,138 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $type ] + Property [ protected $attributes ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + Class [ abstract class Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -10194,78 +11330,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $escaper ] - } - - - Methods [6] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] - } - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] - } - - Return [ string ] - } - - Method [ protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] - } - - Return [ string ] - } - - Method [ protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] - } - - Return [ array ] - } - - Method [ protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ protected method selfClose ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Collection implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Collection implements ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [0] { } @@ -10291,14 +11356,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -10306,7 +11371,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -10315,7 +11380,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -10323,7 +11388,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -10337,7 +11402,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -10353,7 +11418,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -10361,14 +11426,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -10376,7 +11441,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -10423,7 +11488,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -10431,7 +11496,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -10447,14 +11512,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -10947,7 +12012,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Config extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { + Class [ class Phalcon\Config extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess, Phalcon\Config\ConfigInterface ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -10967,22 +12032,22 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } - Methods [30] { - Method [ public method getPathDelimiter ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } - Method [ public method merge ] { + Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] @@ -10991,15 +12056,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method setPathDelimiter ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } @@ -11032,14 +12097,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -11047,7 +12112,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -11056,7 +12121,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -11064,7 +12129,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -11078,7 +12143,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -11094,7 +12159,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -11102,14 +12167,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -11117,7 +12182,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -11164,7 +12229,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -11172,7 +12237,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -11188,7 +12253,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -11206,6 +12271,118 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\DataMapper\Query\AbstractQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method reset ] { + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [16] { @@ -11525,12 +12702,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [11] { + - Properties [12] { Property [ protected $connectionId ] Property [ protected $descriptor ] Property [ protected $dialect ] Property [ protected $dialectType ] Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] @@ -11539,7 +12717,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $type ] } - - Methods [70] { + - Methods [71] { Method [ public method getDialectType ] { - Parameters [0] { @@ -11801,7 +12979,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Db\RawValue ] } - Method [ public method getDefaultValue ] { + Method [ public method getDefaultValue ] { - Parameters [0] { } @@ -12023,6 +13201,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method viewExists ] { - Parameters [2] { @@ -12137,6 +13322,136 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\Html\Helper\AbstractSeries extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + + Method [ abstract protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + Class [ abstract class Phalcon\Http\Message\AbstractMessage extends Phalcon\Http\Message\AbstractCommon ] { - Constants [0] { @@ -12240,9 +13555,9 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $collection ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method checkHeaderName ] { @@ -12282,7 +13597,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ array $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processBody ] { @@ -12299,7 +13614,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processProtocol ] { @@ -12411,6 +13726,266 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\DataMapper\Query\AbstractConditions extends Phalcon\DataMapper\Query\AbstractQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [30] { + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ int $limit ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method appendWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ $orderBy ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method where ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method whereEquals ] { + + - Parameters [1] { + Parameter #0 [ array $columnsValues ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ protected method addCondition ] { + + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method buildBy ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildCondition ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildLimitEarly ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimit ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitCommon ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitSqlsrv ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method appendCondition ] { + + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method processValue ] { + + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method reset ] { + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + Class [ abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { @@ -12423,12 +13998,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [13] { + - Properties [14] { Property [ protected $connectionId ] Property [ protected $descriptor ] Property [ protected $dialect ] Property [ protected $dialectType ] Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] @@ -12439,7 +14015,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $pdo ] } - - Methods [76] { + - Methods [78] { Method [ public method __construct ] { - Parameters [1] { @@ -12585,6 +14161,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } + Method [ protected method prepareRealSql ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] + } + - Return [ void ] + } + Method [ public method getDialectType ] { - Parameters [0] { @@ -12839,7 +14424,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Db\RawValue ] } - Method [ public method getDefaultValue ] { + Method [ public method getDefaultValue ] { - Parameters [0] { } @@ -13061,6 +14646,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method viewExists ] { - Parameters [2] { @@ -13683,6 +15275,138 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $elementTag ] + Property [ protected $store ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ abstract protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - Constants [0] { @@ -14677,6 +16401,376 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\ConnectionInterface, Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [2] { + Property [ protected $pdo ] + Property [ protected $profiler ] + } + + - Methods [35] { + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method connect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method disconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ public method fetchAffected ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } + + Method [ public method fetchAll ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchAssoc ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] + } + - Return [ array ] + } + + Method [ public method fetchGroup ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] + } + - Return [ array ] + } + + Method [ public method fetchObject ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ NULL ] + } + + Method [ public method fetchObjects ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ array ] + } + + Method [ public method fetchOne ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchPairs ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchValue ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ public method getDriverName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getProfiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method getQuoteNames ] { + + - Parameters [1] { + Parameter #0 [ string $driver ] + } + - Return [ array ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isConnected ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method perform ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ PDOStatement ] + } + + Method [ public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method setProfiler ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + } + } + + Method [ protected method performBind ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] + } + - Return [ void ] + } + + Method [ protected method fetchData ] { + + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\DataMapper\Pdo\Exception\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Phalcon\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { @@ -14785,7 +16879,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ protected method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - Return [ void ] } @@ -15642,9 +17736,9 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $collection ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method checkHeaderName ] { @@ -15684,7 +17778,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ array $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processBody ] { @@ -15701,7 +17795,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processProtocol ] { @@ -16367,6 +18461,31 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ abstract class Phalcon\Security\JWT\Token\AbstractItem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [1] { + Method [ public method getEncoded ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - Constants [0] { @@ -16993,7 +19112,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ protected method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - Return [ void ] } @@ -17108,6 +19227,450 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $label ] + Property [ protected $type ] + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ public method __toString ] { + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\Checkbox ] + } + + Method [ private method processChecked ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method processUnchecked ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $elementTag ] + Property [ protected $store ] + } + + - Methods [14] { + Method [ public method add ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] + Parameter #2 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Style extends Phalcon\Html\Helper\AbstractSeries ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + } + + - Methods [15] { + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] + } + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getAttributes ] { + + - Parameters [2] { + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Html\Link\Link implements Psr\Link\LinkInterface ] { - Constants [0] { @@ -17278,7 +19841,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [21] { + - Properties [20] { Property [ protected $container ] Property [ protected $action ] Property [ protected $controller ] @@ -17298,7 +19861,6 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $params ] Property [ protected $removeExtraSlashes ] Property [ protected $routes ] - Property [ protected $uriSource ] Property [ protected $wasMatched ] } @@ -17716,7 +20278,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + Class [ abstract class Phalcon\Security\JWT\Signer\AbstractSigner implements Phalcon\Security\JWT\Signer\SignerInterface ] { - Constants [0] { } @@ -17727,81 +20289,47 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $connection ] - Property [ protected $options ] - Property [ protected $prefix ] - Property [ protected $ttl ] + - Properties [1] { + Property [ protected $algorithm ] } - - Methods [8] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options ] - } - } - - Method [ public method close ] { + - Methods [4] { + Method [ public method getAlgorithm ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ public method destroy ] { - - - Parameters [1] { - Parameter #0 [ $id ] - } - - Return [ bool ] + - Return [ string ] } - Method [ public method gc ] { - - - Parameters [1] { - Parameter #0 [ $maxlifetime ] - } - - Return [ bool ] - } + Method [ abstract public method getAlgHeader ] { - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [0] { } - Return [ string ] } - Method [ public method open ] { + Method [ abstract public method sign ] { - Parameters [2] { - Parameter #0 [ $savePath ] - Parameter #1 [ $sessionName ] + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method write ] { + Method [ abstract public method verify ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] } - Return [ bool ] } - - Method [ protected method getPrefixedName ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ string ] - } } } - Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - Constants [0] { } @@ -17812,339 +20340,81 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $adapter ] - Property [ protected $defaultSerializer ] - Property [ protected $lifetime ] - Property [ protected $prefix ] - Property [ protected $serializer ] - Property [ protected $serializerFactory ] + - Properties [4] { + Property [ protected $connection ] Property [ protected $options ] + Property [ protected $prefix ] + Property [ protected $ttl ] } - - Methods [19] { - Method [ public method __construct ] { + - Methods [8] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options ] + - Parameters [1] { + Parameter #0 [ array $options ] } } - Method [ public method clear ] { + Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method decrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value ] - } - } - - Method [ public method delete ] { + Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $id ] } - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method getAdapter ] { - } - - Method [ public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ string $prefix ] - } - - Return [ array ] - } - - Method [ public method has ] { + Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method increment ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value ] - } - } - - Method [ public method set ] { - - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl ] + Parameter #0 [ $maxlifetime ] } - Return [ bool ] } - Method [ public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method setDefaultSerializer ] { - - - Parameters [1] { - Parameter #0 [ string $defaultSerializer ] - } - } - - Method [ public method getPrefix ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ protected method getFilteredKeys ] { - - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] - } - - Return [ array ] - } - - Method [ protected method getPrefixedKey ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $id ] } - Return [ string ] } - Method [ protected method getSerializedData ] { - - - Parameters [1] { - Parameter #0 [ $content ] - } - } - - Method [ protected method getTtl ] { - - - Parameters [1] { - Parameter #0 [ $ttl ] - } - - Return [ int ] - } - - Method [ protected method getUnserializedData ] { - - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ protected method initSerializer ] { - - - Parameters [0] { - } - - Return [ void ] - } - } - } - - Class [ class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $adapter ] - Property [ protected $defaultSerializer ] - Property [ protected $lifetime ] - Property [ protected $prefix ] - Property [ protected $serializer ] - Property [ protected $serializerFactory ] - Property [ protected $options ] - } - - - Methods [20] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options ] - } - } - - Method [ public method clear ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method decrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value ] - } - } - - Method [ public method delete ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method get ] { + Method [ public method open ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method getAdapter ] { - } - - Method [ public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ string $prefix ] - } - - Return [ array ] - } - - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] } - Return [ bool ] } - Method [ public method increment ] { + Method [ public method write ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value ] - } - } - - Method [ public method set ] { - - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl ] + Parameter #0 [ $id ] + Parameter #1 [ $data ] } - Return [ bool ] } - Method [ private method setSerializer ] { - - - Parameters [1] { - Parameter #0 [ Memcached $connection ] - } - } - - Method [ public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method setDefaultSerializer ] { - - - Parameters [1] { - Parameter #0 [ string $defaultSerializer ] - } - } - - Method [ public method getPrefix ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ protected method getFilteredKeys ] { - - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] - } - - Return [ array ] - } - - Method [ protected method getPrefixedKey ] { + Method [ protected method getPrefixedName ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $name ] } - Return [ string ] } - - Method [ protected method getSerializedData ] { - - - Parameters [1] { - Parameter #0 [ $content ] - } - } - - Method [ protected method getTtl ] { - - - Parameters [1] { - Parameter #0 [ $ttl ] - } - - Return [ int ] - } - - Method [ protected method getUnserializedData ] { - - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ protected method initSerializer ] { - - - Parameters [0] { - } - - Return [ void ] - } } } - Class [ class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -18155,14 +20425,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [8] { + - Properties [7] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] - Property [ protected $data ] Property [ protected $options ] } @@ -18313,7 +20582,351 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] + } + + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ private method setSerializer ] { + + - Parameters [1] { + Parameter #0 [ Memcached $connection ] + } + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $data ] + Property [ protected $options ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23725,7 +26338,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Collection\ReadOnly extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { + Class [ class Phalcon\Collection\ReadOnly extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess ] { - Constants [0] { } @@ -23743,7 +26356,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } - Methods [25] { - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -23751,7 +26364,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -23768,14 +26381,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -23783,7 +26396,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -23792,7 +26405,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -23800,7 +26413,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -23814,7 +26427,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -23830,7 +26443,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -23838,14 +26451,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -23853,7 +26466,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -23907,14 +26520,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -23941,7 +26554,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -23969,22 +26582,22 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method getPathDelimiter ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } - Method [ public method merge ] { + Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] @@ -23993,15 +26606,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method setPathDelimiter ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } @@ -24026,14 +26639,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24041,7 +26654,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24050,7 +26663,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24058,7 +26671,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -24072,7 +26685,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -24088,7 +26701,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -24096,14 +26709,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24111,7 +26724,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -24158,7 +26771,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24166,7 +26779,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24182,7 +26795,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -24200,7 +26813,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -24244,22 +26857,22 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getPathDelimiter ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } - Method [ public method merge ] { + Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] @@ -24268,15 +26881,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method setPathDelimiter ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } @@ -24301,14 +26914,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24316,7 +26929,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24325,7 +26938,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24333,7 +26946,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -24347,7 +26960,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -24363,7 +26976,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -24371,14 +26984,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24386,7 +26999,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -24433,7 +27046,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24441,7 +27054,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24457,7 +27070,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -24475,7 +27088,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -24502,22 +27115,22 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method getPathDelimiter ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } - Method [ public method merge ] { + Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] @@ -24526,15 +27139,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method setPathDelimiter ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } @@ -24559,14 +27172,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24574,7 +27187,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24583,7 +27196,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24591,7 +27204,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -24605,7 +27218,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -24621,7 +27234,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -24629,14 +27242,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24644,7 +27257,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -24691,7 +27304,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24699,7 +27312,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24715,7 +27328,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -24733,7 +27346,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -24760,22 +27373,22 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method getPathDelimiter ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } - Method [ public method merge ] { + Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] @@ -24784,15 +27397,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method setPathDelimiter ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } @@ -24817,14 +27430,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24832,7 +27445,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24841,7 +27454,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24849,7 +27462,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -24863,7 +27476,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -24879,7 +27492,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -24887,14 +27500,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24902,7 +27515,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -24949,7 +27562,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -24957,7 +27570,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -24973,7 +27586,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -24991,7 +27604,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } @@ -25019,22 +27632,22 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method getPathDelimiter ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } - Method [ public method merge ] { + Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] @@ -25043,15 +27656,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method setPathDelimiter ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } @@ -25076,14 +27689,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -25091,7 +27704,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -25100,7 +27713,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -25108,7 +27721,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -25122,7 +27735,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -25138,7 +27751,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -25146,14 +27759,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -25161,7 +27774,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -25208,7 +27821,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -25216,7 +27829,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -25232,7 +27845,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -25279,7 +27892,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $config ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method newInstance ] { @@ -25289,7 +27902,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Parameter #1 [ string $fileName ] Parameter #2 [ $params ] } - - Return [ Phalcon\Config ] + - Return [ Phalcon\Config\ConfigInterface ] } Method [ protected method getAdapters ] { @@ -25744,7 +28357,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ abstract class Phalcon\Db\AbstractDb ] { + Class [ class Phalcon\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - Constants [0] { } @@ -25753,2280 +28366,2426 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } - Static methods [1] { - Method [ static public method setup ] { + Method [ static public method getAvailableDrivers ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } } - - Properties [0] { + - Properties [3] { + Property [ protected $pdo ] + Property [ protected $profiler ] + Property [ protected $arguments ] } - - Methods [0] { - } - } + - Methods [37] { + Method [ public method __construct ] { - Class [ class Phalcon\Db\Adapter\PdoFactory extends Phalcon\Factory\AbstractFactory ] { + - Parameters [6] { + Parameter #0 [ string $dsn ] + Parameter #1 [ string or NULL $username ] + Parameter #2 [ string or NULL $password ] + Parameter #3 [ array $options ] + Parameter #4 [ array $queries ] + Parameter #5 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface or NULL $profiler ] + } + } - - Constants [0] { - } + Method [ public method __debugInfo ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method connect ] { - - Properties [2] { - Property [ protected $mapper ] - Property [ protected $services ] - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [7] { - Method [ public method __construct ] { + Method [ public method disconnect ] { - - Parameters [1] { - Parameter #0 [ array $services ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method load ] { + Method [ public method __call ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method newInstance ] { + Method [ public method beginTransaction ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ protected method getAdapters ] { + Method [ public method commit ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfig ] { + Method [ public method errorCode ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - - Return [ array ] + - Return [ string or NULL ] } - Method [ protected method getService ] { + Method [ public method errorInfo ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method init ] { + Method [ public method exec ] { - Parameters [1] { - Parameter #0 [ array $services ] + Parameter #0 [ string $statement ] } - - Return [ void ] + - Return [ int ] } - } - } - Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Method [ public method fetchAffected ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } - - Static properties [1] { - Property [ protected static $connectionConsecutive ] - } + Method [ public method fetchAll ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } - - Properties [13] { - Property [ protected $connectionId ] - Property [ protected $descriptor ] - Property [ protected $dialect ] - Property [ protected $eventsManager ] - Property [ protected $sqlBindTypes ] - Property [ protected $sqlStatement ] - Property [ protected $sqlVariables ] - Property [ protected $transactionLevel ] - Property [ protected $transactionsWithSavepoints ] - Property [ protected $affectedRows ] - Property [ protected $pdo ] - Property [ protected $dialectType ] - Property [ protected $type ] - } + Method [ public method fetchAssoc ] { - - Methods [76] { - Method [ public method addForeignKey ] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method describeColumns ] { + Method [ public method fetchGroup ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] } - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method fetchObject ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ NULL ] + } + + Method [ public method fetchObjects ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] } - Return [ array ] } - Method [ public method describeReferences ] { + Method [ public method fetchOne ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - Return [ array ] } - Method [ protected method getDsnDefaults ] { + Method [ public method fetchPairs ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - Return [ array ] } - Method [ public method __construct ] { + Method [ public method fetchValue ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } } - Method [ public method affectedRows ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ int ] + - Return [ PDO ] } - Method [ public method begin ] { + Method [ public method getAttribute ] { - Parameters [1] { - Parameter #0 [ bool $nesting ] + Parameter #0 [ int $attribute ] } - - Return [ bool ] } - Method [ public method commit ] { + Method [ public method getDriverName ] { - - Parameters [1] { - Parameter #0 [ bool $nesting ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method close ] { + Method [ public method getProfiler ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method connect ] { + Method [ public method getQuoteNames ] { - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + Parameter #0 [ string $driver ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method convertBoundParams ] { + Method [ public method inTransaction ] { - - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method escapeString ] { + Method [ public method isConnected ] { - - Parameters [1] { - Parameter #0 [ string $str ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method execute ] { + Method [ public method lastInsertId ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ string or NULL $name ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method executePrepared ] { + Method [ public method perform ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - Return [ PDOStatement ] } - Method [ public method getErrorInfo ] { + Method [ public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } } - Method [ public method getInternalHandler ] { + Method [ public method query ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $statement ] } - - Return [ PDO ] } - Method [ public method getTransactionLevel ] { + Method [ public method quote ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] } - - Return [ int ] + - Return [ string ] } - Method [ public method isUnderTransaction ] { + Method [ public method rollBack ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method lastInsertId ] { + Method [ public method setAttribute ] { - - Parameters [1] { - Parameter #0 [ $sequenceName ] + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method prepare ] { + Method [ public method setProfiler ] { - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } - - Return [ PDOStatement ] } - Method [ public method query ] { + Method [ protected method performBind ] { - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] } + - Return [ void ] } - Method [ public method rollback ] { + Method [ protected method fetchData ] { - - Parameters [1] { - Parameter #0 [ bool $nesting ] + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values ] } - - Return [ bool ] + - Return [ array ] } + } + } - Method [ public method getDialectType ] { + Class [ class Phalcon\DataMapper\Pdo\ConnectionLocator implements Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getSqlVariables ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $master ] + Property [ protected $read ] + Property [ protected $write ] + Property [ private $instances ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $master ] + Parameter #1 [ array $read ] + Parameter #2 [ array $write ] } - - Return [ array ] } - Method [ public method getType ] { + Method [ public method getMaster ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ public method addColumn ] { + Method [ public method getRead ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ public method addIndex ] { + Method [ public method getWrite ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ public method addPrimaryKey ] { + Method [ public method setMaster ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ public method createSavepoint ] { + Method [ public method setRead ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ public method createTable ] { + Method [ public method setWrite ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ public method createView ] { + Method [ protected method getConnection ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ string or NULL $schemaName ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } + } + } - Method [ public method delete ] { + Class [ class Phalcon\DataMapper\Pdo\Connection\Decorated extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } + } - Method [ public method dropColumn ] { + - Properties [2] { + Property [ protected $pdo ] + Property [ protected $profiler ] + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Methods [36] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ PDO $pdo ] + Parameter #1 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface or NULL $profiler ] } - - Return [ bool ] } - Method [ public method dropForeignKey ] { + Method [ public method connect ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method dropIndex ] { + Method [ public method disconnect ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method dropPrimaryKey ] { + Method [ public method __call ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] } - - Return [ bool ] } - Method [ public method dropTable ] { + Method [ public method beginTransaction ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method dropView ] { + Method [ public method commit ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method escapeIdentifier ] { + Method [ public method errorCode ] { - - Parameters [1] { - Parameter #0 [ $identifier ] + - Parameters [0] { } - - Return [ string ] + - Return [ string or NULL ] } - Method [ public method fetchAll ] { + Method [ public method errorInfo ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [0] { } - Return [ array ] } - Method [ public method fetchColumn ] { + Method [ public method exec ] { - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $column ] + - Parameters [1] { + Parameter #0 [ string $statement ] } + - Return [ int ] } - Method [ public method fetchOne ] { + Method [ public method fetchAffected ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } + + Method [ public method fetchAll ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - Return [ array ] } - Method [ public method forUpdate ] { + Method [ public method fetchAssoc ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getColumnDefinition ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getColumnList ] { + Method [ public method fetchGroup ] { - - Parameters [1] { - Parameter #0 [ $columnList ] + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getConnectionId ] { + Method [ public method fetchObject ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] } - - Return [ string ] + - Return [ NULL ] } - Method [ public method getDefaultIdValue ] { + Method [ public method fetchObjects ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ array ] } - Method [ public method getDefaultValue ] { + Method [ public method fetchOne ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ array ] } - Method [ public method getDescriptor ] { + Method [ public method fetchPairs ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - Return [ array ] } - Method [ public method getDialect ] { + Method [ public method fetchValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method getEventsManager ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ PDO ] } - Method [ public method getNestedTransactionSavepointName ] { + Method [ public method getAttribute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $attribute ] } - - Return [ string ] } - Method [ public method getRealSQLStatement ] { + Method [ public method getDriverName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSQLBindTypes ] { + Method [ public method getProfiler ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method getSQLStatement ] { + Method [ public method getQuoteNames ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $driver ] } - - Return [ string ] + - Return [ array ] } - Method [ public method insert ] { + Method [ public method inTransaction ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method insertAsDict ] { + Method [ public method isConnected ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method lastInsertId ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string or NULL $name ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method limit ] { + Method [ public method perform ] { - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ public method listTables ] { + Method [ public method prepare ] { - - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] } - - Return [ array ] } - Method [ public method listViews ] { + Method [ public method query ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ string $statement ] } - - Return [ array ] } - Method [ public method modifyColumn ] { + Method [ public method quote ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method releaseSavepoint ] { + Method [ public method rollBack ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method rollbackSavepoint ] { + Method [ public method setAttribute ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method setEventsManager ] { + Method [ public method setProfiler ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } - - Return [ void ] } - Method [ public method setDialect ] { + Method [ protected method performBind ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] } + - Return [ void ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ protected method fetchData ] { - - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ array ] } + } + } - Method [ public method sharedLock ] { + Class [ class Phalcon\DataMapper\Pdo\Exception\CannotDisconnect extends Phalcon\DataMapper\Pdo\Exception\Exception implements Throwable ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method supportSequences ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ bool ] - } + - Static methods [0] { + } - Method [ public method tableExists ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } - - Return [ bool ] } - Method [ public method tableOptions ] { - - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - } - - Return [ array ] + Method [ public method __wakeup ] { } - Method [ public method update ] { + Method [ final public method getMessage ] { + } - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] - } - - Return [ bool ] + Method [ final public method getCode ] { } - Method [ public method updateAsDict ] { + Method [ final public method getFile ] { + } - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition ] - Parameter #3 [ $dataTypes ] - } - - Return [ bool ] + Method [ final public method getLine ] { } - Method [ public method useExplicitIdValue ] { + Method [ final public method getTrace ] { + } - - Parameters [0] { - } - - Return [ bool ] + Method [ final public method getPrevious ] { } - Method [ public method viewExists ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] - } - - Return [ bool ] + Method [ public method __toString ] { } } } - Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\DataMapper\Pdo\Exception\ConnectionNotFound extends Phalcon\DataMapper\Pdo\Exception\Exception implements Throwable ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $connectionConsecutive ] + - Static properties [0] { } - Static methods [0] { } - - Properties [13] { - Property [ protected $connectionId ] - Property [ protected $descriptor ] - Property [ protected $dialect ] - Property [ protected $eventsManager ] - Property [ protected $sqlBindTypes ] - Property [ protected $sqlStatement ] - Property [ protected $sqlVariables ] - Property [ protected $transactionLevel ] - Property [ protected $transactionsWithSavepoints ] - Property [ protected $affectedRows ] - Property [ protected $pdo ] - Property [ protected $dialectType ] - Property [ protected $type ] + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [76] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method connect ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] - } - - Return [ bool ] + Method [ final public method getMessage ] { } - Method [ public method createTable ] { + Method [ final public method getCode ] { + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] - } - - Return [ bool ] + Method [ final public method getFile ] { } - Method [ public method describeColumns ] { + Method [ final public method getLine ] { + } - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] - } - - Return [ array ] + Method [ final public method getTrace ] { } - Method [ public method describeReferences ] { + Method [ final public method getPrevious ] { + } - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] - } - - Return [ array ] + Method [ final public method getTraceAsString ] { } - Method [ public method getDefaultIdValue ] { + Method [ public method __toString ] { + } + } + } - - Parameters [0] { - } - - Return [ Phalcon\Db\RawValue ] + Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger extends Psr\Log\AbstractLogger implements Psr\Log\LoggerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $messages ] + } + + - Methods [10] { + Method [ public method getMessages ] { } - Method [ public method modifyColumn ] { + Method [ public method log ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ $message ] + Parameter #2 [ array $context ] } - - Return [ bool ] } - Method [ public method supportSequences ] { + Method [ public method emergency ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ bool ] } - Method [ public method useExplicitIdValue ] { + Method [ public method alert ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ bool ] } - Method [ protected method getDsnDefaults ] { + Method [ public method critical ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ array ] } - Method [ public method affectedRows ] { + Method [ public method error ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ int ] } - Method [ public method begin ] { + Method [ public method warning ] { - - Parameters [1] { - Parameter #0 [ bool $nesting ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ bool ] } - Method [ public method commit ] { + Method [ public method notice ] { - - Parameters [1] { - Parameter #0 [ bool $nesting ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ bool ] } - Method [ public method close ] { + Method [ public method info ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ bool ] } - Method [ public method convertBoundParams ] { + Method [ public method debug ] { - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params ] + Parameter #0 [ $message ] + Parameter #1 [ array $context ] } - - Return [ array ] } + } + } - Method [ public method escapeString ] { + Class [ class Phalcon\DataMapper\Pdo\Profiler\Profiler implements Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $active ] + Property [ protected $context ] + Property [ protected $logFormat ] + Property [ protected $logLevel ] + Property [ protected $logger ] + } + + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $str ] + Parameter #0 [ Psr\Log\LoggerInterface or NULL $logger ] } - - Return [ string ] } - Method [ public method execute ] { + Method [ public method finish ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ string or NULL $statement ] + Parameter #1 [ array $values ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method executePrepared ] { + Method [ public method getLogFormat ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [0] { } - - Return [ PDOStatement ] - } - - Method [ public method getErrorInfo ] { + - Return [ string ] } - Method [ public method getInternalHandler ] { + Method [ public method getLogger ] { - Parameters [0] { } - - Return [ PDO ] + - Return [ Psr\Log\LoggerInterface ] } - Method [ public method getTransactionLevel ] { + Method [ public method getLogLevel ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method isUnderTransaction ] { + Method [ public method isActive ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method lastInsertId ] { + Method [ public method setActive ] { - Parameters [1] { - Parameter #0 [ $sequenceName ] + Parameter #0 [ bool $active ] } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method prepare ] { + Method [ public method setLogFormat ] { - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + Parameter #0 [ string $logFormat ] } - - Return [ PDOStatement ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method query ] { + Method [ public method setLogLevel ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ string $logLevel ] } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method rollback ] { + Method [ public method start ] { - Parameters [1] { - Parameter #0 [ bool $nesting ] + Parameter #0 [ string $method ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ public method getDialectType ] { + Class [ class Phalcon\DataMapper\Query\Bind ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getSqlVariables ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getType ] { + - Properties [2] { + Property [ protected $inlineCount ] + Property [ protected $store ] + } - - Parameters [0] { + - Methods [7] { + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] } - Return [ string ] } - Method [ public method addColumn ] { + Method [ public method remove ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method addForeignKey ] { + Method [ public method setValue ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method addIndex ] { + Method [ public method setValues ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ array $values ] + Parameter #1 [ int $type ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method addPrimaryKey ] { + Method [ public method toArray ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method createSavepoint ] { + Method [ protected method getType ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $value ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method createView ] { + Method [ protected method inlineArray ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ string or NULL $schemaName ] + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ int $type ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method delete ] { + Class [ class Phalcon\DataMapper\Query\Delete extends Phalcon\DataMapper\Query\AbstractConditions ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [32] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Return [ bool ] } - Method [ public method describeIndexes ] { + Method [ public method from ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\Delete ] } - Method [ public method dropColumn ] { + Method [ public method returning ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [1] { + Parameter #0 [ array $columns ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Delete ] } - Method [ public method dropForeignKey ] { + Method [ public method getStatement ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method dropIndex ] { + Method [ public method reset ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method dropPrimaryKey ] { + Method [ public method limit ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method dropTable ] { + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method andWhere ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method dropView ] { + Method [ public method appendWhere ] { - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method escapeIdentifier ] { + Method [ public method orderBy ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ $orderBy ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method fetchAll ] { + Method [ public method orWhere ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method fetchColumn ] { + Method [ public method where ] { - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $column ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method fetchOne ] { + Method [ public method whereEquals ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ array $columnsValues ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method forUpdate ] { + Method [ protected method addCondition ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getColumnDefinition ] { + Method [ protected method buildBy ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ public method getColumnList ] { + Method [ protected method buildCondition ] { - Parameters [1] { - Parameter #0 [ $columnList ] + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ public method getConnectionId ] { + Method [ protected method buildLimitEarly ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getDefaultValue ] { + Method [ protected method buildLimit ] { - Parameters [0] { } - - Return [ Phalcon\Db\RawValue ] + - Return [ string ] } - Method [ public method getDescriptor ] { + Method [ protected method buildLimitCommon ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDialect ] { + Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - - Return [ Phalcon\Db\DialectInterface ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ protected method appendCondition ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ void ] } - Method [ public method getNestedTransactionSavepointName ] { + Method [ protected method processValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getRealSQLStatement ] { + Method [ public method bindInline ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] } - Return [ string ] } - Method [ public method getSQLBindTypes ] { + Method [ public method bindValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method getSQLStatement ] { + Method [ public method bindValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method insert ] { + Method [ public method getBindValues ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method insertAsDict ] { - - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] - } - - Return [ bool ] + Method [ public method perform ] { } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method setFlag ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method limit ] { + Method [ public method quoteIdentifier ] { - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] } - Return [ string ] } - Method [ public method listTables ] { + Method [ protected method buildFlags ] { + } - - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Method [ protected method buildReturning ] { + + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method listViews ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method releaseSavepoint ] { + Class [ class Phalcon\DataMapper\Query\Insert extends Phalcon\DataMapper\Query\AbstractQuery ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Return [ bool ] } - Method [ public method rollbackSavepoint ] { + Method [ public method column ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method setEventsManager ] { + Method [ public method columns ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ array $columns ] } - - Return [ void ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method setDialect ] { + Method [ public method into ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + Parameter #0 [ string $table ] } + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method getLastInsertId ] { - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + Parameter #0 [ string or NULL $name ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method sharedLock ] { + Method [ public method getStatement ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [0] { } - Return [ string ] } - Method [ public method tableExists ] { + Method [ public method returning ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [1] { + Parameter #0 [ array $columns ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method tableOptions ] { + Method [ public method reset ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method update ] { + Method [ public method set ] { - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method updateAsDict ] { + Method [ private method buildColumns ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition ] - Parameter #3 [ $dataTypes ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method viewExists ] { + Method [ public method bindInline ] { - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] + Parameter #0 [ $value ] + Parameter #1 [ int $type ] } - - Return [ bool ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $connectionConsecutive ] - } - - Static methods [0] { - } - - - Properties [13] { - Property [ protected $connectionId ] - Property [ protected $descriptor ] - Property [ protected $dialect ] - Property [ protected $eventsManager ] - Property [ protected $sqlBindTypes ] - Property [ protected $sqlStatement ] - Property [ protected $sqlVariables ] - Property [ protected $transactionLevel ] - Property [ protected $transactionsWithSavepoints ] - Property [ protected $affectedRows ] - Property [ protected $pdo ] - Property [ protected $dialectType ] - Property [ protected $type ] - } - - - Methods [76] { - Method [ public method __construct ] { + Method [ public method bindValue ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method connect ] { + Method [ public method bindValues ] { - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + Parameter #0 [ array $values ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method describeColumns ] { + Method [ public method getBindValues ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [0] { } - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method perform ] { + } + + Method [ public method setFlag ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] } - - Return [ array ] + - Return [ void ] } - Method [ public method describeReferences ] { + Method [ public method quoteIdentifier ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] } - - Return [ array ] + - Return [ string ] + } + + Method [ protected method buildFlags ] { } - Method [ public method getDefaultValue ] { + Method [ protected method buildReturning ] { - Parameters [0] { } - - Return [ Phalcon\Db\RawValue ] + - Return [ string ] } - Method [ public method useExplicitIdValue ] { + Method [ protected method indent ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ protected method getDsnDefaults ] { + Class [ class Phalcon\DataMapper\Query\QueryFactory ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $selectClass ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $selectClass ] } - - Return [ array ] } - Method [ public method affectedRows ] { + Method [ public method newBind ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\DataMapper\Query\Bind ] } - Method [ public method begin ] { + Method [ public method newDelete ] { - Parameters [1] { - Parameter #0 [ bool $nesting ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Delete ] } - Method [ public method commit ] { + Method [ public method newInsert ] { - Parameters [1] { - Parameter #0 [ bool $nesting ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method close ] { + Method [ public method newSelect ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method convertBoundParams ] { + Method [ public method newUpdate ] { - - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params ] + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\Update ] } + } + } - Method [ public method escapeString ] { + Class [ class Phalcon\DataMapper\Query\Select extends Phalcon\DataMapper\Query\AbstractConditions ] { - - Parameters [1] { - Parameter #0 [ string $str ] - } - - Return [ string ] - } + - Constants [4] { + Constant [ public string JOIN_INNER ] { INNER } + Constant [ public string JOIN_LEFT ] { LEFT } + Constant [ public string JOIN_NATURAL ] { NATURAL } + Constant [ public string JOIN_RIGHT ] { RIGHT } + } - Method [ public method execute ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + Property [ protected $asAlias ] + Property [ protected $forUpdate ] + } + + - Methods [50] { + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $params ] } - - Return [ bool ] } - Method [ public method executePrepared ] { + Method [ public method andHaving ] { - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ PDOStatement ] - } - - Method [ public method getErrorInfo ] { + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method getInternalHandler ] { + Method [ public method asAlias ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $asAlias ] } - - Return [ PDO ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method getTransactionLevel ] { + Method [ public method appendHaving ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ int ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method isUnderTransaction ] { + Method [ public method appendJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method lastInsertId ] { + Method [ public method columns ] { - - Parameters [1] { - Parameter #0 [ $sequenceName ] + - Parameters [0] { } + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method prepare ] { + Method [ public method distinct ] { - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + Parameter #0 [ bool $enable ] } - - Return [ PDOStatement ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method query ] { + Method [ public method from ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ string $table ] } + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method rollback ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ bool $nesting ] + Parameter #0 [ bool $enable ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method getDialectType ] { + Method [ public method getStatement ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSqlVariables ] { + Method [ public method groupBy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $groupBy ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method getType ] { + Method [ public method hasColumns ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method addColumn ] { + Method [ public method having ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method addForeignKey ] { + Method [ public method join ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [5] { + Parameter #0 [ string $join ] + Parameter #1 [ string $table ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method addIndex ] { + Method [ public method orHaving ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method addPrimaryKey ] { + Method [ public method reset ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method createSavepoint ] { + Method [ public method subSelect ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method createTable ] { + Method [ public method union ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method createView ] { + Method [ public method unionAll ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ string or NULL $schemaName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method delete ] { + Method [ protected method getCurrentStatement ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $suffix ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method dropColumn ] { + Method [ private method buildColumns ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method dropForeignKey ] { + Method [ private method buildFrom ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method dropIndex ] { + Method [ public method limit ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method dropPrimaryKey ] { + Method [ public method offset ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [1] { + Parameter #0 [ int $offset ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method dropTable ] { + Method [ public method andWhere ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method dropView ] { + Method [ public method appendWhere ] { - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method escapeIdentifier ] { + Method [ public method orderBy ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ $orderBy ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method fetchAll ] { + Method [ public method orWhere ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method fetchColumn ] { + Method [ public method where ] { - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $column ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method fetchOne ] { + Method [ public method whereEquals ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ array $columnsValues ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method forUpdate ] { + Method [ protected method addCondition ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getColumnDefinition ] { + Method [ protected method buildBy ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ public method getColumnList ] { + Method [ protected method buildCondition ] { - Parameters [1] { - Parameter #0 [ $columnList ] + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ public method getConnectionId ] { + Method [ protected method buildLimitEarly ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getDefaultIdValue ] { + Method [ protected method buildLimit ] { - Parameters [0] { } - - Return [ Phalcon\Db\RawValue ] + - Return [ string ] } - Method [ public method getDescriptor ] { + Method [ protected method buildLimitCommon ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDialect ] { + Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - - Return [ Phalcon\Db\DialectInterface ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ protected method appendCondition ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ void ] } - Method [ public method getNestedTransactionSavepointName ] { + Method [ protected method processValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getRealSQLStatement ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Return [ string ] } - Method [ public method getSQLBindTypes ] { + Method [ public method bindInline ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getSQLStatement ] { + Method [ public method bindValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method insert ] { + Method [ public method bindValues ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method insertAsDict ] { + Method [ public method getBindValues ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method limit ] { + Method [ protected method indent ] { - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] } - Return [ string ] } + } + } - Method [ public method listTables ] { + Class [ class Phalcon\DataMapper\Query\Update extends Phalcon\DataMapper\Query\AbstractConditions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [37] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method column ] { + + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Update ] + } + + Method [ public method columns ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ array $columns ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method listViews ] { + Method [ public method from ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ string $table ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method modifyColumn ] { + Method [ public method getStatement ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method releaseSavepoint ] { + Method [ public method hasColumns ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method rollbackSavepoint ] { + Method [ public method returning ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $columns ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method setEventsManager ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - Return [ void ] } - Method [ public method setDialect ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + - Parameters [2] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] } + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ private method buildColumns ] { - - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method sharedLock ] { + Method [ public method limit ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method supportSequences ] { + Method [ public method offset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $offset ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method tableExists ] { + Method [ public method andWhere ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method tableOptions ] { + Method [ public method appendWhere ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method update ] { + Method [ public method orderBy ] { - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ $orderBy ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method updateAsDict ] { + Method [ public method orWhere ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition ] - Parameter #3 [ $dataTypes ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method viewExists ] { + Method [ public method where ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - } - } - Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { + Method [ public method whereEquals ] { - - Constants [34] { - Constant [ public int BIND_PARAM_BLOB ] { 3 } - Constant [ public int BIND_PARAM_BOOL ] { 5 } - Constant [ public int BIND_PARAM_DECIMAL ] { 32 } - Constant [ public int BIND_PARAM_INT ] { 1 } - Constant [ public int BIND_PARAM_NULL ] { 0 } - Constant [ public int BIND_PARAM_STR ] { 2 } - Constant [ public int BIND_SKIP ] { 1024 } - Constant [ public int TYPE_BIGINTEGER ] { 14 } - Constant [ public int TYPE_BIT ] { 19 } - Constant [ public int TYPE_BLOB ] { 11 } - Constant [ public int TYPE_BOOLEAN ] { 8 } - Constant [ public int TYPE_CHAR ] { 5 } - Constant [ public int TYPE_DATE ] { 1 } - Constant [ public int TYPE_DATETIME ] { 4 } - Constant [ public int TYPE_DECIMAL ] { 3 } - Constant [ public int TYPE_DOUBLE ] { 9 } - Constant [ public int TYPE_ENUM ] { 18 } - Constant [ public int TYPE_FLOAT ] { 7 } - Constant [ public int TYPE_INTEGER ] { 0 } - Constant [ public int TYPE_JSON ] { 15 } - Constant [ public int TYPE_JSONB ] { 16 } - Constant [ public int TYPE_LONGBLOB ] { 13 } - Constant [ public int TYPE_LONGTEXT ] { 24 } - Constant [ public int TYPE_MEDIUMBLOB ] { 12 } - Constant [ public int TYPE_MEDIUMINTEGER ] { 21 } - Constant [ public int TYPE_MEDIUMTEXT ] { 23 } - Constant [ public int TYPE_SMALLINTEGER ] { 22 } - Constant [ public int TYPE_TEXT ] { 6 } - Constant [ public int TYPE_TIME ] { 20 } - Constant [ public int TYPE_TIMESTAMP ] { 17 } - Constant [ public int TYPE_TINYBLOB ] { 10 } - Constant [ public int TYPE_TINYINTEGER ] { 26 } - Constant [ public int TYPE_TINYTEXT ] { 25 } - Constant [ public int TYPE_VARCHAR ] { 2 } - } + - Parameters [1] { + Parameter #0 [ array $columnsValues ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } - - Static properties [0] { - } + Method [ protected method addCondition ] { - - Static methods [0] { - } + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] + } + - Return [ void ] + } - - Properties [15] { - Property [ protected $after ] - Property [ protected $autoIncrement ] - Property [ protected $bindType ] - Property [ protected $_default ] - Property [ protected $first ] - Property [ protected $isNumeric ] - Property [ protected $name ] - Property [ protected $notNull ] - Property [ protected $primary ] - Property [ protected $scale ] - Property [ protected $size ] - Property [ protected $type ] - Property [ protected $typeReference ] - Property [ protected $typeValues ] - Property [ protected $unsigned ] - } + Method [ protected method buildBy ] { - - Methods [17] { - Method [ public method getDefault ] { + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method buildCondition ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ public method getScale ] { + Method [ protected method buildLimitEarly ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getSize ] { + Method [ protected method buildLimit ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getType ] { + Method [ protected method buildLimitCommon ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getTypeReference ] { + Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getTypeValues ] { + Method [ protected method appendCondition ] { + + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] + } + - Return [ void ] } - Method [ public method __construct ] { + Method [ protected method processValue ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $definition ] + Parameter #0 [ string $store ] + Parameter #1 [ $data ] } + - Return [ void ] } - Method [ public method getAfterPosition ] { + Method [ public method bindInline ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] } - - Return [ string or NULL ] + - Return [ string ] } - Method [ public method getBindType ] { + Method [ public method bindValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] } - - Return [ int ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method hasDefault ] { + Method [ public method bindValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method isAutoIncrement ] { + Method [ public method getBindValues ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method isFirst ] { + Method [ public method perform ] { + } - - Parameters [0] { + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method isNotNull ] { + Method [ public method quoteIdentifier ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isNumeric ] { + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method isPrimary ] { + Method [ protected method indent ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method isUnsigned ] { + Class [ abstract class Phalcon\Db\AbstractDb ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method setup ] { + + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ bool ] + - Return [ void ] } } + + - Properties [0] { + } + + - Methods [0] { + } } - Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ class Phalcon\Db\Adapter\PdoFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -28038,2281 +30797,2165 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } - Properties [2] { - Property [ protected $customFunctions ] - Property [ protected $escapeChar ] + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [69] { - Method [ public method addColumn ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ array $services ] } - - Return [ string ] } - Method [ public method addForeignKey ] { + Method [ public method load ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method addIndex ] { + Method [ public method newInstance ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method addPrimaryKey ] { + Method [ protected method getAdapters ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method createTable ] { + Method [ protected method checkConfig ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ string ] + - Return [ array ] } - Method [ public method createView ] { + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $affectedRows ] + Property [ protected $pdo ] + Property [ protected $dialectType ] + Property [ protected $type ] + } + + - Methods [78] { + Method [ public method addForeignKey ] { - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ string or NULL $schemaName ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method describeColumns ] { + Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ public method describeReferences ] { + Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropColumn ] { + Method [ protected method getDsnDefaults ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method dropForeignKey ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [1] { + Parameter #0 [ array $descriptor ] } - - Return [ string ] } - Method [ public method dropIndex ] { + Method [ public method affectedRows ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $indexName ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method dropPrimaryKey ] { + Method [ public method begin ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [1] { + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropTable ] { + Method [ public method commit ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + - Parameters [1] { + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropView ] { + Method [ public method close ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getColumnDefinition ] { + Method [ public method connect ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ array or NULL $descriptor ] } - - Return [ string ] - } - - Method [ public method getForeignKeyChecks ] { - - - Parameters [0] { - } - - Return [ string ] + - Return [ bool ] } - Method [ public method listTables ] { + Method [ public method convertBoundParams ] { - - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] } - - Return [ string ] + - Return [ array ] } - Method [ public method listViews ] { + Method [ public method escapeString ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ string $str ] } - Return [ string ] } - Method [ public method modifyColumn ] { + Method [ public method execute ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method sharedLock ] { + Method [ public method executePrepared ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ public method tableExists ] { - - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - } - - Return [ string ] + Method [ public method getErrorInfo ] { } - Method [ public method tableOptions ] { + Method [ public method getInternalHandler ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [0] { } - - Return [ string ] + - Return [ PDO ] } - Method [ public method truncateTable ] { + Method [ public method getTransactionLevel ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method viewExists ] { + Method [ public method isUnderTransaction ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getTableOptions ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ $sequenceName ] } - - Return [ string ] } - Method [ private method checkColumnSizeAndScale ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $sqlStatement ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ private method checkColumnUnsigned ] { + Method [ public method query ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } - - Return [ string ] } - Method [ public method createSavepoint ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method escape ] { + Method [ protected method prepareRealSql ] { - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ string or NULL $escapeChar ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method escapeSchema ] { + Method [ public method getDialectType ] { - - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [0] { } - Return [ string ] } - Method [ public method forUpdate ] { + Method [ public method getSqlVariables ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getColumnList ] { + Method [ public method getType ] { - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getCustomFunctions ] { + Method [ public method addColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getSqlColumn ] { + Method [ public method addIndex ] { - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getSqlExpression ] { + Method [ public method addPrimaryKey ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getSqlTable ] { + Method [ public method createSavepoint ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method limit ] { + Method [ public method createTable ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method registerCustomFunction ] { + Method [ public method createView ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $customFunction ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } - - Return [ Phalcon\Db\Dialect ] + - Return [ bool ] } - Method [ public method releaseSavepoint ] { + Method [ public method delete ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method rollbackSavepoint ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method select ] { + Method [ public method dropForeignKey ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method supportsSavepoints ] { + Method [ public method dropIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } - Return [ bool ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ public method dropPrimaryKey ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - Return [ bool ] } - Method [ protected method getColumnSize ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getColumnSizeAndScale ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method checkColumnType ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ $identifier ] } - Return [ string ] } - Method [ protected method checkColumnTypeSql ] { + Method [ public method fetchAll ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method fetchColumn ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } - - Return [ string ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method fetchOne ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method forUpdate ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } - Return [ string ] } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method getColumnDefinition ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method getColumnList ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $columnList ] } - Return [ string ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method getConnectionId ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method getDefaultIdValue ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\RawValue ] } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method getDefaultValue ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\RawValue ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ public method getDescriptor ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method getDialect ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method getNestedTransactionSavepointName ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method getRealSQLStatement ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method getSQLBindTypes ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method getSQLStatement ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method insert ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method insertAsDict ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method limit ] { - - Parameters [3] { - Parameter #0 [ string $qualified ] - Parameter #1 [ string or NULL $alias ] - Parameter #2 [ string or NULL $escapeChar ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] } - Return [ string ] } - Method [ protected method prepareTable ] { + Method [ public method listTables ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] - Parameter #2 [ string or NULL $alias ] - Parameter #3 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method prepareQualified ] { + Method [ public method listViews ] { - - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ string or NULL $domain ] - Parameter #2 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $customFunctions ] - Property [ protected $escapeChar ] - } - - Methods [67] { - Method [ public method addColumn ] { + Method [ public method modifyColumn ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addForeignKey ] { + Method [ public method releaseSavepoint ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addIndex ] { + Method [ public method rollbackSavepoint ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addPrimaryKey ] { + Method [ public method setEventsManager ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method createTable ] { + Method [ public method setDialect ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } - - Return [ string ] } - Method [ public method createView ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ string or NULL $schemaName ] + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method describeColumns ] { + Method [ public method sharedLock ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } - Return [ string ] } - Method [ public method describeIndexes ] { + Method [ public method supportSequences ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method describeReferences ] { + Method [ public method tableExists ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropColumn ] { + Method [ public method tableOptions ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropForeignKey ] { + Method [ public method update ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropIndex ] { + Method [ public method updateAsDict ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $indexName ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropPrimaryKey ] { + Method [ public method useExplicitIdValue ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropTable ] { + Method [ public method supportsDefaultValue ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropView ] { + Method [ public method viewExists ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] } - - Return [ string ] + - Return [ bool ] } + } + } - Method [ public method getColumnDefinition ] { + Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method listTables ] { + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $affectedRows ] + Property [ protected $pdo ] + Property [ protected $dialectType ] + Property [ protected $type ] + } + + - Methods [78] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ array $descriptor ] } - - Return [ string ] } - Method [ public method listViews ] { + Method [ public method connect ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ array or NULL $descriptor ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method modifyColumn ] { + Method [ public method createTable ] { - - Parameters [4] { + - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] - } - - Return [ string ] - } - - Method [ public method sharedLock ] { - - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #2 [ array $definition ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method tableExists ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ public method tableOptions ] { + Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ public method truncateTable ] { + Method [ public method getDefaultIdValue ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\RawValue ] } - Method [ public method viewExists ] { + Method [ public method modifyColumn ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method castDefault ] { + Method [ public method supportSequences ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getTableOptions ] { + Method [ public method useExplicitIdValue ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method createSavepoint ] { + Method [ protected method getDsnDefaults ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method escape ] { + Method [ public method affectedRows ] { - - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ final public method escapeSchema ] { + Method [ public method begin ] { - - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method forUpdate ] { + Method [ public method commit ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getColumnList ] { + Method [ public method close ] { - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getCustomFunctions ] { + Method [ public method convertBoundParams ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] } - Return [ array ] } - Method [ final public method getSqlColumn ] { + Method [ public method escapeString ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $str ] } - Return [ string ] } - Method [ public method getSqlExpression ] { + Method [ public method execute ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getSqlTable ] { + Method [ public method executePrepared ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ public method limit ] { + Method [ public method getErrorInfo ] { + } - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] + Method [ public method getInternalHandler ] { + + - Parameters [0] { } - - Return [ string ] + - Return [ PDO ] } - Method [ public method registerCustomFunction ] { + Method [ public method getTransactionLevel ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $customFunction ] + - Parameters [0] { } - - Return [ Phalcon\Db\Dialect ] + - Return [ int ] } - Method [ public method releaseSavepoint ] { + Method [ public method isUnderTransaction ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method rollbackSavepoint ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $sequenceName ] } - - Return [ string ] } - Method [ public method select ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ string $sqlStatement ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ public method supportsSavepoints ] { + Method [ public method query ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } - - Return [ bool ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ public method rollback ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $nesting ] } - Return [ bool ] } - Method [ protected method getColumnSize ] { + Method [ protected method prepareRealSql ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getColumnSizeAndScale ] { + Method [ public method getDialectType ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method checkColumnType ] { + Method [ public method getSqlVariables ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method checkColumnTypeSql ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method addColumn ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method addForeignKey ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method addIndex ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method addPrimaryKey ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method createSavepoint ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method createView ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method delete ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method describeIndexes ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ public method dropColumn ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method dropForeignKey ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method dropIndex ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method dropPrimaryKey ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method dropTable ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method dropView ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method escapeIdentifier ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ $identifier ] } - Return [ string ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method fetchAll ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method fetchColumn ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } - - Return [ string ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method fetchOne ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method forUpdate ] { - - Parameters [3] { - Parameter #0 [ string $qualified ] - Parameter #1 [ string or NULL $alias ] - Parameter #2 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } - Return [ string ] } - Method [ protected method prepareTable ] { + Method [ public method getColumnDefinition ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] - Parameter #2 [ string or NULL $alias ] - Parameter #3 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ protected method prepareQualified ] { + Method [ public method getColumnList ] { - - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ string or NULL $domain ] - Parameter #2 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ $columnList ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $customFunctions ] - Property [ protected $escapeChar ] - } - - - Methods [67] { - Method [ public method addColumn ] { + Method [ public method getConnectionId ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - Return [ string ] } - Method [ public method addForeignKey ] { + Method [ public method getDefaultValue ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\RawValue ] } - Method [ public method addIndex ] { + Method [ public method getDescriptor ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method addPrimaryKey ] { + Method [ public method getDialect ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method createTable ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method createView ] { + Method [ public method getNestedTransactionSavepointName ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ string or NULL $schemaName ] + - Parameters [0] { } - Return [ string ] } - Method [ public method describeColumns ] { + Method [ public method getRealSQLStatement ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [0] { } - Return [ string ] } - Method [ public method describeIndex ] { + Method [ public method getSQLBindTypes ] { - - Parameters [1] { - Parameter #0 [ string $index ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method getSQLStatement ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + - Parameters [0] { } - Return [ string ] } - Method [ public method describeReferences ] { + Method [ public method insert ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropColumn ] { + Method [ public method insertAsDict ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropForeignKey ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method dropIndex ] { + Method [ public method limit ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $indexName ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] } - Return [ string ] } - Method [ public method dropPrimaryKey ] { + Method [ public method listTables ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropTable ] { + Method [ public method listViews ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropView ] { + Method [ public method releaseSavepoint ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ string or NULL $schemaName ] - Parameter #2 [ bool $ifExists ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method forUpdate ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getColumnDefinition ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method listIndexesSql ] { + Method [ public method setDialect ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] - Parameter #2 [ string or NULL $keyName ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } - - Return [ string ] } - Method [ public method listTables ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method listViews ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ string or NULL $schemaName ] + Parameter #0 [ string $sqlQuery ] } - Return [ string ] } - Method [ public method modifyColumn ] { + Method [ public method tableExists ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method sharedLock ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ array ] } - Method [ public method tableExists ] { + Method [ public method update ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string or NULL $schemaName ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method tableOptions ] { + Method [ public method updateAsDict ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method truncateTable ] { + Method [ public method supportsDefaultValue ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method viewExists ] { + Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ bool ] } + } + } - Method [ public method createSavepoint ] { + Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $affectedRows ] + Property [ protected $pdo ] + Property [ protected $dialectType ] + Property [ protected $type ] + } + + - Methods [78] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $descriptor ] } - - Return [ string ] } - Method [ final public method escape ] { + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ bool ] + } + + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ string or NULL $escapeChar ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method escapeSchema ] { + Method [ public method describeIndexes ] { - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ string or NULL $escapeChar ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method getColumnList ] { + Method [ public method describeReferences ] { - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getCustomFunctions ] { + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getSqlColumn ] { + Method [ public method affectedRows ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getSqlExpression ] { + Method [ public method begin ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getSqlTable ] { + Method [ public method commit ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method limit ] { + Method [ public method close ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method registerCustomFunction ] { + Method [ public method convertBoundParams ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $customFunction ] + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] } - - Return [ Phalcon\Db\Dialect ] + - Return [ array ] } - Method [ public method releaseSavepoint ] { + Method [ public method escapeString ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $str ] } - Return [ string ] } - Method [ public method rollbackSavepoint ] { + Method [ public method execute ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method select ] { + Method [ public method executePrepared ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ public method supportsSavepoints ] { + Method [ public method getErrorInfo ] { + } + + Method [ public method getInternalHandler ] { - Parameters [0] { } - - Return [ bool ] + - Return [ PDO ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ public method getTransactionLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ protected method getColumnSize ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ $sequenceName ] } - - Return [ string ] } - Method [ protected method getColumnSizeAndScale ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $sqlStatement ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ protected method checkColumnType ] { + Method [ public method query ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } - - Return [ string ] } - Method [ protected method checkColumnTypeSql ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ bool $nesting ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ protected method prepareRealSql ] { - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method getDialectType ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method getSqlVariables ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method getType ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method addColumn ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method addForeignKey ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method addIndex ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method addPrimaryKey ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ public method createSavepoint ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method createTable ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method createView ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method delete ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method dropColumn ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method dropForeignKey ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method dropIndex ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method dropPrimaryKey ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method dropTable ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method dropView ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ string or NULL $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method escapeIdentifier ] { - - Parameters [3] { - Parameter #0 [ string $qualified ] - Parameter #1 [ string or NULL $alias ] - Parameter #2 [ string or NULL $escapeChar ] + - Parameters [1] { + Parameter #0 [ $identifier ] } - Return [ string ] } - Method [ protected method prepareTable ] { + Method [ public method fetchAll ] { - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ string or NULL $schema ] - Parameter #2 [ string or NULL $alias ] - Parameter #3 [ string or NULL $escapeChar ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method prepareQualified ] { + Method [ public method fetchColumn ] { - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ string or NULL $domain ] - Parameter #2 [ string or NULL $escapeChar ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Db\Enum ] { - - - Constants [17] { - Constant [ public int FETCH_ASSOC ] { 2 } - Constant [ public int FETCH_BOTH ] { 4 } - Constant [ public int FETCH_BOUND ] { 6 } - Constant [ public int FETCH_CLASS ] { 8 } - Constant [ public int FETCH_CLASSTYPE ] { 262144 } - Constant [ public int FETCH_COLUMN ] { 7 } - Constant [ public int FETCH_FUNC ] { 10 } - Constant [ public int FETCH_GROUP ] { 65536 } - Constant [ public int FETCH_INTO ] { 9 } - Constant [ public int FETCH_KEY_PAIR ] { 12 } - Constant [ public int FETCH_LAZY ] { 1 } - Constant [ public int FETCH_NAMED ] { 11 } - Constant [ public int FETCH_NUM ] { 3 } - Constant [ public int FETCH_OBJ ] { 5 } - Constant [ public int FETCH_PROPS_LATE ] { 1048576 } - Constant [ public int FETCH_SERIALIZE ] { 524288 } - Constant [ public int FETCH_UNIQUE ] { 196608 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - Class [ class Phalcon\Db\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } + Method [ public method fetchOne ] { - - Static properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ string $sqlQuery ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getColumnDefinition ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } - - Method [ final public method getLine ] { - } - - Method [ final public method getTrace ] { - } + Method [ public method getColumnList ] { - Method [ final public method getPrevious ] { + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method getConnectionId ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ string ] } - } - } - - Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $columns ] - Property [ protected $name ] - Property [ protected $type ] - } - - Methods [4] { - Method [ public method getColumns ] { + Method [ public method getDefaultIdValue ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Db\RawValue ] } - Method [ public method getName ] { + Method [ public method getDescriptor ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getType ] { + Method [ public method getDialect ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method __construct ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $columns ] - Parameter #2 [ string $type ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - } - } - - Class [ class Phalcon\Db\Profiler ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $activeProfile ] - Property [ protected $allProfiles ] - Property [ protected $totalSeconds ] - } - - - Methods [7] { - Method [ public method getLastProfile ] { + Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - - Return [ Phalcon\Db\Profiler\Item ] + - Return [ string ] } - Method [ public method getNumberTotalStatements ] { + Method [ public method getRealSQLStatement ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getTotalElapsedSeconds ] { + Method [ public method getSQLBindTypes ] { - Parameters [0] { } - - Return [ float ] + - Return [ array ] } - Method [ public method getProfiles ] { + Method [ public method getSQLStatement ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method reset ] { + Method [ public method insert ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } - - Return [ Phalcon\Db\Profiler ] + - Return [ bool ] } - Method [ public method startProfile ] { + Method [ public method insertAsDict ] { - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ $sqlVariables ] - Parameter #2 [ $sqlBindTypes ] + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] } - - Return [ Phalcon\Db\Profiler ] + - Return [ bool ] } - Method [ public method stopProfile ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - - Return [ Phalcon\Db\Profiler ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Db\Profiler\Item ] { - - Constants [0] { - } + Method [ public method limit ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method listTables ] { - - Properties [5] { - Property [ protected $finalTime ] - Property [ protected $initialTime ] - Property [ protected $sqlBindTypes ] - Property [ protected $sqlStatement ] - Property [ protected $sqlVariables ] - } + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } - - Methods [11] { - Method [ public method setFinalTime ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ float $finalTime ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method getFinalTime ] { + Method [ public method modifyColumn ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - - Return [ float ] + - Return [ bool ] } - Method [ public method setInitialTime ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ float $initialTime ] + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ public method getInitialTime ] { + Method [ public method rollbackSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ float ] + - Return [ bool ] } - Method [ public method setSqlBindTypes ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ array $sqlBindTypes ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method getSqlBindTypes ] { + Method [ public method setDialect ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } - - Return [ array ] } - Method [ public method setSqlStatement ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getSqlStatement ] { + Method [ public method sharedLock ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } - Return [ string ] } - Method [ public method setSqlVariables ] { + Method [ public method supportSequences ] { - - Parameters [1] { - Parameter #0 [ array $sqlVariables ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method getSqlVariables ] { + Method [ public method tableExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getTotalElapsedSeconds ] { + Method [ public method tableOptions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ float ] + - Return [ array ] } - } - } - Class [ class Phalcon\Db\RawValue ] { + Method [ public method update ] { - - Constants [0] { - } + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ public method updateAsDict ] { - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $value ] - } - - - Methods [3] { - Method [ public method getValue ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ bool ] } } } - Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { + Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - - Constants [0] { + - Constants [34] { + Constant [ public int BIND_PARAM_BLOB ] { 3 } + Constant [ public int BIND_PARAM_BOOL ] { 5 } + Constant [ public int BIND_PARAM_DECIMAL ] { 32 } + Constant [ public int BIND_PARAM_INT ] { 1 } + Constant [ public int BIND_PARAM_NULL ] { 0 } + Constant [ public int BIND_PARAM_STR ] { 2 } + Constant [ public int BIND_SKIP ] { 1024 } + Constant [ public int TYPE_BIGINTEGER ] { 14 } + Constant [ public int TYPE_BIT ] { 19 } + Constant [ public int TYPE_BLOB ] { 11 } + Constant [ public int TYPE_BOOLEAN ] { 8 } + Constant [ public int TYPE_CHAR ] { 5 } + Constant [ public int TYPE_DATE ] { 1 } + Constant [ public int TYPE_DATETIME ] { 4 } + Constant [ public int TYPE_DECIMAL ] { 3 } + Constant [ public int TYPE_DOUBLE ] { 9 } + Constant [ public int TYPE_ENUM ] { 18 } + Constant [ public int TYPE_FLOAT ] { 7 } + Constant [ public int TYPE_INTEGER ] { 0 } + Constant [ public int TYPE_JSON ] { 15 } + Constant [ public int TYPE_JSONB ] { 16 } + Constant [ public int TYPE_LONGBLOB ] { 13 } + Constant [ public int TYPE_LONGTEXT ] { 24 } + Constant [ public int TYPE_MEDIUMBLOB ] { 12 } + Constant [ public int TYPE_MEDIUMINTEGER ] { 21 } + Constant [ public int TYPE_MEDIUMTEXT ] { 23 } + Constant [ public int TYPE_SMALLINTEGER ] { 22 } + Constant [ public int TYPE_TEXT ] { 6 } + Constant [ public int TYPE_TIME ] { 20 } + Constant [ public int TYPE_TIMESTAMP ] { 17 } + Constant [ public int TYPE_TINYBLOB ] { 10 } + Constant [ public int TYPE_TINYINTEGER ] { 26 } + Constant [ public int TYPE_TINYTEXT ] { 25 } + Constant [ public int TYPE_VARCHAR ] { 2 } } - Static properties [0] { @@ -30321,72 +32964,68 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $columns ] + - Properties [16] { + Property [ protected $after ] + Property [ protected $autoIncrement ] + Property [ protected $bindType ] + Property [ protected $_default ] + Property [ protected $first ] + Property [ protected $isNumeric ] Property [ protected $name ] - Property [ protected $referencedColumns ] - Property [ protected $referencedSchema ] - Property [ protected $referencedTable ] - Property [ protected $schemaName ] - Property [ protected $onDelete ] - Property [ protected $onUpdate ] + Property [ protected $comment ] + Property [ protected $notNull ] + Property [ protected $primary ] + Property [ protected $scale ] + Property [ protected $size ] + Property [ protected $type ] + Property [ protected $typeReference ] + Property [ protected $typeValues ] + Property [ protected $unsigned ] } - - Methods [9] { - Method [ public method getColumns ] { - - - Parameters [0] { - } - - Return [ array ] + - Methods [18] { + Method [ public method getDefault ] { } - Method [ public method getName ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getReferencedColumns ] { + Method [ public method getComment ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getReferencedSchema ] { + Method [ public method getScale ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getReferencedTable ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method getSize ] { } - Method [ public method getSchemaName ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getOnDelete ] { + Method [ public method getTypeReference ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getOnUpdate ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method getTypeValues ] { } Method [ public method __construct ] { @@ -30396,752 +33035,724 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Parameter #1 [ array $definition ] } } - } - } - - Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $bindParams ] - Property [ protected $bindTypes ] - Property [ protected $connection ] - Property [ protected $fetchMode ] - Property [ protected $pdoStatement ] - Property [ protected $result ] - Property [ protected $rowCount ] - Property [ protected $sqlStatement ] - } - - Methods [9] { - Method [ public method __construct ] { + Method [ public method getAfterPosition ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ PDOStatement $result ] - Parameter #2 [ $sqlStatement ] - Parameter #3 [ $bindParams ] - Parameter #4 [ $bindTypes ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method dataSeek ] { + Method [ public method getBindType ] { - - Parameters [1] { - Parameter #0 [ int $number ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method execute ] { + Method [ public method hasDefault ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method fetch ] { + Method [ public method isAutoIncrement ] { - - Parameters [3] { - Parameter #0 [ $fetchStyle ] - Parameter #1 [ $cursorOrientation ] - Parameter #2 [ $cursorOffset ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method fetchAll ] { + Method [ public method isFirst ] { - - Parameters [3] { - Parameter #0 [ $fetchStyle ] - Parameter #1 [ $fetchArgument ] - Parameter #2 [ $ctorArgs ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method fetchArray ] { + Method [ public method isNotNull ] { + + - Parameters [0] { + } + - Return [ bool ] } - Method [ public method getInternalResult ] { + Method [ public method isNumeric ] { - Parameters [0] { } - - Return [ PDOStatement ] + - Return [ bool ] } - Method [ public method numRows ] { + Method [ public method isPrimary ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ public method setFetchMode ] { + Method [ public method isUnsigned ] { - - Parameters [3] { - Parameter #0 [ int $fetchMode ] - Parameter #1 [ $colNoOrClassNameOrObject ] - Parameter #2 [ $ctorargs ] + - Parameters [0] { } - Return [ bool ] } } } - Class [ class Phalcon\Debug ] { + Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $isActive ] + - Static properties [0] { } - Static methods [0] { } - - Properties [7] { - Property [ protected $blacklist ] - Property [ protected $data ] - Property [ protected $hideDocumentRoot ] - Property [ protected $showBackTrace ] - Property [ protected $showFileFragment ] - Property [ protected $showFiles ] - Property [ protected $uri ] + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] } - - Methods [20] { - Method [ public method clearVars ] { + - Methods [69] { + Method [ public method addColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method debugVar ] { + Method [ public method addForeignKey ] { - - Parameters [2] { - Parameter #0 [ $varz ] - Parameter #1 [ string or NULL $key ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method getCssSources ] { + Method [ public method addIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } - Method [ public method getJsSources ] { + Method [ public method addPrimaryKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } - Method [ public method getVersion ] { + Method [ public method createTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - Return [ string ] } - Method [ public method halt ] { + Method [ public method createView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } - - Return [ void ] + - Return [ string ] } - Method [ public method listen ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ bool $exceptions ] - Parameter #1 [ bool $lowSeverity ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method listenExceptions ] { + Method [ public method describeIndexes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method listenLowSeverity ] { + Method [ public method describeReferences ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method onUncaughtException ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ Throwable $exception ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method onUncaughtLowSeverity ] { + Method [ public method dropForeignKey ] { - - Parameters [5] { - Parameter #0 [ $severity ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setBlacklist ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ array $blacklist ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method setShowBackTrace ] { + Method [ public method dropPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ bool $showBackTrace ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method setShowFileFragment ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ bool $showFileFragment ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method setShowFiles ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ bool $showFiles ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ public method setUri ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ string $uri ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Debug ] + - Return [ string ] } - Method [ protected method escapeString ] { + Method [ public method getForeignKeyChecks ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method getArrayDump ] { + Method [ public method listTables ] { - - Parameters [2] { - Parameter #0 [ array $argument ] - Parameter #1 [ $n ] + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] } - - Return [ string or NULL ] + - Return [ string ] } - Method [ protected method getVarDump ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ $variable ] + Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } - Method [ final protected method showTraceItem ] { + Method [ public method modifyColumn ] { - - Parameters [2] { - Parameter #0 [ int $n ] - Parameter #1 [ array $trace ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Debug\Dump ] { - - Constants [0] { - } + Method [ public method sharedLock ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method tableExists ] { - - Properties [3] { - Property [ protected $detailed ] - Property [ protected $methods ] - Property [ protected $styles ] - } + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } - - Methods [11] { - Method [ public method getDetailed ] { + Method [ public method tableOptions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setDetailed ] { + Method [ public method truncateTable ] { - - Parameters [1] { - Parameter #0 [ bool $detailed ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method viewExists ] { - Parameters [2] { - Parameter #0 [ array $styles ] - Parameter #1 [ bool $detailed ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method all ] { + Method [ protected method getTableOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $definition ] } - Return [ string ] } - Method [ public method one ] { + Method [ private method checkColumnSizeAndScale ] { - - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ string or NULL $name ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ public method setStyles ] { + Method [ private method checkColumnUnsigned ] { - Parameters [1] { - Parameter #0 [ array $styles ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ array ] + - Return [ string ] } - Method [ public method toJson ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ $variable ] + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ public method variable ] { + Method [ final public method escape ] { - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ string or NULL $name ] + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } - Method [ public method variables ] { + Method [ final public method escapeSchema ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } - Method [ protected method getStyle ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $sqlQuery ] } - Return [ string ] } - Method [ protected method output ] { + Method [ final public method getColumnList ] { - Parameters [3] { - Parameter #0 [ $variable ] - Parameter #1 [ string or NULL $name ] - Parameter #2 [ int $tab ] + Parameter #0 [ array $columnList ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - Return [ string ] } - } - } - Class [ class Phalcon\Debug\Exception extends Phalcon\Exception implements Throwable ] { + Method [ public method getCustomFunctions ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ final public method getSqlColumn ] { - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getSqlExpression ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } + Method [ final public method getSqlTable ] { - Method [ final public method getLine ] { + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ public method limit ] { - Method [ final public method getPrevious ] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method registerCustomFunction ] { - Method [ public method __toString ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] } - } - } - - Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ string $name ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method rollbackSavepoint ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } + Method [ public method select ] { - Method [ final public method getLine ] { + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ public method supportsSavepoints ] { - Method [ final public method getPrevious ] { + - Parameters [0] { + } + - Return [ bool ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method supportsReleaseSavepoints ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ bool ] } - } - } - - Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $_default ] - } - - Static methods [3] { - Method [ static public method getDefault ] { + Method [ protected method getColumnSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Di\DiInterface or NULL ] + - Return [ string ] } - Method [ static public method reset ] { + Method [ protected method getColumnSizeAndScale ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ void ] + - Return [ string ] } - Method [ static public method setDefault ] { + Method [ protected method checkColumnType ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ void ] + - Return [ string ] } - } - - Properties [3] { - Property [ protected $services ] - Property [ protected $sharedInstances ] - Property [ protected $eventsManager ] - } + Method [ protected method checkColumnTypeSql ] { - - Methods [23] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] } - Method [ public method __call ] { + Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method attempt ] { + Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method get ] { + Method [ final protected method getSqlExpressionCase ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getInternalEventsManager ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ Phalcon\Events\ManagerInterface or NULL ] + - Return [ string ] } - Method [ public method getRaw ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getService ] { + Method [ final protected method getSqlExpressionFrom ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ string ] } - Method [ public method getServices ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getShared ] { + Method [ final protected method getSqlExpressionGroupBy ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ protected method loadFromConfig ] { + Method [ final protected method getSqlExpressionHaving ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method loadFromPhp ] { + Method [ final protected method getSqlExpressionJoins ] { - - Parameters [1] { - Parameter #0 [ string $filePath ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method loadFromYaml ] { + Method [ final protected method getSqlExpressionLimit ] { - - Parameters [2] { - Parameter #0 [ string $filePath ] - Parameter #1 [ array or NULL $callbacks ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method has ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ final protected method getSqlExpressionObject ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method offsetExists ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method offsetSet ] { + Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - } - - Return [ void ] - } - - Method [ public method offsetUnset ] { - - - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } - - Return [ void ] + - Return [ string ] } - Method [ public method register ] { + Method [ final protected method getSqlExpressionScalar ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method remove ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method set ] { + Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared ] + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ string ] } - Method [ public method setInternalEventsManager ] { + Method [ protected method prepareColumnAlias ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ string or NULL $alias ] + Parameter #2 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method setService ] { + Method [ protected method prepareTable ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $escapeChar ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ string ] } - Method [ public method setShared ] { + Method [ protected method prepareQualified ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ string or NULL $domain ] + Parameter #2 [ string or NULL $escapeChar ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { + Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } @@ -31152,729 +33763,632 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $definition ] - Property [ protected $resolved ] - Property [ protected $shared ] - Property [ protected $sharedInstance ] + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] } - - Methods [10] { - Method [ final public method __construct ] { + - Methods [67] { + Method [ public method addColumn ] { - - Parameters [2] { - Parameter #0 [ $definition ] - Parameter #1 [ bool $shared ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getDefinition ] { - } - - Method [ public method getParameter ] { + Method [ public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ int $position ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ string ] } - Method [ public method isResolved ] { + Method [ public method addIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isShared ] { + Method [ public method addPrimaryKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method resolve ] { + Method [ public method createTable ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ string ] } - Method [ public method setDefinition ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ $definition ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setParameter ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ int $position ] - Parameter #1 [ array $parameter ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ string ] } - Method [ public method setShared ] { + Method [ public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ bool $shared ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setSharedInstance ] { + Method [ public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ $sharedInstance ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ void ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Di\Service\Builder ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [3] { - Method [ public method build ] { + Method [ public method dropColumn ] { - Parameters [3] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ array $definition ] - Parameter #2 [ $parameters ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ string ] } - Method [ private method buildParameter ] { + Method [ public method dropForeignKey ] { - Parameters [3] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ int $position ] - Parameter #2 [ array $argument ] - } - } - - Method [ private method buildParameters ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ array $arguments ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ array ] - } - } - } - - Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $exception ] - Property [ protected $extras ] - Property [ protected $input ] - Property [ protected $messages ] - Property [ protected $status ] - Property [ protected $output ] - } - - - Methods [12] { - Method [ public method getExtras ] { + - Return [ string ] } - Method [ public method getInput ] { - } + Method [ public method dropIndex ] { - Method [ public method getMessages ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ string ] } - Method [ public method getStatus ] { - } + Method [ public method dropPrimaryKey ] { - Method [ public method getOutput ] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] } - Method [ public method getException ] { + Method [ public method dropTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ Throwable or NULL ] + - Return [ string ] } - Method [ public method setException ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ Throwable $exception ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - Method [ public method setExtras ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $extras ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - Method [ public method setInput ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ $input ] + Parameter #0 [ string or NULL $schemaName ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ $messages ] + Parameter #0 [ string or NULL $schemaName ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - Method [ public method setOutput ] { + Method [ public method modifyColumn ] { - - Parameters [1] { - Parameter #0 [ $output ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - Method [ public method setStatus ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ $status ] + Parameter #0 [ string $sqlQuery ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - } - } - Class [ class Phalcon\Domain\Payload\PayloadFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method newInstance ] { + Method [ public method tableExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] - } - } - } - - Class [ class Phalcon\Domain\Payload\Status ] { - - - Constants [20] { - Constant [ public string ACCEPTED ] { ACCEPTED } - Constant [ public string AUTHENTICATED ] { AUTHENTICATED } - Constant [ public string AUTHORIZED ] { AUTHORIZED } - Constant [ public string CREATED ] { CREATED } - Constant [ public string DELETED ] { DELETED } - Constant [ public string ERROR ] { ERROR } - Constant [ public string FAILURE ] { FAILURE } - Constant [ public string FOUND ] { FOUND } - Constant [ public string NOT_ACCEPTED ] { NOT_ACCEPTED } - Constant [ public string NOT_AUTHENTICATED ] { NOT_AUTHENTICATED } - Constant [ public string NOT_AUTHORIZED ] { NOT_AUTHORIZED } - Constant [ public string NOT_CREATED ] { NOT_CREATED } - Constant [ public string NOT_DELETED ] { NOT_DELETED } - Constant [ public string NOT_FOUND ] { NOT_FOUND } - Constant [ public string NOT_UPDATED ] { NOT_UPDATED } - Constant [ public string NOT_VALID ] { NOT_VALID } - Constant [ public string PROCESSING ] { PROCESSING } - Constant [ public string SUCCESS ] { SUCCESS } - Constant [ public string UPDATED ] { UPDATED } - Constant [ public string VALID ] { VALID } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ final private method __construct ] { + - Return [ string ] } - } - } - - Class [ class Phalcon\Escaper implements Phalcon\Escaper\EscaperInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $doubleEncode ] - Property [ protected $encoding ] - Property [ protected $htmlEscapeMap ] - Property [ protected $htmlQuoteType ] - } - - Methods [11] { - Method [ final public method detectEncoding ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ string $str ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } - - Return [ string or NULL ] + - Return [ string ] } - Method [ public method escapeCss ] { + Method [ public method truncateTable ] { - - Parameters [1] { - Parameter #0 [ string $css ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - Return [ string ] } - Method [ public method escapeJs ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ string $js ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } - Method [ public method escapeHtml ] { + Method [ protected method castDefault ] { - Parameters [1] { - Parameter #0 [ string or NULL $text ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ public method escapeHtmlAttr ] { + Method [ protected method getTableOptions ] { - Parameters [1] { - Parameter #0 [ string or NULL $attribute ] + Parameter #0 [ array $definition ] } - Return [ string ] } - Method [ public method escapeUrl ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ string $url ] + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ public method getEncoding ] { + Method [ final public method escape ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } - Method [ final public method normalizeEncoding ] { + Method [ final public method escapeSchema ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } - Method [ public method setDoubleEncode ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ bool $doubleEncode ] + Parameter #0 [ string $sqlQuery ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setEncoding ] { + Method [ final public method getColumnList ] { - - Parameters [1] { - Parameter #0 [ string $encoding ] + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setHtmlQuoteType ] { + Method [ public method getCustomFunctions ] { - - Parameters [1] { - Parameter #0 [ int $quoteType ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Escaper\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ final public method getSqlColumn ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getSqlExpression ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } + Method [ final public method getSqlTable ] { - Method [ final public method getLine ] { + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ public method limit ] { - Method [ final public method getPrevious ] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method registerCustomFunction ] { - Method [ public method __toString ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] } - } - } - - Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $cancelable ] - Property [ protected $data ] - Property [ protected $source ] - Property [ protected $stopped ] - Property [ protected $type ] - } - - Methods [9] { - Method [ public method getData ] { - } + Method [ public method releaseSavepoint ] { - Method [ public method getSource ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] } - Method [ public method getType ] { + Method [ public method rollbackSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method select ] { - - Parameters [4] { - Parameter #0 [ string $type ] - Parameter #1 [ $source ] - Parameter #2 [ $data ] - Parameter #3 [ bool $cancelable ] + - Parameters [1] { + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method isCancelable ] { + Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method isStopped ] { + Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setData ] { + Method [ protected method getColumnSize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ string ] } - Method [ public method setType ] { + Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ string ] } - Method [ public method stop ] { + Method [ protected method checkColumnType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Events\Exception extends Phalcon\Exception implements Throwable ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ protected method checkColumnTypeSql ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + Method [ final protected method getSqlExpressionAll ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } + Method [ final protected method getSqlExpressionCase ] { - Method [ final public method getMessage ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ final protected method getSqlExpressionCastValue ] { - Method [ final public method getFile ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ final public method getLine ] { - } + Method [ final protected method getSqlExpressionConvertValue ] { - Method [ final public method getTrace ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ final public method getPrevious ] { - } + Method [ final protected method getSqlExpressionFrom ] { - Method [ final public method getTraceAsString ] { + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] } - Method [ public method __toString ] { - } - } - } + Method [ final protected method getSqlExpressionFunctionCall ] { - Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Constants [1] { - Constant [ public int DEFAULT_PRIORITY ] { 100 } - } + Method [ final protected method getSqlExpressionGroupBy ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ final protected method getSqlExpressionHaving ] { - - Properties [4] { - Property [ protected $collect ] - Property [ protected $enablePriorities ] - Property [ protected $events ] - Property [ protected $responses ] - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Methods [12] { - Method [ public method attach ] { + Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { - Parameter #0 [ string $eventType ] - Parameter #1 [ $handler ] - Parameter #2 [ int $priority ] + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method arePrioritiesEnabled ] { + Method [ final protected method getSqlExpressionLimit ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method collectResponses ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [1] { - Parameter #0 [ bool $collect ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method detach ] { + Method [ final protected method getSqlExpressionObject ] { - - Parameters [2] { - Parameter #0 [ string $eventType ] - Parameter #1 [ $handler ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method detachAll ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [1] { - Parameter #0 [ string or NULL $type ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ void ] + - Return [ string ] } - Method [ public method enablePriorities ] { + Method [ final protected method getSqlExpressionQualified ] { - - Parameters [1] { - Parameter #0 [ bool $enablePriorities ] + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } - - Return [ void ] + - Return [ string ] } - Method [ public method fire ] { + Method [ final protected method getSqlExpressionScalar ] { - - Parameters [4] { - Parameter #0 [ string $eventType ] - Parameter #1 [ $source ] - Parameter #2 [ $data ] - Parameter #3 [ bool $cancelable ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ final public method fireQueue ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Parameters [2] { - Parameter #0 [ SplPriorityQueue $queue ] - Parameter #1 [ Phalcon\Events\EventInterface $event ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getListeners ] { + Method [ final protected method getSqlExpressionWhere ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getResponses ] { + Method [ protected method prepareColumnAlias ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ string or NULL $alias ] + Parameter #2 [ string or NULL $escapeChar ] } - - Return [ array ] + - Return [ string ] } - Method [ public method hasListeners ] { + Method [ protected method prepareTable ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $escapeChar ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isCollecting ] { + Method [ protected method prepareQualified ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ string or NULL $domain ] + Parameter #2 [ string or NULL $escapeChar ] } - - Return [ bool ] + - Return [ string ] } } } - Class [ class Phalcon\Factory\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } @@ -31882,509 +34396,656 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [67] { + Method [ public method addColumn ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } + Method [ public method addForeignKey ] { - Method [ final public method getMessage ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method addIndex ] { - Method [ final public method getFile ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] } - Method [ final public method getLine ] { - } + Method [ public method addPrimaryKey ] { - Method [ final public method getTrace ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] } - Method [ final public method getPrevious ] { - } + Method [ public method createTable ] { - Method [ final public method getTraceAsString ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ string ] } - Method [ public method __toString ] { - } - } - } + Method [ public method createView ] { - Class [ class Phalcon\Filter implements Phalcon\Filter\FilterInterface ] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ string ] + } - - Constants [21] { - Constant [ public string FILTER_ABSINT ] { absint } - Constant [ public string FILTER_ALNUM ] { alnum } - Constant [ public string FILTER_ALPHA ] { alpha } - Constant [ public string FILTER_BOOL ] { bool } - Constant [ public string FILTER_EMAIL ] { email } - Constant [ public string FILTER_FLOAT ] { float } - Constant [ public string FILTER_INT ] { int } - Constant [ public string FILTER_LOWER ] { lower } - Constant [ public string FILTER_LOWERFIRST ] { lowerFirst } - Constant [ public string FILTER_REGEX ] { regex } - Constant [ public string FILTER_REMOVE ] { remove } - Constant [ public string FILTER_REPLACE ] { replace } - Constant [ public string FILTER_SPECIAL ] { special } - Constant [ public string FILTER_SPECIALFULL ] { specialFull } - Constant [ public string FILTER_STRING ] { string } - Constant [ public string FILTER_STRIPTAGS ] { striptags } - Constant [ public string FILTER_TRIM ] { trim } - Constant [ public string FILTER_UPPER ] { upper } - Constant [ public string FILTER_UPPERFIRST ] { upperFirst } - Constant [ public string FILTER_UPPERWORDS ] { upperWords } - Constant [ public string FILTER_URL ] { url } - } + Method [ public method describeColumns ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method describeIndex ] { - - Properties [2] { - Property [ protected $mapper ] - Property [ protected $services ] - } + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } - - Methods [8] { - Method [ public method __construct ] { + Method [ public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ array $mapper ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method get ] { + Method [ public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method has ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method sanitize ] { + Method [ public method dropForeignKey ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ $sanitizers ] - Parameter #2 [ bool $noRecursive ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ string ] } - Method [ public method set ] { + Method [ public method dropIndex ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $service ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method init ] { + Method [ public method dropPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ array $mapper ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ void ] + - Return [ string ] } - Method [ private method processArrayValues ] { + Method [ public method dropTable ] { - Parameters [3] { - Parameter #0 [ array $values ] - Parameter #1 [ string $sanitizerName ] - Parameter #2 [ array $sanitizerParams ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } - - Return [ array ] + - Return [ string ] } - Method [ private method sanitizer ] { + Method [ public method dropView ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ string $sanitizerName ] - Parameter #2 [ array $sanitizerParams ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Exception extends Phalcon\Exception implements Throwable ] { - - Constants [0] { - } + Method [ public method forUpdate ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method listIndexesSql ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $keyName ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } + Method [ public method listTables ] { - Method [ final public method getMessage ] { + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method listViews ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] } - Method [ final public method getLine ] { - } + Method [ public method modifyColumn ] { - Method [ final public method getTrace ] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + - Return [ string ] } - Method [ final public method getPrevious ] { - } + Method [ public method sharedLock ] { - Method [ final public method getTraceAsString ] { + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] } - Method [ public method __toString ] { - } - } - } + Method [ public method tableExists ] { - Class [ class Phalcon\Filter\FilterFactory ] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } - - Constants [0] { - } + Method [ public method tableOptions ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method truncateTable ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } - - Methods [2] { - Method [ public method newInstance ] { + Method [ public method viewExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } - - Return [ Phalcon\Filter\FilterInterface ] + - Return [ string ] } - Method [ protected method getAdapters ] { + Method [ public method createSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\AbsInt ] { - - - Constants [0] { - } + Method [ final public method escape ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ final public method escapeSchema ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method getColumnList ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Alnum ] { - - - Constants [0] { - } + Method [ public method getCustomFunctions ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ final public method getSqlColumn ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getSqlExpression ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Alpha ] { + Method [ final public method getSqlTable ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method limit ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method registerCustomFunction ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] + } + + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $input ] + Parameter #0 [ string $name ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\BoolVal ] { + Method [ public method rollbackSavepoint ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method select ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method supportsSavepoints ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ bool ] + } - - Parameters [1] { - Parameter #0 [ $input ] + Method [ public method supportsReleaseSavepoints ] { + + - Parameters [0] { } + - Return [ bool ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Email ] { + Method [ protected method getColumnSize ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ protected method getColumnSizeAndScale ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ protected method checkColumnType ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnTypeSql ] { - Parameters [1] { - Parameter #0 [ $input ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\FloatVal ] { + Method [ final protected method getSqlExpressionAll ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ final protected method getSqlExpressionBinaryOperations ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ final protected method getSqlExpressionCase ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Parameters [1] { - Parameter #0 [ $input ] + Method [ final protected method getSqlExpressionCastValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\IntVal ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ final protected method getSqlExpressionFrom ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ final protected method getSqlExpressionFunctionCall ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Parameters [1] { - Parameter #0 [ $input ] + Method [ final protected method getSqlExpressionGroupBy ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Lower ] { + Method [ final protected method getSqlExpressionHaving ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ final protected method getSqlExpressionJoins ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ final protected method getSqlExpressionLimit ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Parameters [1] { - Parameter #0 [ string $input ] + Method [ final protected method getSqlExpressionList ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { + Method [ final protected method getSqlExpressionObject ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ final protected method getSqlExpressionOrderBy ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ final protected method getSqlExpressionQualified ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } - - Parameters [1] { - Parameter #0 [ string $input ] + Method [ final protected method getSqlExpressionScalar ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Regex ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ final protected method getSqlExpressionWhere ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ protected method prepareColumnAlias ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ string or NULL $alias ] + Parameter #2 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ protected method prepareTable ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ protected method prepareQualified ] { - Parameters [3] { - Parameter #0 [ $input ] - Parameter #1 [ $pattern ] - Parameter #2 [ $replace ] + Parameter #0 [ string $column ] + Parameter #1 [ string or NULL $domain ] + Parameter #2 [ string or NULL $escapeChar ] } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Sanitize\Remove ] { + Class [ class Phalcon\Db\Enum ] { - - Constants [0] { + - Constants [17] { + Constant [ public int FETCH_ASSOC ] { 2 } + Constant [ public int FETCH_BOTH ] { 4 } + Constant [ public int FETCH_BOUND ] { 6 } + Constant [ public int FETCH_CLASS ] { 8 } + Constant [ public int FETCH_CLASSTYPE ] { 262144 } + Constant [ public int FETCH_COLUMN ] { 7 } + Constant [ public int FETCH_FUNC ] { 10 } + Constant [ public int FETCH_GROUP ] { 65536 } + Constant [ public int FETCH_INTO ] { 9 } + Constant [ public int FETCH_KEY_PAIR ] { 12 } + Constant [ public int FETCH_LAZY ] { 1 } + Constant [ public int FETCH_NAMED ] { 11 } + Constant [ public int FETCH_NUM ] { 3 } + Constant [ public int FETCH_OBJ ] { 5 } + Constant [ public int FETCH_PROPS_LATE ] { 1048576 } + Constant [ public int FETCH_SERIALIZE ] { 524288 } + Constant [ public int FETCH_UNIQUE ] { 196608 } } - Static properties [0] { @@ -32396,18 +35057,11 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Properties [0] { } - - Methods [1] { - Method [ public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ $input ] - Parameter #1 [ $replace ] - } - } + - Methods [0] { } } - Class [ class Phalcon\Filter\Sanitize\Replace ] { + Class [ class Phalcon\Db\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -32415,49 +35069,63 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - - Properties [0] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $input ] - Parameter #1 [ $from ] - Parameter #2 [ $to ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - } - } - Class [ class Phalcon\Filter\Sanitize\Special ] { + Method [ public method __wakeup ] { + } - - Constants [0] { - } + Method [ final public method getMessage ] { + } - - Static properties [0] { - } + Method [ final public method getCode ] { + } - - Static methods [0] { - } + Method [ final public method getFile ] { + } - - Properties [0] { - } + Method [ final public method getLine ] { + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method getTrace ] { + } - - Parameters [1] { - Parameter #0 [ $input ] - } + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { + Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { - Constants [0] { } @@ -32468,44 +35136,46 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ protected $columns ] + Property [ protected $name ] + Property [ protected $type ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [4] { + Method [ public method getColumns ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [0] { } + - Return [ array ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\StringVal ] { - - Constants [0] { - } + Method [ public method getName ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getType ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $columns ] + Parameter #2 [ string $type ] } } } } - Class [ class Phalcon\Filter\Sanitize\Striptags ] { + Class [ class Phalcon\Db\Profiler ] { - Constants [0] { } @@ -32516,20 +35186,167 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ protected $activeProfile ] + Property [ protected $allProfiles ] + Property [ protected $totalSeconds ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [7] { + Method [ public method getLastProfile ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Profiler\Item ] + } + + Method [ public method getNumberTotalStatements ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getTotalElapsedSeconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getProfiles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Profiler ] + } + + Method [ public method startProfile ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $sqlVariables ] + Parameter #2 [ $sqlBindTypes ] + } + - Return [ Phalcon\Db\Profiler ] + } + + Method [ public method stopProfile ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Profiler ] + } + } + } + + Class [ class Phalcon\Db\Profiler\Item ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $finalTime ] + Property [ protected $initialTime ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + } + + - Methods [11] { + Method [ public method setFinalTime ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ float $finalTime ] + } + } + + Method [ public method getFinalTime ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method setInitialTime ] { + + - Parameters [1] { + Parameter #0 [ float $initialTime ] + } + } + + Method [ public method getInitialTime ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method setSqlBindTypes ] { + + - Parameters [1] { + Parameter #0 [ array $sqlBindTypes ] + } + } + + Method [ public method getSqlBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setSqlStatement ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + } + + Method [ public method getSqlStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setSqlVariables ] { + + - Parameters [1] { + Parameter #0 [ array $sqlVariables ] + } + } + + Method [ public method getSqlVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getTotalElapsedSeconds ] { + + - Parameters [0] { } + - Return [ float ] } } } - Class [ class Phalcon\Filter\Sanitize\Trim ] { + Class [ class Phalcon\Db\RawValue ] { - Constants [0] { } @@ -32540,20 +35357,124 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $value ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [3] { + Method [ public method getValue ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ $value ] } } } } - Class [ class Phalcon\Filter\Sanitize\Upper ] { + Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $columns ] + Property [ protected $name ] + Property [ protected $referencedColumns ] + Property [ protected $referencedSchema ] + Property [ protected $referencedTable ] + Property [ protected $schemaName ] + Property [ protected $onDelete ] + Property [ protected $onUpdate ] + } + + - Methods [9] { + Method [ public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getReferencedColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getReferencedSchema ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getReferencedTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSchemaName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getOnDelete ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getOnUpdate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] + } + } + } + } + + Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { - Constants [0] { } @@ -32561,23 +35482,5513 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [0] { - } + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $bindParams ] + Property [ protected $bindTypes ] + Property [ protected $connection ] + Property [ protected $fetchMode ] + Property [ protected $pdoStatement ] + Property [ protected $result ] + Property [ protected $rowCount ] + Property [ protected $sqlStatement ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ PDOStatement $result ] + Parameter #2 [ $sqlStatement ] + Parameter #3 [ $bindParams ] + Parameter #4 [ $bindTypes ] + } + } + + Method [ public method dataSeek ] { + + - Parameters [1] { + Parameter #0 [ int $number ] + } + - Return [ void ] + } + + Method [ public method execute ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method fetch ] { + + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $cursorOrientation ] + Parameter #2 [ $cursorOffset ] + } + } + + Method [ public method fetchAll ] { + + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $fetchArgument ] + Parameter #2 [ $ctorArgs ] + } + - Return [ array ] + } + + Method [ public method fetchArray ] { + } + + Method [ public method getInternalResult ] { + + - Parameters [0] { + } + - Return [ PDOStatement ] + } + + Method [ public method numRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setFetchMode ] { + + - Parameters [3] { + Parameter #0 [ int $fetchMode ] + Parameter #1 [ $colNoOrClassNameOrObject ] + Parameter #2 [ $ctorargs ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Debug ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $isActive ] + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $blacklist ] + Property [ protected $data ] + Property [ protected $hideDocumentRoot ] + Property [ protected $showBackTrace ] + Property [ protected $showFileFragment ] + Property [ protected $showFiles ] + Property [ protected $uri ] + } + + - Methods [21] { + Method [ public method clearVars ] { + + - Parameters [0] { + } + - Return [ Phalcon\Debug ] + } + + Method [ public method debugVar ] { + + - Parameters [2] { + Parameter #0 [ $varz ] + Parameter #1 [ string or NULL $key ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method getCssSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getJsSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method halt ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method listen ] { + + - Parameters [2] { + Parameter #0 [ bool $exceptions ] + Parameter #1 [ bool $lowSeverity ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method listenExceptions ] { + + - Parameters [0] { + } + - Return [ Phalcon\Debug ] + } + + Method [ public method listenLowSeverity ] { + + - Parameters [0] { + } + - Return [ Phalcon\Debug ] + } + + Method [ public method onUncaughtException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + + Method [ public method onUncaughtLowSeverity ] { + + - Parameters [5] { + Parameter #0 [ $severity ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + - Return [ void ] + } + + Method [ public method setBlacklist ] { + + - Parameters [1] { + Parameter #0 [ array $blacklist ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setShowBackTrace ] { + + - Parameters [1] { + Parameter #0 [ bool $showBackTrace ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setShowFileFragment ] { + + - Parameters [1] { + Parameter #0 [ bool $showFileFragment ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setShowFiles ] { + + - Parameters [1] { + Parameter #0 [ bool $showFiles ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setUri ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ Phalcon\Debug ] + } + + Method [ protected method escapeString ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ string ] + } + + Method [ protected method getArrayDump ] { + + - Parameters [2] { + Parameter #0 [ array $argument ] + Parameter #1 [ $n ] + } + - Return [ string or NULL ] + } + + Method [ protected method getVarDump ] { + + - Parameters [1] { + Parameter #0 [ $variable ] + } + - Return [ string ] + } + + Method [ final protected method showTraceItem ] { + + - Parameters [2] { + Parameter #0 [ int $n ] + Parameter #1 [ array $trace ] + } + - Return [ string ] + } + + Method [ public method renderHtml ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Debug\Dump ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $detailed ] + Property [ protected $methods ] + Property [ protected $styles ] + } + + - Methods [11] { + Method [ public method getDetailed ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setDetailed ] { + + - Parameters [1] { + Parameter #0 [ bool $detailed ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $styles ] + Parameter #1 [ bool $detailed ] + } + } + + Method [ public method all ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method one ] { + + - Parameters [2] { + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method setStyles ] { + + - Parameters [1] { + Parameter #0 [ array $styles ] + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ $variable ] + } + - Return [ string ] + } + + Method [ public method variable ] { + + - Parameters [2] { + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method variables ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getStyle ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method output ] { + + - Parameters [3] { + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] + Parameter #2 [ int $tab ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Debug\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_default ] + } + + - Static methods [3] { + Method [ static public method getDefault ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface or NULL ] + } + + Method [ static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + + - Properties [3] { + Property [ protected $services ] + Property [ protected $sharedInstances ] + Property [ protected $eventsManager ] + } + + - Methods [23] { + Method [ public method __construct ] { + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method attempt ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ public method getInternalEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] + } + - Return [ void ] + } + + Method [ public method loadFromPhp ] { + + - Parameters [1] { + Parameter #0 [ string $filePath ] + } + - Return [ void ] + } + + Method [ public method loadFromYaml ] { + + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ array or NULL $callbacks ] + } + - Return [ void ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $definition ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method setService ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + } + } + + Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $definition ] + Property [ protected $resolved ] + Property [ protected $shared ] + Property [ protected $sharedInstance ] + } + + - Methods [10] { + Method [ final public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $definition ] + Parameter #1 [ bool $shared ] + } + } + + Method [ public method getDefinition ] { + } + + Method [ public method getParameter ] { + + - Parameters [1] { + Parameter #0 [ int $position ] + } + } + + Method [ public method isResolved ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isShared ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method resolve ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method setDefinition ] { + + - Parameters [1] { + Parameter #0 [ $definition ] + } + - Return [ void ] + } + + Method [ public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ int $position ] + Parameter #1 [ array $parameter ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setShared ] { + + - Parameters [1] { + Parameter #0 [ bool $shared ] + } + - Return [ void ] + } + + Method [ public method setSharedInstance ] { + + - Parameters [1] { + Parameter #0 [ $sharedInstance ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Di\Service\Builder ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method build ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $definition ] + Parameter #2 [ $parameters ] + } + } + + Method [ private method buildParameter ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ int $position ] + Parameter #2 [ array $argument ] + } + } + + Method [ private method buildParameters ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $arguments ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $exception ] + Property [ protected $extras ] + Property [ protected $input ] + Property [ protected $messages ] + Property [ protected $status ] + Property [ protected $output ] + } + + - Methods [12] { + Method [ public method getExtras ] { + } + + Method [ public method getInput ] { + } + + Method [ public method getMessages ] { + } + + Method [ public method getStatus ] { + } + + Method [ public method getOutput ] { + } + + Method [ public method getException ] { + + - Parameters [0] { + } + - Return [ Throwable or NULL ] + } + + Method [ public method setException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setExtras ] { + + - Parameters [1] { + Parameter #0 [ $extras ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setOutput ] { + + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + } + } + + Class [ class Phalcon\Domain\Payload\PayloadFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method newInstance ] { + + - Parameters [0] { + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + } + } + + Class [ class Phalcon\Domain\Payload\Status ] { + + - Constants [20] { + Constant [ public string ACCEPTED ] { ACCEPTED } + Constant [ public string AUTHENTICATED ] { AUTHENTICATED } + Constant [ public string AUTHORIZED ] { AUTHORIZED } + Constant [ public string CREATED ] { CREATED } + Constant [ public string DELETED ] { DELETED } + Constant [ public string ERROR ] { ERROR } + Constant [ public string FAILURE ] { FAILURE } + Constant [ public string FOUND ] { FOUND } + Constant [ public string NOT_ACCEPTED ] { NOT_ACCEPTED } + Constant [ public string NOT_AUTHENTICATED ] { NOT_AUTHENTICATED } + Constant [ public string NOT_AUTHORIZED ] { NOT_AUTHORIZED } + Constant [ public string NOT_CREATED ] { NOT_CREATED } + Constant [ public string NOT_DELETED ] { NOT_DELETED } + Constant [ public string NOT_FOUND ] { NOT_FOUND } + Constant [ public string NOT_UPDATED ] { NOT_UPDATED } + Constant [ public string NOT_VALID ] { NOT_VALID } + Constant [ public string PROCESSING ] { PROCESSING } + Constant [ public string SUCCESS ] { SUCCESS } + Constant [ public string UPDATED ] { UPDATED } + Constant [ public string VALID ] { VALID } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final private method __construct ] { + } + } + } + + Class [ class Phalcon\Escaper implements Phalcon\Escaper\EscaperInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $doubleEncode ] + Property [ protected $encoding ] + Property [ protected $flags ] + } + + - Methods [18] { + Method [ public method attributes ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $attribute ] + } + - Return [ string ] + } + + Method [ public method css ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + + Method [ final public method detectEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string or NULL ] + } + + Method [ public method escapeCss ] { + + - Parameters [1] { + Parameter #0 [ string $css ] + } + - Return [ string ] + } + + Method [ public method escapeJs ] { + + - Parameters [1] { + Parameter #0 [ string $js ] + } + - Return [ string ] + } + + Method [ public method escapeHtml ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $text ] + } + - Return [ string ] + } + + Method [ public method escapeHtmlAttr ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $attribute ] + } + - Return [ string ] + } + + Method [ public method escapeUrl ] { + + - Parameters [1] { + Parameter #0 [ string $url ] + } + - Return [ string ] + } + + Method [ public method getEncoding ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method html ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $input ] + } + - Return [ string ] + } + + Method [ public method js ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + + Method [ final public method normalizeEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method setDoubleEncode ] { + + - Parameters [1] { + Parameter #0 [ bool $doubleEncode ] + } + - Return [ void ] + } + + Method [ public method setEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $encoding ] + } + - Return [ void ] + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ int $flags ] + } + - Return [ Phalcon\Escaper ] + } + + Method [ public method setHtmlQuoteType ] { + + - Parameters [1] { + Parameter #0 [ int $flags ] + } + - Return [ void ] + } + + Method [ public method url ] { + + - Parameters [1] { + Parameter #0 [ string $url ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Escaper\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $cancelable ] + Property [ protected $data ] + Property [ protected $source ] + Property [ protected $stopped ] + Property [ protected $type ] + } + + - Methods [9] { + Method [ public method getData ] { + } + + Method [ public method getSource ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $type ] + Parameter #1 [ $source ] + Parameter #2 [ $data ] + Parameter #3 [ bool $cancelable ] + } + } + + Method [ public method isCancelable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isStopped ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ Phalcon\Events\EventInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Events\EventInterface ] + } + + Method [ public method stop ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\EventInterface ] + } + } + } + + Class [ class Phalcon\Events\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { + + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $collect ] + Property [ protected $enablePriorities ] + Property [ protected $events ] + Property [ protected $responses ] + } + + - Methods [13] { + Method [ public method attach ] { + + - Parameters [3] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + Parameter #2 [ int $priority ] + } + - Return [ void ] + } + + Method [ public method arePrioritiesEnabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method collectResponses ] { + + - Parameters [1] { + Parameter #0 [ bool $collect ] + } + - Return [ void ] + } + + Method [ public method detach ] { + + - Parameters [2] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + } + - Return [ void ] + } + + Method [ public method detachAll ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $type ] + } + - Return [ void ] + } + + Method [ public method enablePriorities ] { + + - Parameters [1] { + Parameter #0 [ bool $enablePriorities ] + } + - Return [ void ] + } + + Method [ public method fire ] { + + - Parameters [4] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $source ] + Parameter #2 [ $data ] + Parameter #3 [ bool $cancelable ] + } + } + + Method [ final public method fireQueue ] { + + - Parameters [2] { + Parameter #0 [ SplPriorityQueue $queue ] + Parameter #1 [ Phalcon\Events\EventInterface $event ] + } + } + + Method [ public method getListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ array ] + } + + Method [ public method getResponses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ bool ] + } + + Method [ public method isCollecting ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isValidHandler ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Factory\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Filter implements Phalcon\Filter\FilterInterface ] { + + - Constants [21] { + Constant [ public string FILTER_ABSINT ] { absint } + Constant [ public string FILTER_ALNUM ] { alnum } + Constant [ public string FILTER_ALPHA ] { alpha } + Constant [ public string FILTER_BOOL ] { bool } + Constant [ public string FILTER_EMAIL ] { email } + Constant [ public string FILTER_FLOAT ] { float } + Constant [ public string FILTER_INT ] { int } + Constant [ public string FILTER_LOWER ] { lower } + Constant [ public string FILTER_LOWERFIRST ] { lowerFirst } + Constant [ public string FILTER_REGEX ] { regex } + Constant [ public string FILTER_REMOVE ] { remove } + Constant [ public string FILTER_REPLACE ] { replace } + Constant [ public string FILTER_SPECIAL ] { special } + Constant [ public string FILTER_SPECIALFULL ] { specialFull } + Constant [ public string FILTER_STRING ] { string } + Constant [ public string FILTER_STRIPTAGS ] { striptags } + Constant [ public string FILTER_TRIM ] { trim } + Constant [ public string FILTER_UPPER ] { upper } + Constant [ public string FILTER_UPPERFIRST ] { upperFirst } + Constant [ public string FILTER_UPPERWORDS ] { upperWords } + Constant [ public string FILTER_URL ] { url } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $mapper ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method sanitize ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ $sanitizers ] + Parameter #2 [ bool $noRecursive ] + } + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $service ] + } + - Return [ void ] + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $mapper ] + } + - Return [ void ] + } + + Method [ private method processArrayValues ] { + + - Parameters [3] { + Parameter #0 [ array $values ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] + } + - Return [ array ] + } + + Method [ private method sanitizer ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] + } + } + } + } + + Class [ class Phalcon\Filter\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Filter\FilterFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method newInstance ] { + + - Parameters [0] { + } + - Return [ Phalcon\Filter\FilterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Filter\Sanitize\AbsInt ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Alnum ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Alpha ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\BoolVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Email ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\FloatVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\IntVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Lower ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Regex ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $pattern ] + Parameter #2 [ $replace ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Remove ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $replace ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Replace ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $from ] + Parameter #2 [ $to ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Special ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\StringVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Striptags ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Trim ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Upper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\UpperWords ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Url ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $container ] + Property [ protected $autoescape ] + Property [ protected $automaticHtml ] + Property [ protected $cssClasses ] + Property [ protected $customTemplate ] + Property [ protected $escaperService ] + Property [ protected $implicitFlush ] + Property [ protected $messages ] + Property [ protected $sessionService ] + } + + - Methods [21] { + Method [ public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + - Return [ string or NULL ] + } + + Method [ public method output ] { + + - Parameters [1] { + Parameter #0 [ bool $remove ] + } + - Return [ void ] + } + + Method [ public method getAutoescape ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getCssClasses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCustomTemplate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method error ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] + } + + Method [ public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setAutomaticHtml ] { + + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCssClasses ] { + + - Parameters [1] { + Parameter #0 [ array $cssClasses ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCustomTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $customTemplate ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setEscaperService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setImplicitFlush ] { + + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method outputMessage ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + } + + Method [ public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Flash\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $container ] + Property [ protected $autoescape ] + Property [ protected $automaticHtml ] + Property [ protected $cssClasses ] + Property [ protected $customTemplate ] + Property [ protected $escaperService ] + Property [ protected $implicitFlush ] + Property [ protected $messages ] + Property [ protected $sessionService ] + } + + - Methods [26] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getMessages ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ bool $remove ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + - Return [ bool ] + } + + Method [ public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method output ] { + + - Parameters [1] { + Parameter #0 [ bool $remove ] + } + - Return [ void ] + } + + Method [ protected method getSessionMessages ] { + + - Parameters [2] { + Parameter #0 [ bool $remove ] + Parameter #1 [ $type ] + } + - Return [ array ] + } + + Method [ protected method setSessionMessages ] { + + - Parameters [1] { + Parameter #0 [ array $messages ] + } + - Return [ array ] + } + + Method [ public method getSessionService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method getAutoescape ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getCssClasses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCustomTemplate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] + } + } + + Method [ public method error ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] + } + + Method [ public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setAutomaticHtml ] { + + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCssClasses ] { + + - Parameters [1] { + Parameter #0 [ array $cssClasses ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCustomTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $customTemplate ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setEscaperService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setImplicitFlush ] { + + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method outputMessage ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + } + + Method [ public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + Property [ protected $optionsValues ] + } + + - Methods [36] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $options ] + Parameter #2 [ $attributes ] + } + } + + Method [ public method addOption ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getOptions ] { + } + + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + } + } + + Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { + Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -32588,257 +40999,265 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [0] { + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [33] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\UpperWords ] { - - Constants [0] { - } + Method [ public method __construct ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } - - Static methods [0] { - } + Method [ public method __toString ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Url ] { - - - Constants [0] { - } + Method [ public method addValidator ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static methods [0] { - } + Method [ public method addValidators ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $input ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - - Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { - } + Method [ public method clear ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static methods [0] { - } + Method [ public method getAttribute ] { - - Properties [9] { - Property [ protected $container ] - Property [ protected $autoescape ] - Property [ protected $automaticHtml ] - Property [ protected $cssClasses ] - Property [ protected $customTemplate ] - Property [ protected $escaperService ] - Property [ protected $implicitFlush ] - Property [ protected $messages ] - Property [ protected $sessionService ] - } + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } - - Methods [21] { - Method [ public method message ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + - Parameters [0] { } - - Return [ string or NULL ] + - Return [ array ] } - Method [ public method output ] { + Method [ public method getDefault ] { + } - - Parameters [1] { - Parameter #0 [ bool $remove ] + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method getAutoescape ] { + Method [ public method getLabel ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getCssClasses ] { + Method [ public method getMessages ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getCustomTemplate ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] - Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ public method clear ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method error ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ string or NULL ] + - Return [ array ] } - Method [ public method getEscaperService ] { + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { - Parameters [0] { } - - Return [ Phalcon\Escaper\EscaperInterface ] + - Return [ bool ] } - Method [ public method notice ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $attributes ] } - - Return [ string or NULL ] + - Return [ string ] } - Method [ public method setAutoescape ] { + Method [ public method prepareAttributes ] { - - Parameters [1] { - Parameter #0 [ bool $autoescape ] + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ array ] } - Method [ public method setAutomaticHtml ] { + Method [ public method setAttribute ] { - - Parameters [1] { - Parameter #0 [ bool $automaticHtml ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setCssClasses ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ array $cssClasses ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setCustomTemplate ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ string $customTemplate ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setEscaperService ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] + Parameter #0 [ $filters ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setImplicitFlush ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ bool $implicitFlush ] + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method success ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $label ] } - - Return [ string or NULL ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method outputMessage ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method warning ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $name ] } - - Return [ string or NULL ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getDI ] { + Method [ public method setUserOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setDI ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ array $options ] } - - Return [ void ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ class Phalcon\Flash\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -32846,293 +41265,332 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ array $attributes ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method __wakeup ] { - } + Method [ public method __toString ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method addFilter ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getLine ] { - } + Method [ public method addValidator ] { - Method [ final public method getTrace ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getPrevious ] { - } + Method [ public method addValidators ] { - Method [ final public method getTraceAsString ] { + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { - } - } - } + Method [ public method appendMessage ] { - Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Constants [0] { - } + Method [ public method clear ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static methods [0] { - } + Method [ public method getAttribute ] { - - Properties [9] { - Property [ protected $container ] - Property [ protected $autoescape ] - Property [ protected $automaticHtml ] - Property [ protected $cssClasses ] - Property [ protected $customTemplate ] - Property [ protected $escaperService ] - Property [ protected $implicitFlush ] - Property [ protected $messages ] - Property [ protected $sessionService ] - } + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } - - Methods [26] { - Method [ public method clear ] { + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getMessages ] { + Method [ public method getDefault ] { + } - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ bool $remove ] + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method has ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method message ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ string $message ] + - Parameters [0] { } - - Return [ string or NULL ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method output ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ bool $remove ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method getSessionMessages ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ bool $remove ] - Parameter #1 [ $type ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } - - Return [ array ] } - Method [ protected method setSessionMessages ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ array $messages ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getSessionService ] { + Method [ public method getValidators ] { - Parameters [0] { } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ array ] } - Method [ public method getAutoescape ] { + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method getCssClasses ] { + Method [ public method label ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getCustomTemplate ] { + Method [ public method prepareAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] } - - Return [ string ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] - Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method error ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $attributes ] } - - Return [ string or NULL ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getEscaperService ] { + Method [ public method setDefault ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ Phalcon\Escaper\EscaperInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method notice ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $filters ] } - - Return [ string or NULL ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAutoescape ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ bool $autoescape ] + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAutomaticHtml ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ bool $automaticHtml ] + Parameter #0 [ string $label ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setCssClasses ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ array $cssClasses ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setCustomTemplate ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ string $customTemplate ] + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setEscaperService ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] + Parameter #0 [ array $options ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method setImplicitFlush ] { + Class [ class Phalcon\Forms\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ bool $implicitFlush ] + Parameter #0 [ string $service ] } - - Return [ Phalcon\Flash\FlashInterface ] + - Return [ string ] } + } - Method [ public method success ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [1] { - Parameter #0 [ string $message ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } - - Return [ string or NULL ] } - Method [ public method outputMessage ] { + Method [ public method __wakeup ] { + } - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] - } + Method [ final public method getMessage ] { } - Method [ public method warning ] { + Method [ final public method getCode ] { + } - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ string or NULL ] + Method [ final public method getFile ] { } - Method [ public method getDI ] { + Method [ final public method getLine ] { + } - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] + Method [ final public method getTrace ] { } - Method [ public method setDI ] { + Method [ final public method getPrevious ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { - Constants [0] { } @@ -33143,265 +41601,302 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { + Property [ protected $container ] Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] + Property [ protected $data ] + Property [ protected $elements ] + Property [ protected $elementsIndexed ] + Property [ protected $entity ] Property [ protected $messages ] - Property [ protected $name ] + Property [ protected $position ] Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + Property [ protected $validation ] } - - Methods [33] { - Method [ public method render ] { + - Methods [38] { + Method [ public method setValidation ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ $validation ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getValidation ] { + } + + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] + Parameter #0 [ $entity ] + Parameter #1 [ array $userOptions ] } } - Method [ public method __toString ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] + Parameter #1 [ string or NULL $position ] + Parameter #2 [ bool or NULL $type ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method addFilter ] { + Method [ public method bind ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $entity ] + Parameter #2 [ $whitelist ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method addValidator ] { + Method [ public method clear ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ $fields ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method addValidators ] { + Method [ public method count ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ public method appendMessage ] { + Method [ public method current ] { + } + + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method clear ] { + Method [ public method getAction ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ Phalcon\Html\Attributes ] } - Method [ public method getAttributes ] { + Method [ public method getElements ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getDefault ] { + Method [ public method getEntity ] { } - Method [ public method getFilters ] { + Method [ public method getLabel ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] } - Method [ public method getForm ] { + Method [ public method getMessages ] { + } - - Parameters [0] { + Method [ public method getMessagesFor ] { + + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getLabel ] { + Method [ public method getUserOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } - - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] + - Return [ array ] } - Method [ public method getName ] { + Method [ public method getValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ public method getUserOptions ] { + Method [ public method hasMessagesFor ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValidators ] { + Method [ public method isValid ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $entity ] + } + - Return [ bool ] + } + + Method [ public method key ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method getValue ] { + Method [ public method label ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array or NULL $attributes ] + } + - Return [ string ] } - Method [ public method hasMessages ] { + Method [ public method next ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method label ] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method remove ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method rewind ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setAttributes ] { + Method [ public method setAction ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $action ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setDefault ] { + Method [ public method setEntity ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $entity ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setFilters ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ Phalcon\Html\Attributes $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Attributes\AttributesInterface ] } - Method [ public method setForm ] { + Method [ public method setUserOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setLabel ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ array $options ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setMessages ] { + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $propertyName ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setName ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setUserOptions ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } } } - Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Forms\Manager ] { - Constants [0] { } @@ -33412,265 +41907,356 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + - Properties [1] { + Property [ protected $forms ] } - - Methods [33] { - Method [ public method render ] { + - Methods [4] { + Method [ public method create ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $entity ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __construct ] { + Method [ public method has ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Manager ] } + } + } - Method [ public method addFilter ] { + Class [ class Phalcon\Helper\Arr ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [22] { + Method [ final static public method blackList ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ array $blackList ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidator ] { + Method [ final static public method chunk ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $size ] + Parameter #2 [ bool $preserveKeys ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidators ] { + Method [ final static public method filter ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method appendMessage ] { + Method [ final static public method first ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method clear ] { + Method [ final static public method firstKey ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getAttribute ] { + Method [ final static public method flatten ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ array $collection ] + Parameter #1 [ bool $deep ] } + - Return [ array ] } - Method [ public method getAttributes ] { + Method [ final static public method get ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ string or NULL $cast ] } - - Return [ array ] } - Method [ public method getDefault ] { + Method [ final static public method group ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ array ] } - Method [ public method getFilters ] { + Method [ final static public method has ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ final static public method isUnique ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $collection ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method getLabel ] { + Method [ final static public method last ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ string ] } - Method [ public method getMessages ] { + Method [ final static public method lastKey ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ Phalcon\Messages\Messages ] } - Method [ public method getName ] { + Method [ final static public method order ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $attribute ] + Parameter #2 [ string $order ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getUserOption ] { + Method [ final static public method pluck ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ array $collection ] + Parameter #1 [ string $element ] } + - Return [ array ] } - Method [ public method getUserOptions ] { + Method [ final static public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index ] } - Return [ array ] } - Method [ public method getValidators ] { + Method [ final static public method sliceLeft ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements ] } - Return [ array ] } - Method [ public method getValue ] { + Method [ final static public method sliceRight ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements ] + } + - Return [ array ] } - Method [ public method hasMessages ] { + Method [ final static public method split ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $collection ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method label ] { + Method [ final static public method toObject ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $collection ] } - - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ final static public method validateAll ] { - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ final static public method validateAny ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ final static public method whiteList ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ array $whiteList ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } + } - Method [ public method setDefault ] { + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Base64 ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ final static public method encodeUrl ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $input ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setFilters ] { + Method [ final static public method decodeUrl ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $input ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } + } - Method [ public method setForm ] { + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $service ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } + } - Method [ public method setLabel ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [1] { - Parameter #0 [ string $label ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + Method [ final public method getMessage ] { } - Method [ public method setName ] { + Method [ final public method getCode ] { + } - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + Method [ final public method getFile ] { } - Method [ public method setUserOption ] { + Method [ final public method getLine ] { + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + Method [ final public method getTrace ] { } - Method [ public method setUserOptions ] { + Method [ final public method getPrevious ] { + } - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Helper\Fs ] { - Constants [0] { } @@ -33678,268 +42264,336 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ final static public method basename ] { + + - Parameters [2] { + Parameter #0 [ string $uri ] + Parameter #1 [ $suffix ] + } + - Return [ string ] + } } - - Properties [9] { - Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + - Properties [0] { } - - Methods [33] { - Method [ public method render ] { + - Methods [0] { + } + } - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } + Class [ class Phalcon\Helper\Json ] { - Method [ public method __construct ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] + - Static properties [0] { + } + + - Static methods [2] { + Method [ final static public method decode ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ bool $associative ] + Parameter #2 [ int $depth ] + Parameter #3 [ int $options ] } } - Method [ public method __toString ] { + Method [ final static public method encode ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ int $options ] + Parameter #2 [ int $depth ] } - Return [ string ] } + } - Method [ public method addFilter ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Methods [0] { + } + } - Method [ public method addValidator ] { + Class [ class Phalcon\Helper\Number ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [0] { + } - Method [ public method addValidators ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + - Static methods [1] { + Method [ final static public method between ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $from ] + Parameter #2 [ int $to ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } + } - Method [ public method appendMessage ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Methods [0] { + } + } - Method [ public method clear ] { + Class [ class Phalcon\Helper\Str ] { - - Parameters [0] { - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [6] { + Constant [ public int RANDOM_ALNUM ] { 0 } + Constant [ public int RANDOM_ALPHA ] { 1 } + Constant [ public int RANDOM_DISTINCT ] { 5 } + Constant [ public int RANDOM_HEXDEC ] { 2 } + Constant [ public int RANDOM_NOZERO ] { 4 } + Constant [ public int RANDOM_NUMERIC ] { 3 } + } - Method [ public method getAttribute ] { + - Static properties [0] { + } + + - Static methods [25] { + Method [ final static public method camelize ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ final static public method concat ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefault ] { + Method [ final static public method countVowels ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ int ] } - Method [ public method getFilters ] { + Method [ final static public method decapitalize ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $upperRest ] + Parameter #2 [ string $encoding ] + } + - Return [ string ] } - Method [ public method getForm ] { + Method [ final static public method decrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method getLabel ] { + Method [ final static public method dirFromFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $file ] } - Return [ string ] } - Method [ public method getMessages ] { + Method [ final static public method dirSeparator ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $directory ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ final static public method dynamic ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $leftDelimiter ] + Parameter #2 [ string $rightDelimiter ] + Parameter #3 [ string $separator ] } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ final static public method endsWith ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $end ] + Parameter #2 [ bool $ignoreCase ] } + - Return [ bool ] } - Method [ public method getUserOptions ] { + Method [ final static public method firstBetween ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ string $end ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ final static public method friendly ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + Parameter #2 [ bool $lowercase ] + Parameter #3 [ $replace ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValue ] { + Method [ final static public method humanize ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] } - Method [ public method hasMessages ] { + Method [ final static public method includes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $needle ] + Parameter #1 [ string $haystack ] } - Return [ bool ] } - Method [ public method label ] { + Method [ final static public method increment ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ final static public method isAnagram ] { - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ final static public method isLower ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ final static public method isPalindrome ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $text ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setDefault ] { + Method [ final static public method isUpper ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setFilters ] { + Method [ final static public method lower ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setForm ] { + Method [ final static public method random ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [2] { + Parameter #0 [ int $type ] + Parameter #1 [ int $length ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ final static public method reduceSlashes ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ string $text ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ final static public method startsWith ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ bool $ignoreCase ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setName ] { + Method [ final static public method uncamelize ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ final static public method underscore ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $text ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ final static public method upper ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } } + + - Properties [0] { + } + + - Methods [0] { + } } - Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Attributes extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { - Constants [0] { } @@ -33950,265 +42604,226 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] } - - Methods [33] { - Method [ public method render ] { + - Methods [27] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] - } - } - - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method addFilter ] { - - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidator ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidators ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + Parameter #0 [ array $data ] + Parameter #1 [ bool $insensitive ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method clear ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ public method __unset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ array ] - } - - Method [ public method getDefault ] { - } - - Method [ public method getFilters ] { + - Return [ void ] } - Method [ public method getForm ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Form ] + - Return [ void ] } - Method [ public method getLabel ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getMessages ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] } - - Return [ Phalcon\Messages\Messages ] } - Method [ public method getName ] { + Method [ public method getIterator ] { - Parameters [0] { } - - Return [ string ] + - Return [ Traversable ] } - Method [ public method getUserOption ] { + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ bool $insensitive ] } + - Return [ array ] } - Method [ public method getUserOptions ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getValidators ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValue ] { + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] } - Method [ public method hasMessages ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method label ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method prepareAttributes ] { + Method [ public method offsetGet ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ $element ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setAttributes ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ $element ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setDefault ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setFilters ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setForm ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setMessages ] { + Method [ public method toJson ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ int $options ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $serialized ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setUserOption ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $element ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } } } - Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Breadcrumbs ] { - Constants [0] { } @@ -34219,265 +42834,261 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + - Properties [3] { + Property [ private $elements ] + Property [ private $separator ] + Property [ private $template ] } - - Methods [33] { - Method [ public method render ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] - } - } - - Method [ public method __toString ] { + - Methods [7] { + Method [ public method getSeparator ] { - Parameters [0] { } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method setSeparator ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string $separator ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidator ] { + Method [ public method add ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ string $link ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Breadcrumbs ] } - Method [ public method addValidators ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method appendMessage ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $link ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method clear ] { + Method [ public method render ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method getAttribute ] { - - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] - } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } + } + } - Method [ public method getDefault ] { - } - - Method [ public method getFilters ] { - } + Class [ class Phalcon\Html\Exception extends Phalcon\Exception implements Throwable ] { - Method [ public method getForm ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Forms\Form ] - } + - Static properties [0] { + } - Method [ public method getLabel ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $service ] } - Return [ string ] } + } - Method [ public method getMessages ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [0] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } - - Return [ Phalcon\Messages\Messages ] } - Method [ public method getName ] { + Method [ public method __wakeup ] { + } - - Parameters [0] { - } - - Return [ string ] + Method [ final public method getMessage ] { } - Method [ public method getUserOption ] { + Method [ final public method getCode ] { + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] - } + Method [ final public method getFile ] { } - Method [ public method getUserOptions ] { + Method [ final public method getLine ] { + } - - Parameters [0] { - } - - Return [ array ] + Method [ final public method getTrace ] { } - Method [ public method getValidators ] { + Method [ final public method getPrevious ] { + } - - Parameters [0] { - } - - Return [ array ] + Method [ final public method getTraceAsString ] { } - Method [ public method getValue ] { + Method [ public method __toString ] { } + } + } - Method [ public method hasMessages ] { + Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [0] { - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method label ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [12] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $href ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ protected method processAttributes ] { - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method setAttribute ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAttributes ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setFilters ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setForm ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -34488,164 +43099,133 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] } - - Methods [33] { - Method [ public method render ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $name ] + Parameter #0 [ string or NULL $href ] Parameter #1 [ array $attributes ] } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - Return [ string ] } - Method [ public method addFilter ] { - - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidator ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidators ] { - - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method appendMessage ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method clear ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getAttribute ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getDefault ] { - } - - Method [ public method getFilters ] { - } - - Method [ public method getForm ] { - - - Parameters [0] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method getLabel ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessages ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ array ] } - Method [ public method getName ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getUserOptions ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValue ] { + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] } - Method [ public method hasMessages ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method label ] { + Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -34653,100 +43233,97 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setForm ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -34757,534 +43334,588 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] } - - Methods [33] { - Method [ public method render ] { + - Methods [11] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] + Parameter #2 [ bool $raw ] } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method __toString ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidator ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidators ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method clear ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefault ] { - } + Method [ protected method selfClose ] { - Method [ public method getFilters ] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } + } + } - Method [ public method getForm ] { + Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [0] { - } - - Return [ Phalcon\Forms\Form ] - } + - Constants [0] { + } - Method [ public method getLabel ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ public method getMessages ] { + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } - - Parameters [0] { + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ string ] } - Method [ public method getUserOption ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } + - Return [ string ] } - Method [ public method getUserOptions ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method getValue ] { - } - - Method [ public method hasMessages ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method label ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } + } + } - Method [ public method setFilters ] { + Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [1] { - Parameter #0 [ $filters ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [0] { + } - Method [ public method setForm ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setUserOptions ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] - } - - Methods [33] { - Method [ public method render ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ public method __construct ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $name ] + Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidator ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } + } + } - Method [ public method addValidators ] { + Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [0] { + } - Method [ public method appendMessage ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method clear ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getAttribute ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefault ] { - } + Method [ protected method orderAttributes ] { - Method [ public method getFilters ] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] } - Method [ public method getForm ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method getLabel ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ public method getMessages ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } + - Return [ string ] } - Method [ public method getUserOptions ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method getValidators ] { + Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getValue ] { - } + - Static properties [0] { + } - Method [ public method hasMessages ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ bool ] - } + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } - Method [ public method label ] { + - Methods [11] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $src ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setForm ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Helper\Input\Color extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -35295,286 +43926,260 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [10] { + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] - Property [ protected $optionsValues ] + Property [ protected $type ] } - - Methods [36] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] - Parameter #1 [ $options ] - Parameter #2 [ $attributes ] - } - } - - Method [ public method addOption ] { - - - Parameters [1] { - Parameter #0 [ $option ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getOptions ] { + Method [ public method __toString ] { } - Method [ public method render ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string or NULL $value ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setOptions ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidator ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidators ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method clear ] { - - - Parameters [0] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getDefault ] { - } - - Method [ public method getFilters ] { - } - - Method [ public method getForm ] { - - - Parameters [0] { - } - - Return [ Phalcon\Forms\Form ] - } - - Method [ public method getLabel ] { - - - Parameters [0] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method getMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getUserOptions ] { + Class [ class Phalcon\Html\Helper\Input\Date extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getValidators ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getValue ] { - } + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } - Method [ public method hasMessages ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method label ] { + Method [ public method __toString ] { + } + + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string or NULL $value ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method prepareAttributes ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setForm ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Helper\Input\DateTime extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -35585,265 +44190,260 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + Property [ protected $type ] } - - Methods [33] { - Method [ public method render ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } - Method [ public method addFilter ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string or NULL $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method addValidator ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidators ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method appendMessage ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method clear ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method getAttributes ] { - - - Parameters [0] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method getDefault ] { - } + Method [ protected method renderArrayElements ] { - Method [ public method getFilters ] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] } - Method [ public method getForm ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method getLabel ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method getMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getUserOptions ] { + Class [ class Phalcon\Html\Helper\Input\DateTimeLocal extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getValidators ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getValue ] { - } + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } - Method [ public method hasMessages ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method label ] { + Method [ public method __toString ] { + } + + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string or NULL $value ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method prepareAttributes ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setForm ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Helper\Input\Email extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -35854,265 +44454,260 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + Property [ protected $type ] } - - Methods [33] { - Method [ public method render ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } - Method [ public method addFilter ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string or NULL $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method addValidator ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidators ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method appendMessage ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method clear ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method getAttributes ] { - - - Parameters [0] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method getDefault ] { - } + Method [ protected method renderArrayElements ] { - Method [ public method getFilters ] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] } - Method [ public method getForm ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method getLabel ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method getMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getUserOptions ] { + Class [ class Phalcon\Html\Helper\Input\File extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getValidators ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getValue ] { - } + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } - Method [ public method hasMessages ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method label ] { + Method [ public method __toString ] { + } + + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string or NULL $value ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method prepareAttributes ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setForm ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + Class [ class Phalcon\Html\Helper\Input\Hidden extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -36123,329 +44718,400 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [9] { + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] Property [ protected $attributes ] - Property [ protected $filters ] - Property [ protected $form ] - Property [ protected $label ] - Property [ protected $messages ] - Property [ protected $name ] - Property [ protected $options ] - Property [ protected $validators ] - Property [ protected $value ] + Property [ protected $type ] } - - Methods [33] { - Method [ public method render ] { + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string or NULL $value ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __construct ] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } + - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method addFilter ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidator ] { + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method clear ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getAttributes ] { + Class [ class Phalcon\Html\Helper\Input\Image extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } - Method [ public method getDefault ] { + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getFilters ] { + Method [ public method __toString ] { } - Method [ public method getForm ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string or NULL $value ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getLabel ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ string ] } - Method [ public method getMessages ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getUserOptions ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ array ] - } - - Method [ public method getValue ] { + - Return [ string ] } - Method [ public method hasMessages ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method label ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ bool $useChecked ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } + } + } - Method [ public method setAttributes ] { + Class [ class Phalcon\Html\Helper\Input\Input extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [0] { + } - Method [ public method setDefault ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Static methods [0] { + } - Method [ public method setFilters ] { + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $type ] + Property [ protected $attributes ] + } + + - Methods [14] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $type ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setForm ] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setLabel ] { - - - Parameters [1] { - Parameter #0 [ string $label ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + Method [ public method __toString ] { } - Method [ public method setMessages ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string or NULL $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setName ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOption ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Forms\Exception extends Phalcon\Exception implements Throwable ] { - - Constants [0] { - } + Method [ protected method orderAttributes ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - - Methods [10] { - Method [ public method __construct ] { + Method [ protected method renderAttributes ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } + Method [ protected method renderElement ] { - Method [ final public method getCode ] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } - Method [ final public method getFile ] { - } + Method [ protected method renderFullElement ] { - Method [ final public method getLine ] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ protected method renderTag ] { - Method [ final public method getPrevious ] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ protected method selfClose ] { - Method [ public method __toString ] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } } } - Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { + Class [ class Phalcon\Html\Helper\Input\Month extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -36456,302 +45122,392 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $container ] + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] Property [ protected $attributes ] - Property [ protected $data ] - Property [ protected $elements ] - Property [ protected $elementsIndexed ] - Property [ protected $entity ] - Property [ protected $messages ] - Property [ protected $position ] - Property [ protected $options ] - Property [ protected $validation ] + Property [ protected $type ] } - - Methods [38] { - Method [ public method setValidation ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $validation ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getValidation ] { + Method [ public method __toString ] { } - Method [ public method __construct ] { + Method [ public method setValue ] { - - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ array $userOptions ] + - Parameters [1] { + Parameter #0 [ string or NULL $value ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method add ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] - Parameter #1 [ string or NULL $position ] - Parameter #2 [ bool or NULL $type ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method bind ] { + Method [ protected method close ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $entity ] - Parameter #2 [ $whitelist ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method clear ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ $fields ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method count ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ int ] + - Return [ array ] } - Method [ public method current ] { + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] } - Method [ public method get ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAction ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ Phalcon\Html\Attributes ] + - Return [ string ] } - Method [ public method getElements ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getEntity ] { + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } + } + } - Method [ public method getLabel ] { + Class [ class Phalcon\Html\Helper\Input\Numeric extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [1] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getMessages ] { + Method [ public method __toString ] { } - Method [ public method getMessagesFor ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string or NULL $value ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getUserOption ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method getUserOptions ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValue ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method has ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method hasMessagesFor ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isValid ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $entity ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method key ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ public method label ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array or NULL $attributes ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ public method next ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ void ] + - Return [ string ] } - Method [ public method render ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $name ] + Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } + } + } - Method [ public method remove ] { + Class [ class Phalcon\Html\Helper\Input\Password extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [1] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method rewind ] { + Method [ public method __toString ] { + } - - Parameters [0] { + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] } - - Return [ void ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setAction ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $action ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method setEntity ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ $entity ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Attributes $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Html\Attributes\AttributesInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Forms\Form ] + - Return [ array ] } - Method [ public method setUserOptions ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method valid ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method __get ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method __isset ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Forms\Manager ] { + Class [ class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\Checkbox ] { - Constants [0] { } @@ -36762,250 +45518,269 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $forms ] + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $label ] + Property [ protected $type ] } - - Methods [4] { - Method [ public method create ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $entity ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method get ] { + Method [ public method __toString ] { + } + + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Html\Helper\Input\Checkbox ] } - Method [ public method has ] { + Method [ public method __invoke ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method set ] { + Method [ public method setValue ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Forms\Form $form ] + - Parameters [1] { + Parameter #0 [ string or NULL $value ] } - - Return [ Phalcon\Forms\Manager ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - } - } - - Class [ class Phalcon\Helper\Arr ] { - - Constants [0] { - } + Method [ protected method close ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } - - Static methods [21] { - Method [ final static public method chunk ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $size ] - Parameter #2 [ bool $preserveKeys ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final static public method filter ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ final static public method first ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ final static public method firstKey ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ final static public method flatten ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ bool $deep ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - Method [ final static public method get ] { + Method [ protected method renderFullElement ] { - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue ] - Parameter #3 [ string or NULL $cast ] + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } + - Return [ string ] } - Method [ final static public method group ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ array ] + - Return [ string ] } - Method [ final static public method has ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ final static public method isUnique ] { + Class [ class Phalcon\Html\Helper\Input\Range extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [1] { - Parameter #0 [ array $collection ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ final static public method last ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final static public method lastKey ] { + Method [ public method __toString ] { + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final static public method order ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $attribute ] - Parameter #2 [ string $order ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ array ] } - Method [ final static public method pluck ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $element ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ array ] + - Return [ string ] } - Method [ final static public method set ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $value ] - Parameter #2 [ $index ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final static public method sliceLeft ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $elements ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ final static public method sliceRight ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $elements ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ array ] + - Return [ string ] } - Method [ final static public method split ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ array $collection ] + Parameter #0 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - Method [ final static public method toObject ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ array $collection ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ final static public method validateAll ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ bool ] + - Return [ string ] } - Method [ final static public method validateAny ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ bool ] + - Return [ string ] } - Method [ final static public method whiteList ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ array $whiteList ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } } - - - Properties [0] { - } - - - Methods [0] { - } } - Class [ class Phalcon\Helper\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Html\Helper\Input\Search extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -37013,126 +45788,131 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __wakeup ] { + Method [ public method __toString ] { } - Method [ final public method getMessage ] { - } + Method [ public method setValue ] { - Method [ final public method getCode ] { + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final public method getFile ] { - } + Method [ public method __construct ] { - Method [ final public method getLine ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } } - Method [ final public method getTrace ] { - } + Method [ protected method close ] { - Method [ final public method getPrevious ] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ protected method indent ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ string ] } - } - } - Class [ class Phalcon\Helper\Fs ] { - - - Constants [0] { - } + Method [ protected method orderAttributes ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } - - Static methods [1] { - Method [ final static public method basename ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ string $uri ] - Parameter #1 [ $suffix ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - } - - - Properties [0] { - } - - Methods [0] { - } - } + Method [ protected method renderAttributes ] { - Class [ class Phalcon\Helper\Json ] { + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } - - Constants [0] { - } + Method [ protected method renderElement ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } - - Static methods [2] { - Method [ final static public method decode ] { + Method [ protected method renderFullElement ] { - Parameters [4] { - Parameter #0 [ string $data ] - Parameter #1 [ bool $associative ] - Parameter #2 [ int $depth ] - Parameter #3 [ int $options ] + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } + - Return [ string ] } - Method [ final static public method encode ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ int $options ] - Parameter #2 [ int $depth ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } - } - - Properties [0] { - } + Method [ protected method selfClose ] { - - Methods [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } } } - Class [ class Phalcon\Helper\Number ] { + Class [ class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList ] { - Constants [0] { } @@ -37140,262 +45920,329 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [1] { - Method [ final static public method between ] { - - - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $from ] - Parameter #2 [ int $to ] - } - - Return [ bool ] - } + - Static methods [0] { } - - Properties [0] { + - Properties [9] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + Property [ protected $elementTag ] + Property [ protected $inOptGroup ] + Property [ protected $selected ] } - - Methods [0] { - } - } + - Methods [20] { + Method [ public method add ] { - Class [ class Phalcon\Helper\Str ] { + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } - - Constants [6] { - Constant [ public int RANDOM_ALNUM ] { 0 } - Constant [ public int RANDOM_ALPHA ] { 1 } - Constant [ public int RANDOM_DISTINCT ] { 5 } - Constant [ public int RANDOM_HEXDEC ] { 2 } - Constant [ public int RANDOM_NOZERO ] { 4 } - Constant [ public int RANDOM_NUMERIC ] { 3 } - } + Method [ public method addPlaceholder ] { - - Static properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ $value ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } - - Static methods [24] { - Method [ final static public method camelize ] { + Method [ public method optGroup ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ $delimiter ] + Parameter #0 [ string or NULL $label ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ final static public method concat ] { + Method [ public method selected ] { + + - Parameters [1] { + Parameter #0 [ string $selected ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + + Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ final static public method countVowels ] { + Method [ protected method optGroupEnd ] { - - Parameters [1] { - Parameter #0 [ string $text ] + - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ final static public method decapitalize ] { + Method [ protected method optGroupStart ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $upperRest ] - Parameter #2 [ string $encoding ] + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ final static public method decrement ] { + Method [ private method processValue ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator ] + Parameter #0 [ array $attributes ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ array ] } - Method [ final static public method dirFromFile ] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $file ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ final static public method dirSeparator ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string $directory ] + - Parameters [0] { } - Return [ string ] } - Method [ final static public method dynamic ] { + Method [ protected method orderAttributes ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $leftDelimiter ] - Parameter #2 [ string $rightDelimiter ] - Parameter #3 [ string $separator ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final static public method endsWith ] { + Method [ protected method renderAttributes ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ string $end ] - Parameter #2 [ bool $ignoreCase ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ final static public method firstBetween ] { + Method [ protected method renderElement ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ string $start ] - Parameter #2 [ string $end ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ final static public method humanize ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $text ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ final static public method includes ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $needle ] - Parameter #1 [ string $haystack ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ bool ] + - Return [ string ] } - Method [ final static public method increment ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - Return [ string ] } + } + } - Method [ final static public method isAnagram ] { + Class [ class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [2] { - Parameter #0 [ string $first ] - Parameter #1 [ string $second ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final static public method isLower ] { + Method [ public method __toString ] { + } - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding ] + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final static public method isPalindrome ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ bool ] } - Method [ final static public method isUpper ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ bool ] + - Return [ string ] } - Method [ final static public method lower ] { + Method [ protected method indent ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding ] + - Parameters [0] { } - Return [ string ] } - Method [ final static public method random ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ int $type ] - Parameter #1 [ int $length ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ array ] } - Method [ final static public method reduceSlashes ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $text ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final static public method startsWith ] { + Method [ protected method renderAttributes ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ string $start ] - Parameter #2 [ bool $ignoreCase ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ final static public method uncamelize ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ $delimiter ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ final static public method underscore ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $text ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ final static public method upper ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } - } - - Properties [0] { - } + Method [ protected method selfClose ] { - - Methods [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } } } - Class [ class Phalcon\Html\Attributes extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { + Class [ class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -37406,226 +46253,260 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $data ] - Property [ protected $insensitive ] - Property [ protected $lowerKeys ] + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] } - - Methods [27] { - Method [ public method render ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ bool $insensitive ] - } + Method [ public method __toString ] { } - Method [ public method __get ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string or NULL $value ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __isset ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ bool ] } - Method [ public method __set ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ void ] + - Return [ string ] } - Method [ public method __unset ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method clear ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method count ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ int ] + - Return [ string ] } - Method [ public method get ] { + Method [ protected method renderAttributes ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ string or NULL $cast ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getIterator ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ Traversable ] + - Return [ string ] } - Method [ public method getKeys ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ bool $insensitive ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValues ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ array ] + - Return [ string ] } - Method [ public method has ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method init ] { + Class [ class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput ] { - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method jsonSerialize ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $type ] + Property [ protected $attributes ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method offsetExists ] { + Method [ public method __toString ] { + } + + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string or NULL $value ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method offsetGet ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method offsetSet ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method remove ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method set ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ public method serialize ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ public method toArray ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - Method [ public method toJson ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ int $options ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - Return [ string ] } - Method [ public method unserialize ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ $serialized ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method setData ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Html\Breadcrumbs ] { + Class [ class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -37636,132 +46517,128 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [3] { - Property [ private $elements ] - Property [ private $separator ] - Property [ private $template ] + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] } - - Methods [7] { - Method [ public method getSeparator ] { - - - Parameters [0] { - } - - Return [ string ] + - Methods [13] { + Method [ public method __toString ] { } - Method [ public method setSeparator ] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $separator ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method add ] { + Method [ public method setValue ] { - - Parameters [2] { - Parameter #0 [ string $label ] - Parameter #1 [ string $link ] + - Parameters [1] { + Parameter #0 [ string or NULL $value ] } - - Return [ Phalcon\Html\Breadcrumbs ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method clear ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ void ] } - Method [ public method remove ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ string $link ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] } - - Return [ void ] + - Return [ string ] } - Method [ public method render ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method toArray ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - } - } - - Class [ class Phalcon\Html\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ protected method renderAttributes ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } + Method [ protected method renderElement ] { - Method [ final public method getCode ] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } - Method [ final public method getFile ] { - } + Method [ protected method renderFullElement ] { - Method [ final public method getLine ] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ protected method renderTag ] { - Method [ final public method getPrevious ] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ protected method selfClose ] { - Method [ public method __toString ] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -37772,19 +46649,35 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [6] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [13] { + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ string $href ] - Parameter #1 [ string $text ] + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] Parameter #2 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { @@ -37794,22 +46687,18 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ protected method renderFullElement ] { + Method [ protected method close ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method indent ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ string ] } @@ -37820,13 +46709,52 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } @@ -37842,7 +46770,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Html\Helper\AnchorRaw extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -37853,19 +46781,35 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [6] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [13] { + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ string $href ] - Parameter #1 [ string $text ] + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] Parameter #2 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { @@ -37875,22 +46819,18 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ protected method renderFullElement ] { + Method [ protected method close ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method indent ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ string ] } @@ -37904,6 +46844,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + Method [ protected method renderAttributes ] { - Parameters [1] { @@ -37912,6 +46861,36 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + Method [ protected method selfClose ] { - Parameters [2] { @@ -37923,7 +46902,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput ] { - Constants [0] { } @@ -37934,17 +46913,35 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [6] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string or NULL $value ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { @@ -37954,22 +46951,18 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ protected method renderFullElement ] { + Method [ protected method close ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method indent ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ string ] } @@ -37983,57 +46976,32 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $escaper ] - } - - Methods [7] { - Method [ public method __invoke ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $text ] + Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] - } - } - Method [ protected method renderFullElement ] { - Parameters [4] { @@ -38045,28 +47013,12 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method renderTag ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] - } - - Return [ string ] - } - - Method [ protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] - } - - Return [ array ] - } - - Method [ protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } @@ -38082,7 +47034,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -38093,15 +47045,18 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [4] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] } - - Methods [7] { + - Methods [11] { Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $tag ] + Parameter #0 [ array $attributes ] } - Return [ string ] } @@ -38113,22 +47068,18 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ protected method renderFullElement ] { + Method [ protected method close ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method indent ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ string ] } @@ -38142,58 +47093,32 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $escaper ] - } - - Methods [7] { - Method [ public method __invoke ] { + Method [ protected method renderElement ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] - } - } - Method [ protected method renderFullElement ] { - Parameters [4] { @@ -38205,28 +47130,12 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method renderTag ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] - } - - Return [ string ] - } - - Method [ protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] - } - - Return [ array ] - } - - Method [ protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } @@ -38242,7 +47151,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Html\Helper\ElementRaw extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\AbstractSeries ] { - Constants [0] { } @@ -38253,21 +47162,44 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [6] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [14] { + Method [ public method add ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $rel ] + Parameter #1 [ string $href ] + } + - Return [ Phalcon\Html\Helper\Link ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { } - Return [ string ] } + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + Method [ public method __construct ] { - Parameters [1] { @@ -38275,22 +47207,18 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ protected method renderFullElement ] { + Method [ protected method close ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method indent ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ string ] } @@ -38304,6 +47232,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + Method [ protected method renderAttributes ] { - Parameters [1] { @@ -38312,6 +47249,36 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + Method [ protected method selfClose ] { - Parameters [2] { @@ -38323,7 +47290,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries ] { - Constants [0] { } @@ -38334,113 +47301,125 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [6] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [18] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method __construct ] { + Method [ public method addHttp ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + - Parameters [2] { + Parameter #0 [ string $httpEquiv ] + Parameter #1 [ string $content ] } + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ protected method renderFullElement ] { + Method [ public method addName ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ protected method renderElement ] { + Method [ public method addProperty ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] + } + - Return [ Phalcon\Html\Helper\Meta ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ private method addElement ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ string $value ] + Parameter #2 [ string $content ] + } + - Return [ Phalcon\Html\Helper\Meta ] + } + + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ protected method renderAttributes ] { + Method [ public method __toString ] { + } + + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } - - Return [ string ] } - Method [ protected method selfClose ] { + Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ protected method indent ] { - - Properties [1] { - Property [ protected $escaper ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [7] { - Method [ public method __invoke ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $src ] - Parameter #1 [ array $attributes ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ protected method renderAttributes ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } @@ -38454,19 +47433,23 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] } - Return [ string ] } @@ -38482,7 +47465,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\Style ] { - Constants [0] { } @@ -38493,19 +47476,52 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [6] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] } - - Methods [7] { - Method [ public method __invoke ] { + - Methods [15] { + Method [ protected method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $src ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { } - Return [ string ] } + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + Method [ public method __construct ] { - Parameters [1] { @@ -38513,22 +47529,18 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ protected method renderFullElement ] { + Method [ protected method close ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes ] - Parameter #3 [ bool $raw ] + Parameter #1 [ bool $raw ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method indent ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ string ] } @@ -38542,6 +47554,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + Method [ protected method renderAttributes ] { - Parameters [1] { @@ -38550,6 +47571,36 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + Method [ protected method selfClose ] { - Parameters [2] { @@ -38561,7 +47612,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Html\Helper\TextArea extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -38572,20 +47623,65 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static methods [0] { } - - Properties [1] { + - Properties [8] { + Property [ protected $delimiter ] Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $append ] + Property [ protected $prepend ] + Property [ protected $title ] + Property [ protected $separator ] } - - Methods [7] { + - Methods [16] { Method [ public method __invoke ] { + - Parameters [3] { + Parameter #0 [ string $separator ] + Parameter #1 [ string or NULL $indent ] + Parameter #2 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + + Method [ public method __toString ] { + } + + Method [ public method append ] { + - Parameters [2] { Parameter #0 [ string $text ] - Parameter #1 [ array $attributes ] + Parameter #1 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + + Method [ public method get ] { + + - Parameters [0] { } - Return [ string ] } + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + + Method [ public method prepend ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + Method [ public method __construct ] { - Parameters [1] { @@ -38593,6 +47689,57 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + Method [ protected method renderFullElement ] { - Parameters [4] { @@ -38604,7 +47751,17 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ protected method renderElement ] { + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] @@ -38612,6 +47769,83 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } - Return [ string ] } + } + } + + Class [ class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $elementTag ] + Property [ protected $store ] + } + + - Methods [14] { + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method add ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] + Parameter #2 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } Method [ protected method orderAttributes ] { @@ -38622,6 +47856,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + Method [ protected method renderAttributes ] { - Parameters [1] { @@ -38630,6 +47873,36 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + Method [ protected method selfClose ] { - Parameters [2] { @@ -39390,9 +48663,9 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $collection ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method checkHeaderName ] { @@ -39432,7 +48705,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ array $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processBody ] { @@ -39449,7 +48722,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processProtocol ] { @@ -39681,9 +48954,9 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $collection ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method checkHeaderName ] { @@ -39723,7 +48996,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ array $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processBody ] { @@ -39740,7 +49013,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processProtocol ] { @@ -40085,9 +49358,9 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $collection ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method checkHeaderName ] { @@ -40127,7 +49400,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ array $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processBody ] { @@ -40144,7 +49417,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $headers ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ final protected method processProtocol ] { @@ -40224,8 +49497,8 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ private method calculateUriHost ] { - Parameters [2] { - Parameter #0 [ Phalcon\Collection $server ] - Parameter #1 [ Phalcon\Collection $headers ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Collection\CollectionInterface $headers ] } - Return [ array ] } @@ -40241,7 +49514,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ private method calculateUriPath ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $server ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] } - Return [ string ] } @@ -40249,7 +49522,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ private method calculateUriQuery ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $server ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] } - Return [ string ] } @@ -40257,8 +49530,8 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ private method calculateUriScheme ] { - Parameters [2] { - Parameter #0 [ Phalcon\Collection $server ] - Parameter #1 [ Phalcon\Collection $headers ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Collection\CollectionInterface $headers ] } - Return [ string ] } @@ -40283,7 +49556,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ private method getHeader ] { - Parameters [3] { - Parameter #0 [ Phalcon\Collection $headers ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $headers ] Parameter #1 [ string $name ] Parameter #2 [ $defaultValue ] } @@ -40300,15 +49573,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ private method parseHeaders ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $server ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ private method parseProtocol ] { - Parameters [1] { - Parameter #0 [ Phalcon\Collection $server ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] } - Return [ string ] } @@ -40318,7 +49591,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ array $server ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ private method parseUploadedFiles ] { @@ -40326,14 +49599,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ array $files ] } - - Return [ Phalcon\Collection ] + - Return [ Phalcon\Collection\CollectionInterface ] } Method [ private method parseUri ] { - Parameters [2] { - Parameter #0 [ Phalcon\Collection $server ] - Parameter #1 [ Phalcon\Collection $headers ] + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Collection\CollectionInterface $headers ] } - Return [ Phalcon\Http\Message\Uri ] } @@ -40964,8 +50237,8 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $path ] Property [ protected $port ] Property [ protected $query ] - Property [ private $scheme ] - Property [ private $user ] + Property [ protected $scheme ] + Property [ protected $user ] } - Methods [27] { @@ -41202,7 +50475,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ private $strictHostCheck ] } - - Methods [70] { + - Methods [71] { Method [ public method getHttpMethodParameterOverride ] { - Parameters [0] { @@ -41263,6 +50536,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } + Method [ public method getPreferredIsoLocaleVariant ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ public method getClientAddress ] { - Parameters [1] { @@ -46214,7 +55494,10 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $definition ] } - - Methods [3] { + - Methods [4] { + Method [ public method getHandler ] { + } + Method [ public method getDefinition ] { } @@ -46252,7 +55535,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [17] { + - Static methods [18] { Method [ static public method __callStatic ] { - Parameters [2] { @@ -46319,6 +55602,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Parameters [1] { Parameter #0 [ $parameters ] } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ static public method maximum ] { @@ -46368,6 +55652,16 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } + Method [ static protected method groupResult ] { + + - Parameters [3] { + Parameter #0 [ string $functionName ] + Parameter #1 [ string $alias ] + Parameter #2 [ $parameters ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + Method [ final static protected method _invokeFinder ] { - Parameters [2] { @@ -46413,7 +55707,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $uniqueTypes ] } - - Methods [83] { + - Methods [93] { Method [ public method getTransaction ] { } @@ -46483,6 +55777,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Mvc\ModelInterface ] } + Method [ protected method collectRelatedToSave ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method create ] { - Parameters [0] { @@ -46843,6 +56144,17 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ protected method doLowInsert ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + Parameter #3 [ $identityField ] + } + - Return [ bool ] + } + Method [ protected method _doLowUpdate ] { - Parameters [3] { @@ -46853,6 +56165,16 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ protected method doLowUpdate ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + } + - Return [ bool ] + } + Method [ protected method _exists ] { - Parameters [2] { @@ -46862,6 +56184,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ protected method exists ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + } + - Return [ bool ] + } + Method [ protected method _getRelatedRecords ] { - Parameters [3] { @@ -46871,6 +56202,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Method [ protected method getRelatedRecords ] { + + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] + } + } + Method [ final protected method _possibleSetter ] { - Parameters [2] { @@ -46890,6 +56230,16 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ protected method preSave ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ bool $exists ] + Parameter #2 [ $identityField ] + } + - Return [ bool ] + } + Method [ protected method _preSaveRelatedRecords ] { - Parameters [2] { @@ -46899,6 +56249,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ protected method preSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ bool ] + } + Method [ protected method _postSave ] { - Parameters [2] { @@ -46908,6 +56267,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ protected method postSave ] { + + - Parameters [2] { + Parameter #0 [ bool $success ] + Parameter #1 [ bool $exists ] + } + - Return [ bool ] + } + Method [ protected method _postSaveRelatedRecords ] { - Parameters [2] { @@ -46917,6 +56285,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } + Method [ protected method postSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ bool ] + } + Method [ protected method allowEmptyStringValues ] { - Parameters [1] { @@ -46928,6 +56305,9 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ protected method _cancelOperation ] { } + Method [ protected method cancelOperation ] { + } + Method [ protected method belongsTo ] { - Parameters [4] { @@ -47652,7 +57032,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $reusable ] } - - Methods [65] { + - Methods [67] { Method [ public method setDI ] { - Parameters [1] { @@ -47841,6 +57221,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } + Method [ protected method getConnection ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + Method [ public method getReadConnectionService ] { - Parameters [1] { @@ -47866,6 +57255,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } + Method [ public method getConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] + } + - Return [ string ] + } + Method [ public method notifyEvent ] { - Parameters [2] { @@ -49883,7 +59281,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $_transaction ] } - - Methods [49] { + - Methods [50] { Method [ public method getTransaction ] { } @@ -50151,6 +59549,17 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } + Method [ final protected method getRelatedRecords ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $intermediate ] + Parameter #2 [ array $bindParams ] + Parameter #3 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + Method [ public method execute ] { - Parameters [2] { @@ -51990,15 +61399,15 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected $params ] Property [ protected $removeExtraSlashes ] Property [ protected $routes ] - Property [ protected $uriSource ] Property [ protected $wasMatched ] Property [ protected $actionSuffix ] + Property [ protected $actionPreformatCallback ] Property [ protected $controllerSuffix ] Property [ protected $handlers ] Property [ protected $routePrefix ] } - - Methods [51] { + - Methods [53] { Method [ public method addModuleResource ] { - Parameters [3] { @@ -52059,6 +61468,16 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Method [ public method setActionPreformatCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method getActionPreformatCallback ] { + } + Method [ public method setControllerSuffix ] { - Parameters [1] { @@ -54842,7 +64261,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ final class Phalcon\Registry extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { + Class [ final class Phalcon\Registry extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess ] { - Constants [0] { } @@ -54867,14 +64286,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ final public method __get ] { + Method [ final public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ final public method __isset ] { + Method [ final public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -54882,7 +64301,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ final public method __set ] { + Method [ final public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -54891,7 +64310,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ final public method __unset ] { + Method [ final public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -54899,7 +64318,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ final public method clear ] { + Method [ final public method clear ] { - Parameters [0] { } @@ -54913,7 +64332,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ final public method get ] { + Method [ final public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -54929,7 +64348,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ final public method has ] { + Method [ final public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -54937,7 +64356,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ final public method init ] { + Method [ final public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -54984,7 +64403,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ final public method remove ] { + Method [ final public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -54999,7 +64418,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ final public method set ] { + Method [ final public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -55008,14 +64427,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ final public method toArray ] { + Method [ final public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method toJson ] { + Method [ final public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -55031,7 +64450,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -55039,7 +64458,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } @@ -55340,6 +64759,767 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ class Phalcon\Security\JWT\Builder ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $claims ] + Property [ private $jose ] + Property [ private $passphrase ] + Property [ private $signer ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Security\JWT\Signer\SignerInterface $signer ] + } + } + + Method [ public method init ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method getAudience ] { + } + + Method [ public method getClaims ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getContentType ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getExpirationTime ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getId ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getIssuedAt ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method getIssuer ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getNotBefore ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method getSubject ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getToken ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security\JWT\Token\Token ] + } + + Method [ public method getPassphrase ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAudience ] { + + - Parameters [1] { + Parameter #0 [ $audience ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setContentType ] { + + - Parameters [1] { + Parameter #0 [ string $contentType ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setExpirationTime ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setId ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setIssuedAt ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setIssuer ] { + + - Parameters [1] { + Parameter #0 [ string $issuer ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setNotBefore ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setSubject ] { + + - Parameters [1] { + Parameter #0 [ string $subject ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setPassphrase ] { + + - Parameters [1] { + Parameter #0 [ string $passphrase ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ private method setClaim ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + } + } + + Class [ class Phalcon\Security\JWT\Exceptions\UnsupportedAlgorithmException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Security\JWT\Signer\Hmac extends Phalcon\Security\JWT\Signer\AbstractSigner implements Phalcon\Security\JWT\Signer\SignerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $algorithm ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $algo ] + } + } + + Method [ public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + + Method [ private method getHash ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Signer\None implements Phalcon\Security\JWT\Signer\SignerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Enum ] { + + - Constants [10] { + Constant [ public string TYPE ] { typ } + Constant [ public string ALGO ] { alg } + Constant [ public string CONTENT_TYPE ] { cty } + Constant [ public string AUDIENCE ] { aud } + Constant [ public string EXPIRATION_TIME ] { exp } + Constant [ public string ID ] { jti } + Constant [ public string ISSUED_AT ] { iat } + Constant [ public string ISSUER ] { iss } + Constant [ public string NOT_BEFORE ] { nbf } + Constant [ public string SUBJECT ] { sub } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Security\JWT\Token\Item extends Phalcon\Security\JWT\Token\AbstractItem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $payload ] + Parameter #1 [ string $encoded ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getPayload ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getEncoded ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Parser ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method parse ] { + + - Parameters [1] { + Parameter #0 [ string $token ] + } + - Return [ Phalcon\Security\JWT\Token\Token ] + } + + Method [ private method decodeClaims ] { + + - Parameters [1] { + Parameter #0 [ string $claims ] + } + - Return [ Phalcon\Security\JWT\Token\Item ] + } + + Method [ private method decodeHeaders ] { + + - Parameters [1] { + Parameter #0 [ string $headers ] + } + - Return [ Phalcon\Security\JWT\Token\Item ] + } + + Method [ private method decodeSignature ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Security\JWT\Token\Item $headers ] + Parameter #1 [ string $signature ] + } + - Return [ Phalcon\Security\JWT\Token\Signature ] + } + + Method [ private method parseToken ] { + + - Parameters [1] { + Parameter #0 [ string $token ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Signature extends Phalcon\Security\JWT\Token\AbstractItem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $hash ] + Parameter #1 [ string $encoded ] + } + } + + Method [ public method getHash ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEncoded ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Token ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $claims ] + Property [ private $headers ] + Property [ private $signature ] + } + + - Methods [6] { + Method [ public method getClaims ] { + } + + Method [ public method getHeaders ] { + } + + Method [ public method getSignature ] { + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Security\JWT\Token\Item $headers ] + Parameter #1 [ Phalcon\Security\JWT\Token\Item $claims ] + Parameter #2 [ Phalcon\Security\JWT\Token\Signature $signature ] + } + } + + Method [ public method getPayload ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getToken ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Validator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $timeShift ] + Property [ private $token ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Security\JWT\Token\Token $token ] + Parameter #1 [ int $timeShift ] + } + } + + Method [ public method setToken ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Security\JWT\Token\Token $token ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateAudience ] { + + - Parameters [1] { + Parameter #0 [ string $audience ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateExpiration ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateId ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateIssuedAt ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateIssuer ] { + + - Parameters [1] { + Parameter #0 [ string $issuer ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateNotBefore ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateSignature ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Security\JWT\Signer\SignerInterface $signer ] + Parameter #1 [ string $passphrase ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ private method getTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ int ] + } + } + } + Class [ class Phalcon\Security\Random ] { - Constants [0] { @@ -55667,7 +65847,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Class [ class Phalcon\Session\Bag extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Session\Bag extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -55695,7 +65875,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -55709,7 +65889,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Phalcon\Di\DiInterface ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -55717,7 +65897,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -55725,7 +65905,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -55742,14 +65922,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -55757,7 +65937,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -55766,7 +65946,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -55781,7 +65961,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -55797,7 +65977,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive ] @@ -55805,14 +65985,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -55866,14 +66046,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ public method toJson ] { + Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options ] @@ -56759,7 +66939,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Property [ protected static $urlService ] } - - Static methods [57] { + - Static methods [58] { Method [ static public method appendTitle ] { - Parameters [1] { @@ -57003,6 +67183,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ void ] } + Method [ static public method preload ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + Method [ static public method radioField ] { - Parameters [1] { @@ -62850,7 +73038,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Static properties [0] { } - - Static methods [5] { + - Static methods [7] { Method [ static protected method _getVersion ] { - Parameters [0] { @@ -62858,6 +73046,13 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ array ] } + Method [ static protected method getVersion ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ final static protected method _getSpecial ] { - Parameters [1] { @@ -62866,6 +73061,14 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Return [ string ] } + Method [ final static protected method getSpecial ] { + + - Parameters [1] { + Parameter #0 [ int $special ] + } + - Return [ string ] + } + Method [ static public method get ] { - Parameters [0] { @@ -62924,6 +73127,54 @@ Extension [ extension #111 phalcon version 4.0.6 ] { } } + Class [ final class phalcon\10__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + } + } + + Class [ final class phalcon\11__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + } + } + Class [ final class phalcon\1__closure ] { - Constants [0] { @@ -63022,7 +73273,7 @@ Extension [ extension #111 phalcon version 4.0.6 ] { Method [ final public method __invoke ] { - Parameters [1] { - Parameter #0 [ $file ] + Parameter #0 [ $element ] } } } @@ -63045,12 +73296,8 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [1] { + Parameter #0 [ $file ] } } } @@ -63073,12 +73320,8 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [1] { + Parameter #0 [ $action ] } } } @@ -63129,8 +73372,12 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] } } } @@ -63153,8 +73400,12 @@ Extension [ extension #111 phalcon version 4.0.6 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] } } } -- cgit