summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION11244
-rw-r--r--php-phalcon4.spec22
3 files changed, 10770 insertions, 502 deletions
diff --git a/PHPINFO b/PHPINFO
index 4acb790..7ab38f6 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.2
+Build Date => Apr 26 2021 00:00:00
+Powered by Zephir => Version 0.12.21-8a412a1
Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
diff --git a/REFLECTION b/REFLECTION
index 6bee1af..19bc6d9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
+Extension [ <persistent> extension #117 phalcon version 4.1.2 ] {
- 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] {
@@ -724,7 +852,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:Core, inherits Serializable> abstract public method serialize ] {
}
- Method [ <internal:Core, inherits Serializable, ctor> abstract public method unserialize ] {
+ Method [ <internal:Core, inherits Serializable> abstract public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $serialized ]
@@ -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] {
@@ -7030,8 +7922,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 +10571,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 +10798,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 +11329,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 +11355,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 +11370,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 +11379,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 +11387,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 +11401,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 +11417,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 +11425,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 +11440,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 +11487,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 +11495,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 +11511,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 ]
@@ -10938,7 +12002,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:Core, inherits Serializable> abstract public method serialize ] {
}
- Method [ <internal:Core, inherits Serializable, ctor> abstract public method unserialize ] {
+ Method [ <internal:Core, inherits Serializable> abstract public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $serialized ]
@@ -10947,7 +12011,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 +12031,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 +12055,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 +12096,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 +12111,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 +12120,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 +12128,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 +12142,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 +12158,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 +12166,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 +12181,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 +12228,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 +12236,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 +12252,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 +12270,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 +12701,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 +12716,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 +12978,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 +13200,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 +13321,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 +13554,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 +13596,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 +13613,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 +13725,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 +13997,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 +14014,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 +14160,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 +14423,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 +14645,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 +15274,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 +16400,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 +16878,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 +17735,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 +17777,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 +17794,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 ] {
@@ -16269,7 +18362,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
Method [ <internal:Core, inherits Serializable> abstract public method serialize ] {
}
- Method [ <internal:Core, inherits Serializable, ctor> abstract public method unserialize ] {
+ Method [ <internal:Core, inherits Serializable> abstract public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $serialized ]
@@ -16367,6 +18460,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 +19111,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 +19226,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 +19840,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 +19860,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 +20277,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] {
@@ -17831,14 +20443,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method decrement ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -17846,7 +20458,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method delete ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -17854,7 +20466,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -17862,10 +20474,10 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getAdapter ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] {
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getKeys ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> string $prefix ]
@@ -17873,7 +20485,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method has ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -17881,7 +20493,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method increment ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -17889,7 +20501,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $key ]
@@ -17999,14 +20611,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method decrement ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18014,7 +20626,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method delete ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18022,7 +20634,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18030,10 +20642,10 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getAdapter ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] {
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getKeys ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> string $prefix ]
@@ -18041,7 +20653,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method has ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18049,7 +20661,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method increment ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18057,7 +20669,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $key ]
@@ -18175,14 +20787,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method decrement ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18190,7 +20802,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method delete ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18198,7 +20810,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18206,10 +20818,10 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getAdapter ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] {
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getKeys ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> string $prefix ]
@@ -18217,7 +20829,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method has ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18225,7 +20837,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method increment ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18233,7 +20845,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $key ]
@@ -18343,14 +20955,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method decrement ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18358,7 +20970,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method delete ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18366,7 +20978,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18374,10 +20986,10 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getAdapter ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] {
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getKeys ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> string $prefix ]
@@ -18385,7 +20997,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method has ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18393,7 +21005,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method increment ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18401,7 +21013,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $key ]
@@ -18519,14 +21131,14 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method decrement ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18534,7 +21146,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method delete ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18542,7 +21154,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18550,10 +21162,10 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getAdapter ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] {
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method getKeys ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> string $prefix ]
@@ -18561,7 +21173,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method has ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -18569,7 +21181,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method increment ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -18577,7 +21189,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $key ]
@@ -23725,7 +26337,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 +26355,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 +26363,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 +26380,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 +26395,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 +26404,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 +26412,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 +26426,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 +26442,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 +26450,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 +26465,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 +26519,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 +26553,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 +26581,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 +26605,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 +26638,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 +26653,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 +26662,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 +26670,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 +26684,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 +26700,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 +26708,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 +26723,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 +26770,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 +26778,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 +26794,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 +26812,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 +26856,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 +26880,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 +26913,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 +26928,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 +26937,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 +26945,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 +26959,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 +26975,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 +26983,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 +26998,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 +27045,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 +27053,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 +27069,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 +27087,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 +27114,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 +27138,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 +27171,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 +27186,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 +27195,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 +27203,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 +27217,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 +27233,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 +27241,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 +27256,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 +27303,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 +27311,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 +27327,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 +27345,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 +27372,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 +27396,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 +27429,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 +27444,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 +27453,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 +27461,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 +27475,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 +27491,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 +27499,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 +27514,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 +27561,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 +27569,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 +27585,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 +27603,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 +27631,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 +27655,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 +27688,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 +27703,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 +27712,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 +27720,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 +27734,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 +27750,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 +27758,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 +27773,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 +27820,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 +27828,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 +27844,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 +27891,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 +27901,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 +28356,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\ConnectionInterface> public method connect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> 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\ConnectionInterface> public method connect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> 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 +30869,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 +30886,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 +31069,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 +31304,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 +31526,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 +31556,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 +31573,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 +31779,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 +32016,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 +32213,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 +32243,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 +32260,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 +32303,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 +32317,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 +32454,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 +32963,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 +32971,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 +32982,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 +32993,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 +35592,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 +35753,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 +36108,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 +36529,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 +36607,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 +36654,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 +36909,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 +37007,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 +41955,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 +42158,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 +42359,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 +42450,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 +42592,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 +42632,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 +42647,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 +42656,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 +42664,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 +42678,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 +42694,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 +42702,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 +42717,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 +42764,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 +42772,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 +42788,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 +42969,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 +43004,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 +43066,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 +43173,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 +43264,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 +43281,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 +43322,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 +43333,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 +43476,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 +43538,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 +43556,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 +43621,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 +43638,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 +43679,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 +43690,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 +43713,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 +43775,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 +43793,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 +43856,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 +43873,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 +43914,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 +43925,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 +44095,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 +44157,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 +44278,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 +44384,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 +44401,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 +44442,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,18 +44453,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 $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 ] {
@@ -38113,6 +44623,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 +44685,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 +44806,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 +44912,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 +44929,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 +44970,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 +44981,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 +45159,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 +45221,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 +45342,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 +45448,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 +45465,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 +45506,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 +45517,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 +45696,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 +45758,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 +45776,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 +45853,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 +45870,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 +45911,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 +45922,235 @@ 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] {
+ 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\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] {
@@ -38354,6 +46158,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 +46220,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\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] {
+ 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 +46341,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\Text 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 $type ]
+ Property [ <default> protected $attributes ]
+ }
+
+ - 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 +46447,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 +46464,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 +46505,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\Textarea extends Phalcon\Html\Helper\Input\AbstractInput ] {
- Constants [0] {
}
@@ -38413,20 +46516,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, 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 ] {
+
+ - 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\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] {
@@ -38434,6 +46686,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 +46748,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\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] {
+ 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 +46869,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\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] {
@@ -38463,6 +46975,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 +46992,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] {
@@ -38493,11 +47044,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 +47067,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 +47129,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 +47257,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 +47406,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 +47423,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 +47464,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 +47475,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 +47688,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 +47750,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 +47768,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 +47855,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 +47872,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 +48662,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 +48704,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 +48721,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 +48953,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 +48995,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 +49012,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 +49357,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 +49399,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 +49416,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 +49496,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 +49513,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 +49521,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 +49529,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 +49555,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 +49572,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 +49590,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 +49598,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 +50236,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 +50474,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 +50535,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] {
@@ -43995,7 +53274,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AbstractAdapter> public method process ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -44104,7 +53383,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AbstractAdapter> public method process ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -44206,7 +53485,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AbstractAdapter> public method process ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -46214,7 +55493,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 +55534,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 +55601,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 +55651,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 +55706,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 +55776,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 +56143,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 +56164,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 +56183,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 +56201,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 +56229,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 +56248,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 +56266,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 +56284,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 +56304,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 +57031,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 +57220,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 +57254,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 +59280,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 +59548,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 +61398,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 +61467,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 +64260,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 +64285,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 +64300,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 +64309,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 +64317,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 +64331,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 +64347,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 +64355,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 +64402,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 +64417,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 +64426,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 +64449,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 +64457,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 +64758,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> protected 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 +65846,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 +65874,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 +65888,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 +65896,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 +65904,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 +65921,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 +65936,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 +65945,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 +65960,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 +65976,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 +65984,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 +66045,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 +66938,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 +67182,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] {
@@ -58702,7 +68889,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -58820,7 +69007,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -58938,7 +69125,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -59056,7 +69243,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -59174,7 +69361,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -59301,7 +69488,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -59427,7 +69614,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -59554,7 +69741,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -59672,7 +69859,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -59854,7 +70041,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -60094,7 +70281,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
- Methods [24] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -60305,7 +70492,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -60509,7 +70696,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -60713,7 +70900,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -60917,7 +71104,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -61121,7 +71308,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -61325,7 +71512,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -61526,7 +71713,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -61644,7 +71831,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -61764,7 +71951,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -61882,7 +72069,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -62000,7 +72187,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -62118,7 +72305,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -62362,7 +72549,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -62480,7 +72667,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -62599,7 +72786,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -62744,7 +72931,7 @@ Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\AbstractValidator> public method validate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Validation $validation ]
@@ -62850,7 +73037,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 +73045,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 +73060,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 +73126,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 +73272,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 +73295,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 +73319,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 +73371,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 +73399,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 32feb16..4ae9d5f 100644
--- a/php-phalcon4.spec
+++ b/php-phalcon4.spec
@@ -22,7 +22,7 @@
%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.2
#global upstream_pre rc.3
Name: %{?sub_prefix}php-phalcon4
@@ -32,10 +32,15 @@ Summary: Phalcon Framework
License: MIT
URL: https://pecl.php.net/package/phalcon
+# when missing on pecl, generated from git
+# git checkout v#.#.#
+# ln -s build/php7/safe/* .
+# pecl package
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel > 7.2
+BuildRequires: %{?scl_prefix}php-devel < 8
+BuildRequires: %{?scl_prefix}php-devel >= 7.2
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-hash
BuildRequires: %{?scl_prefix}php-json
@@ -255,6 +260,19 @@ fi
%changelog
+* Mon Apr 26 2021 Remi Collet <remi@remirepo.net> - 4.1.2-1
+- update to 4.1.2
+
+* Thu Apr 22 2021 Remi Collet <remi@remirepo.net> - 4.1.1-1
+- update to 4.1.1
+
+* 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
+
* Sun May 17 2020 Remi Collet <remi@remirepo.net> - 4.0.6-1
- update to 4.0.6