summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-10 16:52:25 +0100
committerRemi Collet <remi@remirepo.net>2020-11-10 16:52:25 +0100
commit1682bb61155d7119a1a18b714d5e9c66c3d7bebb (patch)
tree679057cc38d0338a84d2499ed71941c19f1e0ff4
parentb800d15f35331fed35f6bb67bb9b84356a7f5ad1 (diff)
update to 4.1.0
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION11089
-rw-r--r--php-phalcon4.spec7
3 files changed, 10678 insertions, 424 deletions
diff --git a/PHPINFO b/PHPINFO
index 4acb790..a411f27 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,9 +5,9 @@ phalcon
Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance.
phalcon => enabled
Author => Phalcon Team and contributors
-Version => 4.0.6
-Build Date => May 17 2020 00:00:00
-Powered by Zephir => Version 0.12.17-6724dbf
+Version => 4.1.0
+Build Date => Nov 10 2020 00:00:00
+Powered by Zephir => Version 0.12.19-4345593
Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
diff --git a/REFLECTION b/REFLECTION
index 6bee1af..e4ddfdf 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
+Extension [ <persistent> extension #114 phalcon version 4.1.0 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -66,7 +66,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- - Classes [472] {
+ - Classes [544] {
Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -204,6 +204,134 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Collection\CollectionInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon> abstract public method __get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method __isset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method __set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method __unset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method clear ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method get ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <optional> $defaultValue ]
+ Parameter #2 [ <optional> string or NULL $cast ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getKeys ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $insensitive ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method toArray ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method toJson ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $options ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Storage\Adapter\AdapterInterface ] {
- Constants [0] {
@@ -802,6 +930,166 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Config\ConfigInterface extends Phalcon\Collection\CollectionInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [18] {
+ Method [ <internal:phalcon> abstract public method getPathDelimiter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method merge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $toMerge ]
+ }
+ - Return [ Phalcon\Config\ConfigInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method path ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $path ]
+ Parameter #1 [ <optional> $defaultValue ]
+ Parameter #2 [ <optional> $delimiter ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method setPathDelimiter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $delimiter ]
+ }
+ - Return [ Phalcon\Config\ConfigInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method __get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method __isset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method __set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method __unset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method clear ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method get ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <optional> $defaultValue ]
+ Parameter #2 [ <optional> string or NULL $cast ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method getKeys ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $insensitive ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method getValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method toArray ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Collection\CollectionInterface> abstract public method toJson ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $options ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\MetaDataInterface ] {
- Constants [0] {
@@ -1153,7 +1441,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Properties [0] {
}
- - Methods [65] {
+ - Methods [67] {
Method [ <internal:phalcon> abstract public method addColumn ] {
- Parameters [3] {
@@ -1471,6 +1759,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Db\RawValue ]
}
+ Method [ <internal:phalcon> abstract public method getDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Db\RawValue ]
+ }
+
Method [ <internal:phalcon> abstract public method getInternalHandler ] {
- Parameters [0] {
@@ -1702,6 +1997,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> abstract public method supportsDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> abstract public method viewExists ] {
- Parameters [2] {
@@ -1786,6 +2088,127 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon> abstract static public method getAvailableDrivers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon> abstract public method beginTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon> abstract public method errorInfo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $attribute ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method inTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method lastInsertId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $options ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method quote ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method rollBack ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Db\DialectInterface ] {
- Constants [0] {
@@ -2413,6 +2836,273 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract static public method getAvailableDrivers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [30] {
+ Method [ <internal:phalcon> abstract public method connect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method disconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchAffected ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchAll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchAssoc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchColumn ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $column ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchGroup ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $flags ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchObject ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ NULL ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchObjects ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchOne ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchPairs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method fetchValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ PDO ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getProfiler ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method isConnected ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method perform ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ PDOStatement ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setProfiler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method beginTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method errorInfo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $attribute ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method inTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method lastInsertId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $options ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method quote ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method rollBack ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Di\DiInterface extends ArrayAccess ] {
- Constants [0] {
@@ -2949,6 +3639,56 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Security\JWT\Signer\SignerInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> abstract public method getAlgHeader ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAlgorithm ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method sign ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $payload ]
+ Parameter #1 [ <required> string $passphrase ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method verify ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $source ]
+ Parameter #1 [ <required> string $payload ]
+ Parameter #2 [ <required> string $passphrase ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Validation\ValidatorCompositeInterface ] {
- Constants [0] {
@@ -4249,6 +4989,158 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> abstract public method getMaster ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getRead ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $name ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getWrite ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $name ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setMaster ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setRead ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $callableObject ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setWrite ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $callableObject ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:phalcon> abstract public method finish ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLogger ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Psr\Log\LoggerInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLogFormat ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLogLevel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method isActive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setActive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $active ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setLogFormat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $logFormat ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setLogLevel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $logLevel ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method start ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Db\ColumnInterface ] {
- Constants [0] {
@@ -6476,6 +7368,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
+ - Return [ Phalcon\Mvc\ModelInterface or NULL ]
}
Method [ <internal:phalcon> abstract static public method maximum ] {
@@ -7030,8 +7923,10 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> abstract public method where ] {
- - Parameters [1] {
+ - Parameters [3] {
Parameter #0 [ <required> string $conditions ]
+ Parameter #1 [ <optional> $bindParams ]
+ Parameter #2 [ <optional> $bindTypes ]
}
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
@@ -9677,6 +10572,115 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
- Constants [0] {
@@ -9795,6 +10799,138 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $type ]
+ Property [ <default> protected $attributes ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -10194,78 +11330,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractHelper ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [1] {
- Property [ <default> protected $escaper ]
- }
-
- - Methods [6] {
- Method [ <internal:phalcon, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
- }
- }
-
- Method [ <internal:phalcon> protected method renderFullElement ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $tag ]
- Parameter #1 [ <required> string $text ]
- Parameter #2 [ <optional> array $attributes ]
- Parameter #3 [ <optional> bool $raw ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method renderElement ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $tag ]
- Parameter #1 [ <optional> array $attributes ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method orderAttributes ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $overrides ]
- Parameter #1 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> protected method renderAttributes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $attributes ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method selfClose ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $tag ]
- Parameter #1 [ <optional> array $attributes ]
- }
- - Return [ string ]
- }
- }
- }
-
- Class [ <internal:phalcon> <iterateable> class Phalcon\Collection implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] {
+ Class [ <internal:phalcon> <iterateable> class Phalcon\Collection implements ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] {
- Constants [0] {
}
@@ -10291,14 +11356,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon> public method __get ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon> public method __isset ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -10306,7 +11371,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> public method __set ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -10315,7 +11380,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> public method __unset ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -10323,7 +11388,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> public method clear ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -10337,7 +11402,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon> public method get ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -10353,7 +11418,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon> public method getKeys ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -10361,14 +11426,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> public method getValues ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method has ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -10376,7 +11441,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> public method init ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -10423,7 +11488,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> public method remove ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -10431,7 +11496,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> public method set ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -10447,14 +11512,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> public method toArray ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method toJson ] {
+ Method [ <internal:phalcon, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -10947,7 +12012,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Config extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] {
+ Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Methods [30] {
- Method [ <internal:phalcon> public method getPathDelimiter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method merge ] {
+ Method [ <internal:phalcon, prototype Phalcon\Config\ConfigInterface> public method merge ] {
- Parameters [1] {
Parameter #0 [ <required> $toMerge ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon> public method path ] {
+ Method [ <internal:phalcon, prototype Phalcon\Config\ConfigInterface> public method path ] {
- Parameters [3] {
Parameter #0 [ <required> string $path ]
@@ -10991,15 +12056,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon> public method setPathDelimiter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] {
- Parameters [1] {
Parameter #0 [ <optional> string or NULL $delimiter ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
@@ -11032,14 +12097,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -11047,7 +12112,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -11056,7 +12121,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -11064,7 +12129,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -11078,7 +12143,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -11094,7 +12159,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -11102,14 +12167,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -11117,7 +12182,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -11164,7 +12229,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -11172,7 +12237,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -11188,7 +12253,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -11206,6 +12271,118 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\DataMapper\Query\AbstractQuery ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ <default> protected $bind ]
+ Property [ <default> protected $connection ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ Parameter #1 [ <required> Phalcon\DataMapper\Query\Bind $bind ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method bindInline ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon> public method bindValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $values ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon> public method getBindValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method perform ] {
+ }
+
+ Method [ <internal:phalcon> public method setFlag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $flag ]
+ Parameter #1 [ <optional> bool $enable ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method quoteIdentifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method reset ] {
+ }
+
+ Method [ <internal:phalcon> protected method buildFlags ] {
+ }
+
+ Method [ <internal:phalcon> protected method buildReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method indent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <optional> string $glue ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] {
- Constants [16] {
@@ -11525,12 +12702,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [11] {
+ - Properties [12] {
Property [ <default> protected $connectionId ]
Property [ <default> protected $descriptor ]
Property [ <default> protected $dialect ]
Property [ <default> protected $dialectType ]
Property [ <default> protected $eventsManager ]
+ Property [ <default> protected $realSqlStatement ]
Property [ <default> protected $sqlBindTypes ]
Property [ <default> protected $sqlStatement ]
Property [ <default> protected $sqlVariables ]
@@ -11539,7 +12717,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $type ]
}
- - Methods [70] {
+ - Methods [71] {
Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] {
- Parameters [0] {
@@ -11801,7 +12979,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Db\RawValue ]
}
- Method [ <internal:phalcon> public method getDefaultValue ] {
+ Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] {
- Parameters [0] {
}
@@ -12023,6 +13201,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] {
- Parameters [2] {
@@ -12137,6 +13322,136 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractSeries extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ }
+
+ Method [ <internal:phalcon> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon> abstract protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Http\Message\AbstractMessage extends Phalcon\Http\Message\AbstractCommon ] {
- Constants [0] {
@@ -12240,9 +13555,9 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> final protected method checkHeaderHost ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $collection ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $collection ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon> final protected method checkHeaderName ] {
@@ -12282,7 +13597,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> array $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon> final protected method processBody ] {
@@ -12299,7 +13614,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon> final protected method processProtocol ] {
@@ -12411,6 +13726,266 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\DataMapper\Query\AbstractConditions extends Phalcon\DataMapper\Query\AbstractQuery ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ <default> protected $bind ]
+ Property [ <default> protected $connection ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [30] {
+ Method [ <internal:phalcon> public method limit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $limit ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> public method offset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $offset ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> public method andWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> public method appendWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $orderBy ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> public method orWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> public method where ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> public method whereEquals ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columnsValues ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon> protected method addCondition ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $andor ]
+ Parameter #2 [ <required> string $condition ]
+ Parameter #3 [ <optional> $value ]
+ Parameter #4 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> protected method buildBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method buildCondition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method buildLimitEarly ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method buildLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method buildLimitCommon ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method buildLimitSqlsrv ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method appendCondition ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $condition ]
+ Parameter #2 [ <optional> $value ]
+ Parameter #3 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> protected method processValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ Parameter #1 [ <required> Phalcon\DataMapper\Query\Bind $bind ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindInline ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $values ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method getBindValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> abstract public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method perform ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method setFlag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $flag ]
+ Parameter #1 [ <optional> bool $enable ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method quoteIdentifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method reset ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method indent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <optional> string $glue ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [13] {
+ - Properties [14] {
Property [ <default> protected $connectionId ]
Property [ <default> protected $descriptor ]
Property [ <default> protected $dialect ]
Property [ <default> protected $dialectType ]
Property [ <default> protected $eventsManager ]
+ Property [ <default> protected $realSqlStatement ]
Property [ <default> protected $sqlBindTypes ]
Property [ <default> protected $sqlStatement ]
Property [ <default> protected $sqlVariables ]
@@ -12439,7 +14015,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $pdo ]
}
- - Methods [76] {
+ - Methods [78] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [1] {
@@ -12585,6 +14161,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> protected method prepareRealSql ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <required> array $parameters ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] {
- Parameters [0] {
@@ -12839,7 +14424,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Db\RawValue ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method getDefaultValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] {
- Parameters [0] {
}
@@ -13061,6 +14646,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] {
- Parameters [2] {
@@ -13683,6 +15275,138 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [7] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $elementTag ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractList ]
+ }
+
+ Method [ <internal:phalcon> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon> abstract protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] {
- Constants [0] {
@@ -14677,6 +16401,376 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> 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 [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> static public method getAvailableDrivers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ }
+
+ - Properties [2] {
+ Property [ <default> protected $pdo ]
+ Property [ <default> protected $profiler ]
+ }
+
+ - Methods [35] {
+ Method [ <internal:phalcon> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method beginTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> abstract public method connect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> abstract public method disconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorInfo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAffected ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAssoc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchColumn ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $column ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchGroup ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $flags ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObject ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ NULL ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObjects ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchOne ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchPairs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ PDO ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $attribute ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getDriverName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method getProfiler ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon> public method getQuoteNames ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $driver ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method inTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method isConnected ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method lastInsertId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method perform ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ PDOStatement ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $options ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method quote ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method rollBack ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method setProfiler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ]
+ }
+ }
+
+ Method [ <internal:phalcon> protected method performBind ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> PDOStatement $statement ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $arguments ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> protected method fetchData ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $method ]
+ Parameter #1 [ <required> array $arguments ]
+ Parameter #2 [ <required> string $statement ]
+ Parameter #3 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Exception\Exception extends Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Di implements Phalcon\Di\DiInterface, ArrayAccess ] {
- Constants [0] {
@@ -14785,7 +16879,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> protected method loadFromConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Config $config ]
+ Parameter #0 [ <required> Phalcon\Config\ConfigInterface $config ]
}
- Return [ void ]
}
@@ -15642,9 +17736,9 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $collection ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $collection ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderName ] {
@@ -15684,7 +17778,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> array $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processBody ] {
@@ -15701,7 +17795,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processProtocol ] {
@@ -16367,6 +18461,31 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Security\JWT\Token\AbstractItem ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $data ]
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> public method getEncoded ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] {
- Constants [0] {
@@ -16993,7 +19112,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Di> protected method loadFromConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Config $config ]
+ Parameter #0 [ <required> Phalcon\Config\ConfigInterface $config ]
}
- Return [ void ]
}
@@ -17108,6 +19227,450 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [7] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $label ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [16] {
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractInput, prototype Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon> public method label ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\Checkbox ]
+ }
+
+ Method [ <internal:phalcon> private method processChecked ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method processUnchecked ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [7] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $elementTag ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon> public method add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> bool $raw ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractList ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractList, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractList ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Style extends Phalcon\Html\Helper\AbstractSeries ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [15] {
+ Method [ <internal:phalcon> public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $href ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method getAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $href ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Html\Link\Link implements Psr\Link\LinkInterface ] {
- Constants [0] {
@@ -17278,7 +19841,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [21] {
+ - Properties [20] {
Property [ <default> protected $container ]
Property [ <default> protected $action ]
Property [ <default> protected $controller ]
@@ -17298,7 +19861,6 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $params ]
Property [ <default> protected $removeExtraSlashes ]
Property [ <default> protected $routes ]
- Property [ <default> protected $uriSource ]
Property [ <default> protected $wasMatched ]
}
@@ -17716,6 +20278,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Security\JWT\Signer\AbstractSigner implements Phalcon\Security\JWT\Signer\SignerInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $algorithm ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method getAlgorithm ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Security\JWT\Signer\SignerInterface> abstract public method getAlgHeader ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Security\JWT\Signer\SignerInterface> abstract public method sign ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $payload ]
+ Parameter #1 [ <required> string $passphrase ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Security\JWT\Signer\SignerInterface> abstract public method verify ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $source ]
+ Parameter #1 [ <required> string $payload ]
+ Parameter #2 [ <required> string $passphrase ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] {
- Constants [0] {
@@ -23725,7 +26338,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Collection\ReadOnly extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] {
+ Class [ <internal:phalcon> <iterateable> class Phalcon\Collection\ReadOnly extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess ] {
- Constants [0] {
}
@@ -23743,7 +26356,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Methods [25] {
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -23751,7 +26364,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -23768,14 +26381,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -23783,7 +26396,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -23792,7 +26405,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -23800,7 +26413,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -23814,7 +26427,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -23830,7 +26443,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -23838,14 +26451,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -23853,7 +26466,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -23907,14 +26520,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -23941,7 +26554,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] {
+ Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method getPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method merge ] {
- Parameters [1] {
Parameter #0 [ <required> $toMerge ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method path ] {
- Parameters [3] {
Parameter #0 [ <required> string $path ]
@@ -23993,15 +26606,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method setPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] {
- Parameters [1] {
Parameter #0 [ <optional> string or NULL $delimiter ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
@@ -24026,14 +26639,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24041,7 +26654,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24050,7 +26663,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24058,7 +26671,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -24072,7 +26685,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -24088,7 +26701,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -24096,14 +26709,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24111,7 +26724,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -24158,7 +26771,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24166,7 +26779,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24182,7 +26795,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -24200,7 +26813,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] {
+ Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method getPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method merge ] {
- Parameters [1] {
Parameter #0 [ <required> $toMerge ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method path ] {
- Parameters [3] {
Parameter #0 [ <required> string $path ]
@@ -24268,15 +26881,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method setPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] {
- Parameters [1] {
Parameter #0 [ <optional> string or NULL $delimiter ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
@@ -24301,14 +26914,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24316,7 +26929,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24325,7 +26938,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24333,7 +26946,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -24347,7 +26960,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -24363,7 +26976,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -24371,14 +26984,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24386,7 +26999,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -24433,7 +27046,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24441,7 +27054,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24457,7 +27070,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -24475,7 +27088,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Json extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] {
+ Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method getPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method merge ] {
- Parameters [1] {
Parameter #0 [ <required> $toMerge ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method path ] {
- Parameters [3] {
Parameter #0 [ <required> string $path ]
@@ -24526,15 +27139,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method setPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] {
- Parameters [1] {
Parameter #0 [ <optional> string or NULL $delimiter ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
@@ -24559,14 +27172,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24574,7 +27187,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24583,7 +27196,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24591,7 +27204,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -24605,7 +27218,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -24621,7 +27234,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -24629,14 +27242,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24644,7 +27257,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -24691,7 +27304,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24699,7 +27312,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24715,7 +27328,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -24733,7 +27346,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Php extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] {
+ Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method getPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method merge ] {
- Parameters [1] {
Parameter #0 [ <required> $toMerge ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method path ] {
- Parameters [3] {
Parameter #0 [ <required> string $path ]
@@ -24784,15 +27397,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method setPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] {
- Parameters [1] {
Parameter #0 [ <optional> string or NULL $delimiter ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
@@ -24817,14 +27430,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24832,7 +27445,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24841,7 +27454,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24849,7 +27462,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -24863,7 +27476,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -24879,7 +27492,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -24887,14 +27500,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24902,7 +27515,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -24949,7 +27562,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -24957,7 +27570,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -24973,7 +27586,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -24991,7 +27604,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] {
+ Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method getPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method merge ] {
- Parameters [1] {
Parameter #0 [ <required> $toMerge ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method path ] {
- Parameters [3] {
Parameter #0 [ <required> string $path ]
@@ -25043,15 +27656,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Config> public method setPathDelimiter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] {
- Parameters [1] {
Parameter #0 [ <optional> string or NULL $delimiter ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Config, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
@@ -25076,14 +27689,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -25091,7 +27704,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -25100,7 +27713,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -25108,7 +27721,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -25122,7 +27735,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -25138,7 +27751,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -25146,14 +27759,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -25161,7 +27774,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -25208,7 +27821,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -25216,7 +27829,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -25232,7 +27845,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -25279,7 +27892,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> $config ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
Method [ <internal:phalcon> public method newInstance ] {
@@ -25289,7 +27902,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Parameter #1 [ <required> string $fileName ]
Parameter #2 [ <optional> $params ]
}
- - Return [ Phalcon\Config ]
+ - Return [ Phalcon\Config\ConfigInterface ]
}
Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getAdapters ] {
@@ -25744,6 +28357,2409 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> static public method getAvailableDrivers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ }
+
+ - Properties [3] {
+ Property [ <default> protected $pdo ]
+ Property [ <default> protected $profiler ]
+ Property [ <default> protected $arguments ]
+ }
+
+ - Methods [37] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> string $dsn ]
+ Parameter #1 [ <optional> string or NULL $username ]
+ Parameter #2 [ <optional> string or NULL $password ]
+ Parameter #3 [ <optional> array $options ]
+ Parameter #4 [ <optional> array $queries ]
+ Parameter #5 [ <optional> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface or NULL $profiler ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method __debugInfo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method connect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method disconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method beginTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorInfo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAffected ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAssoc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchColumn ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $column ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchGroup ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $flags ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObject ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ NULL ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObjects ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchOne ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchPairs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ PDO ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $attribute ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getDriverName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method getProfiler ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getQuoteNames ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $driver ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method inTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method isConnected ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method lastInsertId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method perform ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ PDOStatement ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $options ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method quote ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method rollBack ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method setProfiler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method performBind ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> PDOStatement $statement ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $arguments ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method fetchData ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $method ]
+ Parameter #1 [ <required> array $arguments ]
+ Parameter #2 [ <required> string $statement ]
+ Parameter #3 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\ConnectionLocator implements Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $master ]
+ Property [ <default> protected $read ]
+ Property [ <default> protected $write ]
+ Property [ <default> private $instances ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $master ]
+ Parameter #1 [ <optional> array $read ]
+ Parameter #2 [ <optional> array $write ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method getMaster ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method getRead ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $name ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method getWrite ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $name ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method setMaster ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method setRead ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $callableObject ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method setWrite ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $callableObject ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ }
+
+ Method [ <internal:phalcon> protected method getConnection ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <optional> string $name ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Connection\Decorated extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> static public method getAvailableDrivers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ }
+
+ - Properties [2] {
+ Property [ <default> protected $pdo ]
+ Property [ <default> protected $profiler ]
+ }
+
+ - Methods [36] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> PDO $pdo ]
+ Parameter #1 [ <optional> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface or NULL $profiler ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method connect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method disconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method beginTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorInfo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAffected ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchAssoc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchColumn ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $column ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchGroup ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> int $flags ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObject ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ NULL ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObjects ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ Parameter #2 [ <optional> string $className ]
+ Parameter #3 [ <optional> array $arguments ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchOne ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchPairs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ PDO ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $attribute ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getDriverName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method getProfiler ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getQuoteNames ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $driver ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method inTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method isConnected ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method lastInsertId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method perform ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ PDOStatement ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <optional> array $options ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $statement ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method quote ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method rollBack ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method setProfiler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method performBind ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> PDOStatement $statement ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $arguments ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method fetchData ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $method ]
+ Parameter #1 [ <required> array $arguments ]
+ Parameter #2 [ <required> string $statement ]
+ Parameter #3 [ <optional> array $values ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Exception\CannotDisconnect extends Phalcon\DataMapper\Pdo\Exception\Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Exception\ConnectionNotFound extends Phalcon\DataMapper\Pdo\Exception\Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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 [ <default> protected $messages ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon> public method getMessages ] {
+ }
+
+ Method [ <internal:phalcon, overwrites Psr\Log\LoggerInterface, prototype Psr\Log\LoggerInterface> public method log ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $level ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method emergency ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method alert ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method critical ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method error ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method warning ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method notice ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+
+ Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method debug ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array $context ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Profiler\Profiler implements Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ <default> protected $active ]
+ Property [ <default> protected $context ]
+ Property [ <default> protected $logFormat ]
+ Property [ <default> protected $logLevel ]
+ Property [ <default> protected $logger ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> Psr\Log\LoggerInterface or NULL $logger ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method finish ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $statement ]
+ Parameter #1 [ <optional> array $values ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method getLogFormat ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method getLogger ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Psr\Log\LoggerInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method getLogLevel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method isActive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method setActive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $active ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method setLogFormat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $logFormat ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method setLogLevel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $logLevel ]
+ }
+ - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method start ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Query\Bind ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ <default> protected $inlineCount ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon> public method bindInline ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method setValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method setValues ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $values ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method toArray ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> protected method getType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> protected method inlineArray ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $data ]
+ Parameter #1 [ <required> int $type ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Query\Delete extends Phalcon\DataMapper\Query\AbstractConditions ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ <default> protected $bind ]
+ Property [ <default> protected $connection ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [32] {
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ Parameter #1 [ <required> Phalcon\DataMapper\Query\Bind $bind ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method from ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $table ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Delete ]
+ }
+
+ Method [ <internal:phalcon> public method returning ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columns ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Delete ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method reset ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method limit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $limit ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method offset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $offset ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method andWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method appendWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $orderBy ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method orWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method where ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method whereEquals ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columnsValues ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method addCondition ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $andor ]
+ Parameter #2 [ <required> string $condition ]
+ Parameter #3 [ <optional> $value ]
+ Parameter #4 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildCondition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitEarly ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitCommon ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitSqlsrv ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method appendCondition ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $condition ]
+ Parameter #2 [ <optional> $value ]
+ Parameter #3 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method processValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindInline ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $values ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method getBindValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method perform ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method setFlag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $flag ]
+ Parameter #1 [ <optional> bool $enable ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method quoteIdentifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method indent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <optional> string $glue ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Query\Insert extends Phalcon\DataMapper\Query\AbstractQuery ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ <default> protected $bind ]
+ Property [ <default> protected $connection ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [20] {
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ Parameter #1 [ <required> Phalcon\DataMapper\Query\Bind $bind ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method column ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Insert ]
+ }
+
+ Method [ <internal:phalcon> public method columns ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columns ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Insert ]
+ }
+
+ Method [ <internal:phalcon> public method into ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $table ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Insert ]
+ }
+
+ Method [ <internal:phalcon> public method getLastInsertId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method returning ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columns ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Insert ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method reset ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <optional> $value ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Insert ]
+ }
+
+ Method [ <internal:phalcon> private method buildColumns ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindInline ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $values ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method getBindValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method perform ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method setFlag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $flag ]
+ Parameter #1 [ <optional> bool $enable ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method quoteIdentifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method indent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <optional> string $glue ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Query\QueryFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $selectClass ]
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $selectClass ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method newBind ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Query\Bind ]
+ }
+
+ Method [ <internal:phalcon> public method newDelete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Delete ]
+ }
+
+ Method [ <internal:phalcon> public method newInsert ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Insert ]
+ }
+
+ Method [ <internal:phalcon> public method newSelect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method newUpdate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Update ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Query\Select extends Phalcon\DataMapper\Query\AbstractConditions ] {
+
+ - 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 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ <default> protected $bind ]
+ Property [ <default> protected $connection ]
+ Property [ <default> protected $store ]
+ Property [ <default> protected $asAlias ]
+ Property [ <default> protected $forUpdate ]
+ }
+
+ - Methods [50] {
+ Method [ <internal:phalcon> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $method ]
+ Parameter #1 [ <required> array $params ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method andHaving ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method asAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $asAlias ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method appendHaving ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method appendJoin ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method columns ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method distinct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $enable ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method from ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $table ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method forUpdate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $enable ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method groupBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $groupBy ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method hasColumns ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method having ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method join ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $join ]
+ Parameter #1 [ <required> string $table ]
+ Parameter #2 [ <required> string $condition ]
+ Parameter #3 [ <optional> $value ]
+ Parameter #4 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method orHaving ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method reset ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method subSelect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method union ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> public method unionAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\DataMapper\Query\Select ]
+ }
+
+ Method [ <internal:phalcon> protected method getCurrentStatement ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $suffix ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method buildColumns ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method buildFrom ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method limit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $limit ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method offset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $offset ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method andWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method appendWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $orderBy ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method orWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method where ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method whereEquals ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columnsValues ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method addCondition ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $andor ]
+ Parameter #2 [ <required> string $condition ]
+ Parameter #3 [ <optional> $value ]
+ Parameter #4 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildCondition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitEarly ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitCommon ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitSqlsrv ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method appendCondition ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $condition ]
+ Parameter #2 [ <optional> $value ]
+ Parameter #3 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method processValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ Parameter #1 [ <required> Phalcon\DataMapper\Query\Bind $bind ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindInline ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $values ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method getBindValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method perform ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method setFlag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $flag ]
+ Parameter #1 [ <optional> bool $enable ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method quoteIdentifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method indent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <optional> string $glue ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Query\Update extends Phalcon\DataMapper\Query\AbstractConditions ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ <default> protected $bind ]
+ Property [ <default> protected $connection ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [37] {
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection $connection ]
+ Parameter #1 [ <required> Phalcon\DataMapper\Query\Bind $bind ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method column ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Update ]
+ }
+
+ Method [ <internal:phalcon> public method columns ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columns ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Update ]
+ }
+
+ Method [ <internal:phalcon> public method from ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $table ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Update ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method hasColumns ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method returning ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columns ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Update ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, prototype Phalcon\DataMapper\Query\AbstractQuery> public method reset ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <optional> $value ]
+ }
+ - Return [ Phalcon\DataMapper\Query\Update ]
+ }
+
+ Method [ <internal:phalcon> private method buildColumns ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method limit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $limit ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method offset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $offset ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method andWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method appendWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $orderBy ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method orWhere ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method where ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $condition ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> public method whereEquals ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $columnsValues ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractConditions ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method addCondition ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $andor ]
+ Parameter #2 [ <required> string $condition ]
+ Parameter #3 [ <optional> $value ]
+ Parameter #4 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildCondition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitEarly ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitCommon ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method buildLimitSqlsrv ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method appendCondition ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> string $condition ]
+ Parameter #2 [ <optional> $value ]
+ Parameter #3 [ <optional> int $type ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractConditions> protected method processValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $store ]
+ Parameter #1 [ <required> $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindInline ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> int $type ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method bindValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $values ]
+ }
+ - Return [ Phalcon\DataMapper\Query\AbstractQuery ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method getBindValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method perform ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method setFlag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $flag ]
+ Parameter #1 [ <optional> bool $enable ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method quoteIdentifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> int $type ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method indent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <optional> string $glue ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Db\AbstractDb ] {
- Constants [0] {
@@ -25854,11 +30870,12 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [13] {
+ - Properties [14] {
Property [ <default> protected $connectionId ]
Property [ <default> protected $descriptor ]
Property [ <default> protected $dialect ]
Property [ <default> protected $eventsManager ]
+ Property [ <default> protected $realSqlStatement ]
Property [ <default> protected $sqlBindTypes ]
Property [ <default> protected $sqlStatement ]
Property [ <default> protected $sqlVariables ]
@@ -25870,7 +30887,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $type ]
}
- - Methods [76] {
+ - Methods [78] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addForeignKey ] {
- Parameters [3] {
@@ -26053,6 +31070,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method prepareRealSql ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <required> array $parameters ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] {
- Parameters [0] {
@@ -26279,7 +31305,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Db\RawValue ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method getDefaultValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] {
- Parameters [0] {
}
@@ -26501,6 +31527,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] {
- Parameters [2] {
@@ -26524,11 +31557,12 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [13] {
+ - Properties [14] {
Property [ <default> protected $connectionId ]
Property [ <default> protected $descriptor ]
Property [ <default> protected $dialect ]
Property [ <default> protected $eventsManager ]
+ Property [ <default> protected $realSqlStatement ]
Property [ <default> protected $sqlBindTypes ]
Property [ <default> protected $sqlStatement ]
Property [ <default> protected $sqlVariables ]
@@ -26540,7 +31574,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $type ]
}
- - Methods [76] {
+ - Methods [78] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] {
- Parameters [1] {
@@ -26746,6 +31780,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method prepareRealSql ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <required> array $parameters ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] {
- Parameters [0] {
@@ -26974,7 +32017,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> public method getDefaultValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] {
- Parameters [0] {
}
@@ -27171,6 +32214,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method viewExists ] {
- Parameters [2] {
@@ -27194,11 +32244,12 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [13] {
+ - Properties [14] {
Property [ <default> protected $connectionId ]
Property [ <default> protected $descriptor ]
Property [ <default> protected $dialect ]
Property [ <default> protected $eventsManager ]
+ Property [ <default> protected $realSqlStatement ]
Property [ <default> protected $sqlBindTypes ]
Property [ <default> protected $sqlStatement ]
Property [ <default> protected $sqlVariables ]
@@ -27210,7 +32261,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $type ]
}
- - Methods [76] {
+ - Methods [78] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] {
- Parameters [1] {
@@ -27253,7 +32304,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AbstractAdapter> public method getDefaultValue ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDefaultValue ] {
- Parameters [0] {
}
@@ -27267,6 +32318,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method supportsDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method getDsnDefaults ] {
- Parameters [0] {
@@ -27397,6 +32455,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method prepareRealSql ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <required> array $parameters ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] {
- Parameters [0] {
@@ -27897,7 +32964,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [15] {
+ - Properties [16] {
Property [ <default> protected $after ]
Property [ <default> protected $autoIncrement ]
Property [ <default> protected $bindType ]
@@ -27905,6 +32972,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $first ]
Property [ <default> protected $isNumeric ]
Property [ <default> protected $name ]
+ Property [ <default> protected $comment ]
Property [ <default> protected $notNull ]
Property [ <default> protected $primary ]
Property [ <default> protected $scale ]
@@ -27915,7 +32983,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $unsigned ]
}
- - Methods [17] {
+ - Methods [18] {
Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getDefault ] {
}
@@ -27926,6 +32994,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getComment ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getScale ] {
- Parameters [0] {
@@ -30518,7 +35593,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $uri ]
}
- - Methods [20] {
+ - Methods [21] {
Method [ <internal:phalcon> public method clearVars ] {
- Parameters [0] {
@@ -30679,6 +35754,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Return [ string ]
}
+
+ Method [ <internal:phalcon> public method renderHtml ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -31026,7 +36109,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Di> protected method loadFromConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Config $config ]
+ Parameter #0 [ <required> Phalcon\Config\ConfigInterface $config ]
}
- Return [ void ]
}
@@ -31447,14 +36530,29 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [4] {
+ - Properties [3] {
Property [ <default> protected $doubleEncode ]
Property [ <default> protected $encoding ]
- Property [ <default> protected $htmlEscapeMap ]
- Property [ <default> protected $htmlQuoteType ]
+ Property [ <default> protected $flags ]
}
- - Methods [11] {
+ - Methods [18] {
+ Method [ <internal:phalcon> public method attributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $attribute ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method css ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $input ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> final public method detectEncoding ] {
- Parameters [1] {
@@ -31510,6 +36608,29 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method html ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $input ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method js ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $input ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> final public method normalizeEncoding ] {
- Parameters [1] {
@@ -31534,13 +36655,29 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $flags ]
+ }
+ - Return [ Phalcon\Escaper ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Escaper\EscaperInterface> public method setHtmlQuoteType ] {
- Parameters [1] {
- Parameter #0 [ <required> int $quoteType ]
+ Parameter #0 [ <required> int $flags ]
}
- Return [ void ]
}
+
+ Method [ <internal:phalcon> public method url ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $url ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -31773,7 +36910,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $responses ]
}
- - Methods [12] {
+ - Methods [13] {
Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method attach ] {
- Parameters [3] {
@@ -31871,6 +37008,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Return [ bool ]
}
+
+ Method [ <internal:phalcon> public method isValidHandler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $handler ]
+ }
+ - Return [ bool ]
+ }
}
}
@@ -36811,7 +41956,16 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static properties [0] {
}
- - Static methods [21] {
+ - Static methods [22] {
+ Method [ <internal:phalcon> final static public method blackList ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> array $blackList ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> final static public method chunk ] {
- Parameters [3] {
@@ -37005,6 +42159,39 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Helper\Base64 ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon> final static public method encodeUrl ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $input ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> final static public method decodeUrl ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $input ]
+ }
+ - Return [ string ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Helper\Exception extends Phalcon\Exception implements Throwable ] {
- Constants [0] {
@@ -37173,7 +42360,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static properties [0] {
}
- - Static methods [24] {
+ - Static methods [25] {
Method [ <internal:phalcon> final static public method camelize ] {
- Parameters [2] {
@@ -37264,6 +42451,17 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> final static public method friendly ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> string $separator ]
+ Parameter #2 [ <optional> bool $lowercase ]
+ Parameter #3 [ <optional> $replace ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> final static public method humanize ] {
- Parameters [1] {
@@ -37395,7 +42593,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Html\Attributes extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] {
+ Class [ <internal:phalcon> <iterateable> class Phalcon\Html\Attributes extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] {
- Constants [0] {
}
@@ -37435,14 +42633,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -37450,7 +42648,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -37459,7 +42657,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -37467,7 +42665,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -37481,7 +42679,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -37497,7 +42695,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -37505,14 +42703,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -37520,7 +42718,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -37567,7 +42765,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -37575,7 +42773,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -37591,14 +42789,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -37772,21 +42970,34 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
}
- - Methods [7] {
+ - Methods [12] {
Method [ <internal:phalcon> public method __invoke ] {
- - Parameters [3] {
+ - Parameters [4] {
Parameter #0 [ <required> string $href ]
Parameter #1 [ <required> string $text ]
Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
}
- Return [ string ]
}
+ Method [ <internal:phalcon> protected method processAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $href ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
- Parameters [1] {
@@ -37794,6 +43005,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -37805,6 +43067,104 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $href ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -37814,6 +43174,88 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
- Parameters [2] {
@@ -37823,6 +43265,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -37831,6 +43282,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -37842,7 +43323,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\AnchorRaw extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] {
- Constants [0] {
}
@@ -37853,17 +43334,138 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
}
- - Methods [7] {
+ - Methods [11] {
Method [ <internal:phalcon> public method __invoke ] {
- Parameters [3] {
- Parameter #0 [ <required> string $href ]
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
Parameter #1 [ <required> string $text ]
Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
}
- Return [ string ]
}
@@ -37875,6 +43477,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -37886,7 +43539,17 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
Parameter #0 [ <required> string $tag ]
@@ -37894,6 +43557,61 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Return [ string ]
}
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
@@ -37904,6 +43622,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -37912,6 +43639,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -37923,7 +43680,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] {
- Constants [0] {
}
@@ -37934,11 +43691,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
}
- - Methods [7] {
+ - Methods [11] {
Method [ <internal:phalcon> public method __invoke ] {
- Parameters [1] {
@@ -37954,6 +43714,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -37965,7 +43776,17 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
Parameter #0 [ <required> string $tag ]
@@ -37973,6 +43794,59 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Return [ string ]
}
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $src ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
@@ -37983,6 +43857,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -37991,6 +43874,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38002,7 +43915,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Color extends Phalcon\Html\Helper\Input\AbstractInput ] {
- Constants [0] {
}
@@ -38013,19 +43926,168 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
}
- - Methods [7] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
- Parameters [2] {
- Parameter #0 [ <required> string $text ]
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
Parameter #1 [ <optional> array $attributes ]
}
- Return [ string ]
}
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Date extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
@@ -38034,6 +44096,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38045,6 +44158,118 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\DateTime extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -38054,6 +44279,103 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\DateTimeLocal extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
- Parameters [2] {
@@ -38063,6 +44385,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38071,6 +44402,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38082,7 +44443,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Email extends Phalcon\Html\Helper\Input\AbstractInput ] {
- Constants [0] {
}
@@ -38093,19 +44454,169 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
}
- - Methods [7] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
- Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
}
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\File extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
- Parameters [1] {
@@ -38113,6 +44624,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38124,6 +44686,118 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Hidden extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -38133,6 +44807,103 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Image extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
- Parameters [2] {
@@ -38142,6 +44913,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38150,6 +44930,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38161,7 +44971,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Input extends Phalcon\Html\Helper\Input\AbstractInput ] {
- Constants [0] {
}
@@ -38172,21 +44982,177 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $type ]
+ Property [ <default> protected $attributes ]
}
- - Methods [7] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Methods [14] {
+ Method [ <internal:phalcon> public method setType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
- Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
Parameter #0 [ <required> string $tag ]
Parameter #1 [ <required> string $text ]
Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
}
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Month extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
- Parameters [1] {
@@ -38194,6 +45160,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38205,6 +45222,118 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Numeric extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -38214,6 +45343,103 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Password extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
- Parameters [2] {
@@ -38223,6 +45449,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38231,6 +45466,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38242,7 +45507,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\ElementRaw extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\Checkbox ] {
- Constants [0] {
}
@@ -38253,21 +45518,178 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [7] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $label ]
+ Property [ <default> protected $type ]
}
- - Methods [7] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Methods [14] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\Checkbox, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\Checkbox, prototype Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\Checkbox> public method label ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\Checkbox ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
- Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
Parameter #0 [ <required> string $tag ]
Parameter #1 [ <required> string $text ]
Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
}
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Range extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
- Parameters [1] {
@@ -38275,6 +45697,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38286,7 +45759,17 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
Parameter #0 [ <required> string $tag ]
@@ -38294,6 +45777,73 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Return [ string ]
}
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Search extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
@@ -38304,6 +45854,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38312,6 +45871,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38323,7 +45912,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList ] {
- Constants [0] {
}
@@ -38334,19 +45923,103 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [9] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $store ]
+ Property [ <default> protected $elementTag ]
+ Property [ <default> protected $inOptGroup ]
+ Property [ <default> protected $selected ]
}
- - Methods [7] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Methods [20] {
+ Method [ <internal:phalcon> public method add ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\Select ]
+ }
+
+ Method [ <internal:phalcon> public method addPlaceholder ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\Select ]
+ }
+
+ Method [ <internal:phalcon> public method optGroup ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $label ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\Select ]
+ }
+
+ Method [ <internal:phalcon> public method selected ] {
- Parameters [1] {
- Parameter #0 [ <optional> array $attributes ]
+ Parameter #0 [ <required> string $selected ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\Select ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractList, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method optGroupEnd ] {
+
+ - Parameters [0] {
}
- Return [ string ]
}
+ Method [ <internal:phalcon> protected method optGroupStart ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $label ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method processValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $attributes ]
+ Parameter #1 [ <optional> $value ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractList ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __toString ] {
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
- Parameters [1] {
@@ -38354,6 +46027,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38365,6 +46089,118 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -38374,6 +46210,103 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
- Parameters [2] {
@@ -38383,6 +46316,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38391,6 +46333,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38402,7 +46374,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput ] {
- Constants [0] {
}
@@ -38413,19 +46385,168 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $type ]
+ Property [ <default> protected $attributes ]
}
- - Methods [7] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
- Parameters [2] {
- Parameter #0 [ <required> string $src ]
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
Parameter #1 [ <optional> array $attributes ]
}
- Return [ string ]
}
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Input\AbstractInput, prototype Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
@@ -38434,6 +46555,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38445,6 +46617,118 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -38454,6 +46738,103 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
- Parameters [2] {
@@ -38463,6 +46844,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38471,6 +46861,168 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $type ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> string or NULL $value ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string or NULL $value ]
+ }
+ - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38493,11 +47045,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [4] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
}
- - Methods [7] {
+ - Methods [11] {
Method [ <internal:phalcon> public method __invoke ] {
- Parameters [1] {
@@ -38513,6 +47068,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38524,6 +47130,125 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\AbstractSeries ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon> public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $rel ]
+ Parameter #1 [ <required> string $href ]
+ }
+ - Return [ Phalcon\Html\Helper\Link ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -38533,6 +47258,146 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [18] {
+ Method [ <internal:phalcon> public method add ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\Meta ]
+ }
+
+ Method [ <internal:phalcon> public method addHttp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $httpEquiv ]
+ Parameter #1 [ <required> string $content ]
+ }
+ - Return [ Phalcon\Html\Helper\Meta ]
+ }
+
+ Method [ <internal:phalcon> public method addName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $content ]
+ }
+ - Return [ Phalcon\Html\Helper\Meta ]
+ }
+
+ Method [ <internal:phalcon> public method addProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $content ]
+ }
+ - Return [ Phalcon\Html\Helper\Meta ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method addElement ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> string $content ]
+ }
+ - Return [ Phalcon\Html\Helper\Meta ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
- Parameters [2] {
@@ -38542,6 +47407,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38550,6 +47424,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -38561,7 +47465,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Helper\TextArea extends Phalcon\Html\Helper\AbstractHelper ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\Style ] {
- Constants [0] {
}
@@ -38572,20 +47476,212 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static methods [0] {
}
- - Properties [1] {
+ - Properties [6] {
+ Property [ <default> protected $delimiter ]
Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $store ]
}
- - Methods [7] {
+ - Methods [15] {
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\Style> protected method getAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $src ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Style> public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $href ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [8] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $append ]
+ Property [ <default> protected $prepend ]
+ Property [ <default> protected $title ]
+ Property [ <default> protected $separator ]
+ }
+
+ - Methods [16] {
Method [ <internal:phalcon> public method __invoke ] {
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $separator ]
+ Parameter #1 [ <optional> string or NULL $indent ]
+ Parameter #2 [ <optional> string or NULL $delimiter ]
+ }
+ - Return [ Phalcon\Html\Helper\Title ]
+ }
+
+ Method [ <internal:phalcon> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon> public method append ] {
+
- Parameters [2] {
Parameter #0 [ <required> string $text ]
- Parameter #1 [ <optional> array $attributes ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ Phalcon\Html\Helper\Title ]
+ }
+
+ Method [ <internal:phalcon> public method get ] {
+
+ - Parameters [0] {
}
- Return [ string ]
}
+ Method [ <internal:phalcon> public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ Phalcon\Html\Helper\Title ]
+ }
+
+ Method [ <internal:phalcon> public method prepend ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ Phalcon\Html\Helper\Title ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
- Parameters [1] {
@@ -38593,6 +47689,57 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $overrides ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
- Parameters [4] {
@@ -38604,7 +47751,17 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
Parameter #0 [ <required> string $tag ]
@@ -38612,6 +47769,83 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Return [ string ]
}
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [7] {
+ Property [ <default> protected $delimiter ]
+ Property [ <default> protected $escaper ]
+ Property [ <default> protected $indent ]
+ Property [ <default> protected $indentLevel ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $elementTag ]
+ Property [ <default> protected $store ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Ol, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Ol> public method add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> bool $raw ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractList ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string or NULL $indent ]
+ Parameter #1 [ <optional> string or NULL $delimiter ]
+ Parameter #2 [ <optional> array $attributes ]
+ }
+ - Return [ Phalcon\Html\Helper\AbstractList ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __toString ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Escaper\EscaperInterface $escaper ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] {
@@ -38622,6 +47856,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $elements ]
+ Parameter #1 [ <required> string $delimiter ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] {
- Parameters [1] {
@@ -38630,6 +47873,36 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $text ]
+ Parameter #2 [ <optional> array $attributes ]
+ Parameter #3 [ <optional> bool $raw ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <optional> array $attributes ]
+ Parameter #2 [ <optional> string $close ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] {
- Parameters [2] {
@@ -39390,9 +48663,9 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $collection ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $collection ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderName ] {
@@ -39432,7 +48705,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> array $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processBody ] {
@@ -39449,7 +48722,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processProtocol ] {
@@ -39681,9 +48954,9 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $collection ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $collection ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderName ] {
@@ -39723,7 +48996,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> array $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processBody ] {
@@ -39740,7 +49013,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processProtocol ] {
@@ -40085,9 +49358,9 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $collection ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $collection ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderName ] {
@@ -40127,7 +49400,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> array $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processBody ] {
@@ -40144,7 +49417,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> $headers ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method processProtocol ] {
@@ -40224,8 +49497,8 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> private method calculateUriHost ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Collection $server ]
- Parameter #1 [ <required> Phalcon\Collection $headers ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $server ]
+ Parameter #1 [ <required> Phalcon\Collection\CollectionInterface $headers ]
}
- Return [ array ]
}
@@ -40241,7 +49514,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> private method calculateUriPath ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $server ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $server ]
}
- Return [ string ]
}
@@ -40249,7 +49522,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> private method calculateUriQuery ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $server ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $server ]
}
- Return [ string ]
}
@@ -40257,8 +49530,8 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> private method calculateUriScheme ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Collection $server ]
- Parameter #1 [ <required> Phalcon\Collection $headers ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $server ]
+ Parameter #1 [ <required> Phalcon\Collection\CollectionInterface $headers ]
}
- Return [ string ]
}
@@ -40283,7 +49556,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> private method getHeader ] {
- Parameters [3] {
- Parameter #0 [ <required> Phalcon\Collection $headers ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $headers ]
Parameter #1 [ <required> string $name ]
Parameter #2 [ <optional> $defaultValue ]
}
@@ -40300,15 +49573,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> private method parseHeaders ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $server ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $server ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon> private method parseProtocol ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Collection $server ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $server ]
}
- Return [ string ]
}
@@ -40318,7 +49591,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> array $server ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon> private method parseUploadedFiles ] {
@@ -40326,14 +49599,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <required> array $files ]
}
- - Return [ Phalcon\Collection ]
+ - Return [ Phalcon\Collection\CollectionInterface ]
}
Method [ <internal:phalcon> private method parseUri ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Collection $server ]
- Parameter #1 [ <required> Phalcon\Collection $headers ]
+ Parameter #0 [ <required> Phalcon\Collection\CollectionInterface $server ]
+ Parameter #1 [ <required> Phalcon\Collection\CollectionInterface $headers ]
}
- Return [ Phalcon\Http\Message\Uri ]
}
@@ -40964,8 +50237,8 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $path ]
Property [ <default> protected $port ]
Property [ <default> protected $query ]
- Property [ <default> private $scheme ]
- Property [ <default> private $user ]
+ Property [ <default> protected $scheme ]
+ Property [ <default> protected $user ]
}
- Methods [27] {
@@ -41202,7 +50475,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> private $strictHostCheck ]
}
- - Methods [70] {
+ - Methods [71] {
Method [ <internal:phalcon> public method getHttpMethodParameterOverride ] {
- Parameters [0] {
@@ -41263,6 +50536,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getPreferredIsoLocaleVariant ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getClientAddress ] {
- Parameters [1] {
@@ -46214,7 +55494,10 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $definition ]
}
- - Methods [3] {
+ - Methods [4] {
+ Method [ <internal:phalcon> public method getHandler ] {
+ }
+
Method [ <internal:phalcon> public method getDefinition ] {
}
@@ -46252,7 +55535,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static properties [0] {
}
- - Static methods [17] {
+ - Static methods [18] {
Method [ <internal:phalcon> static public method __callStatic ] {
- Parameters [2] {
@@ -46319,6 +55602,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
+ - Return [ Phalcon\Mvc\ModelInterface or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method maximum ] {
@@ -46368,6 +55652,16 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Mvc\Model\ResultsetInterface ]
}
+ Method [ <internal:phalcon> static protected method groupResult ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $functionName ]
+ Parameter #1 [ <required> string $alias ]
+ Parameter #2 [ <required> $parameters ]
+ }
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
+ }
+
Method [ <internal:phalcon> final static protected method _invokeFinder ] {
- Parameters [2] {
@@ -46413,7 +55707,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $uniqueTypes ]
}
- - Methods [83] {
+ - Methods [93] {
Method [ <internal:phalcon> public method getTransaction ] {
}
@@ -46483,6 +55777,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Mvc\ModelInterface ]
}
+ Method [ <internal:phalcon> protected method collectRelatedToSave ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> public method create ] {
- Parameters [0] {
@@ -46843,6 +56144,17 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> protected method doLowInsert ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ]
+ Parameter #1 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ]
+ Parameter #2 [ <required> $table ]
+ Parameter #3 [ <required> $identityField ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method _doLowUpdate ] {
- Parameters [3] {
@@ -46853,6 +56165,16 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> protected method doLowUpdate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ]
+ Parameter #1 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ]
+ Parameter #2 [ <required> $table ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method _exists ] {
- Parameters [2] {
@@ -46862,6 +56184,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> protected method exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ]
+ Parameter #1 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method _getRelatedRecords ] {
- Parameters [3] {
@@ -46871,6 +56202,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon> protected method getRelatedRecords ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ }
+
Method [ <internal:phalcon> final protected method _possibleSetter ] {
- Parameters [2] {
@@ -46890,6 +56230,16 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> protected method preSave ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ]
+ Parameter #1 [ <required> bool $exists ]
+ Parameter #2 [ <required> $identityField ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method _preSaveRelatedRecords ] {
- Parameters [2] {
@@ -46899,6 +56249,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> protected method preSaveRelatedRecords ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ]
+ Parameter #1 [ <required> $related ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method _postSave ] {
- Parameters [2] {
@@ -46908,6 +56267,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> protected method postSave ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> bool $success ]
+ Parameter #1 [ <required> bool $exists ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method _postSaveRelatedRecords ] {
- Parameters [2] {
@@ -46917,6 +56285,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> protected method postSaveRelatedRecords ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ]
+ Parameter #1 [ <required> $related ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method allowEmptyStringValues ] {
- Parameters [1] {
@@ -46928,6 +56305,9 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> protected method _cancelOperation ] {
}
+ Method [ <internal:phalcon> protected method cancelOperation ] {
+ }
+
Method [ <internal:phalcon> protected method belongsTo ] {
- Parameters [4] {
@@ -47652,7 +57032,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $reusable ]
}
- - Methods [65] {
+ - Methods [67] {
Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- Parameters [1] {
@@ -47841,6 +57221,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Db\Adapter\AdapterInterface ]
}
+ Method [ <internal:phalcon> protected method getConnection ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $connectionServices ]
+ }
+ - Return [ Phalcon\Db\Adapter\AdapterInterface ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getReadConnectionService ] {
- Parameters [1] {
@@ -47866,6 +57255,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getConnectionService ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $connectionServices ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method notifyEvent ] {
- Parameters [2] {
@@ -49883,7 +59281,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $_transaction ]
}
- - Methods [49] {
+ - Methods [50] {
Method [ <internal:phalcon> public method getTransaction ] {
}
@@ -50151,6 +59549,17 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Mvc\Model\ResultsetInterface ]
}
+ Method [ <internal:phalcon> final protected method getRelatedRecords ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $intermediate ]
+ Parameter #2 [ <required> array $bindParams ]
+ Parameter #3 [ <required> array $bindTypes ]
+ }
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method execute ] {
- Parameters [2] {
@@ -51990,15 +61399,15 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ <default> protected $params ]
Property [ <default> protected $removeExtraSlashes ]
Property [ <default> protected $routes ]
- Property [ <default> protected $uriSource ]
Property [ <default> protected $wasMatched ]
Property [ <default> protected $actionSuffix ]
+ Property [ <default> protected $actionPreformatCallback ]
Property [ <default> protected $controllerSuffix ]
Property [ <default> protected $handlers ]
Property [ <default> protected $routePrefix ]
}
- - Methods [51] {
+ - Methods [53] {
Method [ <internal:phalcon> public method addModuleResource ] {
- Parameters [3] {
@@ -52059,6 +61468,16 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Method [ <internal:phalcon> public method setActionPreformatCallback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $callback ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getActionPreformatCallback ] {
+ }
+
Method [ <internal:phalcon> public method setControllerSuffix ] {
- Parameters [1] {
@@ -54842,7 +64261,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> final class Phalcon\Registry extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] {
+ Class [ <internal:phalcon> <iterateable> final class Phalcon\Registry extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess ] {
- Constants [0] {
}
@@ -54867,14 +64286,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method __get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method __isset ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -54882,7 +64301,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method __set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -54891,7 +64310,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method __unset ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -54899,7 +64318,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method clear ] {
- Parameters [0] {
}
@@ -54913,7 +64332,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -54929,7 +64348,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method has ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -54937,7 +64356,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method init ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -54984,7 +64403,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method remove ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -54999,7 +64418,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -55008,14 +64427,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method toArray ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method toArray ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> final public method toJson ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> final public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -55031,7 +64450,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -55039,7 +64458,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
@@ -55340,6 +64759,767 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Security\JWT\Builder ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> private $claims ]
+ Property [ <default> private $jose ]
+ Property [ <default> private $passphrase ]
+ Property [ <default> private $signer ]
+ }
+
+ - Methods [24] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Security\JWT\Signer\SignerInterface $signer ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method init ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method getAudience ] {
+ }
+
+ Method [ <internal:phalcon> public method getClaims ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getContentType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon> public method getExpirationTime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int or NULL ]
+ }
+
+ Method [ <internal:phalcon> public method getHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon> public method getIssuedAt ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int or NULL ]
+ }
+
+ Method [ <internal:phalcon> public method getIssuer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon> public method getNotBefore ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int or NULL ]
+ }
+
+ Method [ <internal:phalcon> public method getSubject ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string or NULL ]
+ }
+
+ Method [ <internal:phalcon> public method getToken ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Security\JWT\Token\Token ]
+ }
+
+ Method [ <internal:phalcon> public method getPassphrase ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method setAudience ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $audience ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setContentType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $contentType ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setExpirationTime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setIssuedAt ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setIssuer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $issuer ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setNotBefore ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setSubject ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $subject ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> public method setPassphrase ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $passphrase ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+
+ Method [ <internal:phalcon> private method setClaim ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ Phalcon\Security\JWT\Builder ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Security\JWT\Exceptions\UnsupportedAlgorithmException extends Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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 [ <default> protected $algorithm ]
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $algo ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Security\JWT\Signer\SignerInterface, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method getAlgHeader ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Security\JWT\Signer\SignerInterface, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method sign ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $payload ]
+ Parameter #1 [ <required> string $passphrase ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Security\JWT\Signer\SignerInterface, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method verify ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $source ]
+ Parameter #1 [ <required> string $payload ]
+ Parameter #2 [ <required> string $passphrase ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method getHash ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $payload ]
+ Parameter #1 [ <required> string $passphrase ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Security\JWT\Signer\AbstractSigner, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method getAlgorithm ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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 [ <internal:phalcon, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method getAlgHeader ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method getAlgorithm ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method sign ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $payload ]
+ Parameter #1 [ <required> string $passphrase ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Security\JWT\Signer\SignerInterface> public method verify ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $source ]
+ Parameter #1 [ <required> string $payload ]
+ Parameter #2 [ <required> string $passphrase ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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 [ <internal:phalcon> class Phalcon\Security\JWT\Token\Item extends Phalcon\Security\JWT\Token\AbstractItem ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $data ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $payload ]
+ Parameter #1 [ <required> string $encoded ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getPayload ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Security\JWT\Token\AbstractItem> public method getEncoded ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Security\JWT\Token\Parser ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon> public method parse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $token ]
+ }
+ - Return [ Phalcon\Security\JWT\Token\Token ]
+ }
+
+ Method [ <internal:phalcon> private method decodeClaims ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $claims ]
+ }
+ - Return [ Phalcon\Security\JWT\Token\Item ]
+ }
+
+ Method [ <internal:phalcon> private method decodeHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $headers ]
+ }
+ - Return [ Phalcon\Security\JWT\Token\Item ]
+ }
+
+ Method [ <internal:phalcon> private method decodeSignature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Security\JWT\Token\Item $headers ]
+ Parameter #1 [ <required> string $signature ]
+ }
+ - Return [ Phalcon\Security\JWT\Token\Signature ]
+ }
+
+ Method [ <internal:phalcon> private method parseToken ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $token ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Security\JWT\Token\Signature extends Phalcon\Security\JWT\Token\AbstractItem ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $data ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string $hash ]
+ Parameter #1 [ <optional> string $encoded ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getHash ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Security\JWT\Token\AbstractItem> public method getEncoded ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Security\JWT\Token\Token ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ <default> private $claims ]
+ Property [ <default> private $headers ]
+ Property [ <default> private $signature ]
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> public method getClaims ] {
+ }
+
+ Method [ <internal:phalcon> public method getHeaders ] {
+ }
+
+ Method [ <internal:phalcon> public method getSignature ] {
+ }
+
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Security\JWT\Token\Item $headers ]
+ Parameter #1 [ <required> Phalcon\Security\JWT\Token\Item $claims ]
+ Parameter #2 [ <required> Phalcon\Security\JWT\Token\Signature $signature ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getPayload ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getToken ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Security\JWT\Validator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ <default> private $timeShift ]
+ Property [ <default> private $token ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Security\JWT\Token\Token $token ]
+ Parameter #1 [ <optional> int $timeShift ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method setToken ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Security\JWT\Token\Token $token ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> public method validateAudience ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $audience ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> public method validateExpiration ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> public method validateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> public method validateIssuedAt ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> public method validateIssuer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $issuer ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> public method validateNotBefore ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> public method validateSignature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Security\JWT\Signer\SignerInterface $signer ]
+ Parameter #1 [ <required> string $passphrase ]
+ }
+ - Return [ Phalcon\Security\JWT\Validator ]
+ }
+
+ Method [ <internal:phalcon> private method getTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ int ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Security\Random ] {
- Constants [0] {
@@ -55667,7 +65847,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Session\Bag extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] {
+ Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method clear ] {
- Parameters [0] {
}
@@ -55709,7 +65889,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Phalcon\Di\DiInterface ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> public method init ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method init ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data ]
@@ -55717,7 +65897,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> public method remove ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -55725,7 +65905,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -55742,14 +65922,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __get ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __isset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __isset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -55757,7 +65937,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __set ] {
- Parameters [2] {
Parameter #0 [ <required> string $element ]
@@ -55766,7 +65946,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method __unset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method __unset ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -55781,7 +65961,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method get ] {
- Parameters [3] {
Parameter #0 [ <required> string $element ]
@@ -55797,7 +65977,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ Traversable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $insensitive ]
@@ -55805,14 +65985,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method getValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method getValues ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $element ]
@@ -55866,14 +66046,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toArray ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toArray ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Collection> public method toJson ] {
+ Method [ <internal:phalcon, inherits Phalcon\Collection, prototype Phalcon\Collection\CollectionInterface> public method toJson ] {
- Parameters [1] {
Parameter #0 [ <optional> int $options ]
@@ -56759,7 +66939,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Property [ protected static $urlService ]
}
- - Static methods [57] {
+ - Static methods [58] {
Method [ <internal:phalcon> static public method appendTitle ] {
- Parameters [1] {
@@ -57003,6 +67183,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> static public method preload ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $parameters ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> static public method radioField ] {
- Parameters [1] {
@@ -62850,7 +73038,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Static properties [0] {
}
- - Static methods [5] {
+ - Static methods [7] {
Method [ <internal:phalcon> static protected method _getVersion ] {
- Parameters [0] {
@@ -62858,6 +73046,13 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> static protected method getVersion ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> final static protected method _getSpecial ] {
- Parameters [1] {
@@ -62866,6 +73061,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> final static protected method getSpecial ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $special ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> static public method get ] {
- Parameters [0] {
@@ -62924,6 +73127,54 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
+ Class [ <internal:phalcon> final class phalcon\10__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\11__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
+ }
+ }
+ }
+ }
+
Class [ <internal:phalcon> final class phalcon\1__closure ] {
- Constants [0] {
@@ -63022,7 +73273,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $file ]
+ Parameter #0 [ <required> $element ]
}
}
}
@@ -63045,12 +73296,8 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
- Parameter #0 [ <required> $number ]
- Parameter #1 [ <required> $message ]
- Parameter #2 [ <required> $file ]
- Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $file ]
}
}
}
@@ -63073,12 +73320,8 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
- Parameter #0 [ <required> $number ]
- Parameter #1 [ <required> $message ]
- Parameter #2 [ <required> $file ]
- Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $action ]
}
}
}
@@ -63129,8 +73372,12 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
+ - Parameters [5] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <required> $file ]
+ Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -63153,8 +73400,12 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
+ - Parameters [5] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <required> $file ]
+ Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
diff --git a/php-phalcon4.spec b/php-phalcon4.spec
index 74830bc..98f307d 100644
--- a/php-phalcon4.spec
+++ b/php-phalcon4.spec
@@ -22,12 +22,12 @@
%global pecl_name phalcon
# after 40-json.ini, 20-pdo.ini, 40-psr.ini
%global ini_name 50-%{pecl_name}.ini
-%global upstream_ver 4.0.6
+%global upstream_ver 4.1.0
#global upstream_pre rc.3
Name: %{?sub_prefix}php-phalcon4
Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Phalcon Framework
License: MIT
@@ -255,6 +255,9 @@ fi
%changelog
+* Tue Nov 10 2020 Remi Collet <remi@remirepo.net> - 4.1.0-1
+- update to 4.1.0
+
* Wed Jul 22 2020 Remi Collet <remi@remirepo.net> - 4.0.6-2
- rebuild for PHP 7.4.8 see
https://github.com/phalcon/cphalcon/issues/15107