diff --git a/docs/api/phalcon_acl.md b/docs/api/phalcon_acl.md
index ded847583..1fa119852 100644
--- a/docs/api/phalcon_acl.md
+++ b/docs/api/phalcon_acl.md
@@ -9,7 +9,7 @@ hide:
-## Acl\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Acl\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Acl/Adapter/AbstractAdapter.zep)
@@ -111,7 +111,7 @@ Sets the default access level (Phalcon\Acl\Enum::ALLOW or Phalcon\Acl\Enum::DENY
-## Acl\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Acl\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Acl/Adapter/AdapterInterface.zep)
@@ -714,7 +714,7 @@ public function getName(): string;
-## Acl\ComponentAwareInterface ![Abstract](assets/images/interface-blue.png)
+## Acl\ComponentAwareInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Acl/ComponentAwareInterface.zep)
@@ -745,7 +745,7 @@ Returns component name
-## Acl\ComponentInterface ![Abstract](assets/images/interface-blue.png)
+## Acl\ComponentInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Acl/ComponentInterface.zep)
@@ -907,7 +907,7 @@ public function getName(): string;
-## Acl\RoleAwareInterface ![Abstract](assets/images/interface-blue.png)
+## Acl\RoleAwareInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Acl/RoleAwareInterface.zep)
@@ -938,7 +938,7 @@ Returns role name
-## Acl\RoleInterface ![Abstract](assets/images/interface-blue.png)
+## Acl\RoleInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Acl/RoleInterface.zep)
@@ -977,3 +977,5 @@ Returns role description
public function getName(): string;
```
Returns the role name
+
+
diff --git a/docs/api/phalcon_annotations.md b/docs/api/phalcon_annotations.md
index 387a4e6d2..43ccff67d 100644
--- a/docs/api/phalcon_annotations.md
+++ b/docs/api/phalcon_annotations.md
@@ -9,7 +9,7 @@ hide:
-## Annotations\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Annotations\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Annotations/Adapter/AbstractAdapter.zep)
@@ -108,7 +108,7 @@ Sets the annotations parser
-## Annotations\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Annotations\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Annotations/Adapter/AdapterInterface.zep)
@@ -724,7 +724,7 @@ Parses a raw doc block returning the annotations found
-## Annotations\ReaderInterface ![Abstract](assets/images/interface-blue.png)
+## Annotations\ReaderInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Annotations/ReaderInterface.zep)
@@ -863,3 +863,5 @@ public function getReflectionData(): array;
```
Returns the raw parsing intermediate definitions used to construct the
reflection
+
+
diff --git a/docs/api/phalcon_application.md b/docs/api/phalcon_application.md
index 685b9a51a..7f954772b 100644
--- a/docs/api/phalcon_application.md
+++ b/docs/api/phalcon_application.md
@@ -9,7 +9,7 @@ hide:
-## Application\AbstractApplication ![Abstract](assets/images/abstract-green.png)
+## Application\AbstractApplication ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Application/AbstractApplication.zep)
@@ -147,3 +147,4 @@ Sets the events manager
Exceptions thrown in Phalcon\Application class will use this class
+
diff --git a/docs/api/phalcon_assets.md b/docs/api/phalcon_assets.md
index 6ff0ed55a..8457a3753 100644
--- a/docs/api/phalcon_assets.md
+++ b/docs/api/phalcon_assets.md
@@ -330,7 +330,7 @@ Phalcon\Assets\Asset\Js constructor
-## Assets\AssetInterface ![Abstract](assets/images/interface-blue.png)
+## Assets\AssetInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Assets/AssetInterface.zep)
@@ -753,7 +753,7 @@ Exceptions thrown in Phalcon\Assets will use this class
-## Assets\FilterInterface ![Abstract](assets/images/interface-blue.png)
+## Assets\FilterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Assets/FilterInterface.zep)
@@ -1310,3 +1310,5 @@ Sets the manager options
public function useImplicitOutput( bool $implicitOutput ): Manager;
```
Sets if the HTML generated must be directly printed or returned
+
+
diff --git a/docs/api/phalcon_autoload.md b/docs/api/phalcon_autoload.md
index af16ed576..3f7f8c3e5 100644
--- a/docs/api/phalcon_autoload.md
+++ b/docs/api/phalcon_autoload.md
@@ -286,3 +286,5 @@ Unregister the autoload method
protected function requireFile( string $file ): bool;
```
If the file exists, require it and return true; false otherwise
+
+
diff --git a/docs/api/phalcon_cache.md b/docs/api/phalcon_cache.md
index 91cf14734..7b006d844 100644
--- a/docs/api/phalcon_cache.md
+++ b/docs/api/phalcon_cache.md
@@ -9,7 +9,7 @@ hide:
-## Cache\AbstractCache ![Abstract](assets/images/abstract-green.png)
+## Cache\AbstractCache ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Cache/AbstractCache.zep)
@@ -129,7 +129,7 @@ Returns the exception class that will be used for exceptions thrown
-## Cache\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Cache\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Cache/Adapter/AdapterInterface.zep)
@@ -520,7 +520,7 @@ protected function getExceptionClass(): string;
-## Cache\CacheInterface ![Abstract](assets/images/interface-blue.png)
+## Cache\CacheInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Cache/CacheInterface.zep)
@@ -639,3 +639,4 @@ Exceptions thrown in Phalcon\Cache will use this class
Exceptions thrown in Phalcon\Cache will use this class
+
diff --git a/docs/api/phalcon_cli.md b/docs/api/phalcon_cli.md
index 23c39c7db..e1bd0e057 100644
--- a/docs/api/phalcon_cli.md
+++ b/docs/api/phalcon_cli.md
@@ -268,7 +268,7 @@ Exceptions thrown in Phalcon\Cli\Dispatcher will use this class
-## Cli\DispatcherInterface ![Abstract](assets/images/interface-blue.png)
+## Cli\DispatcherInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Cli/DispatcherInterface.zep)
@@ -832,7 +832,7 @@ $router->add(
-## Cli\Router\RouteInterface ![Abstract](assets/images/interface-blue.png)
+## Cli\Router\RouteInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Cli/Router/RouteInterface.zep)
@@ -942,7 +942,7 @@ Sets the route's name
-## Cli\RouterInterface ![Abstract](assets/images/interface-blue.png)
+## Cli\RouterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Cli/RouterInterface.zep)
@@ -1150,7 +1150,7 @@ Sets the events manager
-## Cli\TaskInterface ![Abstract](assets/images/interface-blue.png)
+## Cli\TaskInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Cli/TaskInterface.zep)
@@ -1169,3 +1169,4 @@ Sets the events manager
Interface for task handlers
+
diff --git a/docs/api/phalcon_config.md b/docs/api/phalcon_config.md
index 6310ce804..6c86abd15 100644
--- a/docs/api/phalcon_config.md
+++ b/docs/api/phalcon_config.md
@@ -594,7 +594,7 @@ protected function parseConfig( mixed $config ): array;
-## Config\ConfigInterface ![Abstract](assets/images/interface-blue.png)
+## Config\ConfigInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Config/ConfigInterface.zep)
@@ -667,3 +667,4 @@ public function setPathDelimiter( string $delimiter = null ): ConfigInterface;
Exceptions thrown in Phalcon\Config will use this class
+
diff --git a/docs/api/phalcon_datamapper.md b/docs/api/phalcon_datamapper.md
index ec8011328..13488e373 100644
--- a/docs/api/phalcon_datamapper.md
+++ b/docs/api/phalcon_datamapper.md
@@ -76,7 +76,7 @@ Disconnects from the database.
-## DataMapper\Pdo\Connection\AbstractConnection ![Abstract](assets/images/abstract-green.png)
+## DataMapper\Pdo\Connection\AbstractConnection ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/DataMapper/Pdo/Connection/AbstractConnection.zep)
@@ -373,7 +373,7 @@ Bind a value using the proper PDO::PARAM_* type.
-## DataMapper\Pdo\Connection\ConnectionInterface ![Abstract](assets/images/interface-blue.png)
+## DataMapper\Pdo\Connection\ConnectionInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/DataMapper/Pdo/Connection/ConnectionInterface.zep)
@@ -583,7 +583,7 @@ Disconnects from the database; disallowed with decorated PDO connections.
-## DataMapper\Pdo\Connection\PdoInterface ![Abstract](assets/images/interface-blue.png)
+## DataMapper\Pdo\Connection\PdoInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/DataMapper/Pdo/Connection/PdoInterface.zep)
@@ -814,7 +814,7 @@ Returns a connection by name.
-## DataMapper\Pdo\ConnectionLocatorInterface ![Abstract](assets/images/interface-blue.png)
+## DataMapper\Pdo\ConnectionLocatorInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/DataMapper/Pdo/ConnectionLocatorInterface.zep)
@@ -1197,7 +1197,7 @@ Starts a profile entry.
-## DataMapper\Pdo\Profiler\ProfilerInterface ![Abstract](assets/images/interface-blue.png)
+## DataMapper\Pdo\Profiler\ProfilerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/DataMapper/Pdo/Profiler/ProfilerInterface.zep)
@@ -1277,7 +1277,7 @@ Starts a profile entry.
-## DataMapper\Query\AbstractConditions ![Abstract](assets/images/abstract-green.png)
+## DataMapper\Query\AbstractConditions ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/DataMapper/Query/AbstractConditions.zep)
@@ -1405,7 +1405,7 @@ Processes a value (array or string) and merges it with the store
-## DataMapper\Query\AbstractQuery ![Abstract](assets/images/abstract-green.png)
+## DataMapper\Query\AbstractQuery ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/DataMapper/Query/AbstractQuery.zep)
@@ -2065,3 +2065,5 @@ Adds the `RETURNING` clause
public function set( string $column, mixed $value = null ): Update;
```
Sets a column = value condition
+
+
diff --git a/docs/api/phalcon_db.md b/docs/api/phalcon_db.md
index 807aa268c..1eb5ff5c7 100644
--- a/docs/api/phalcon_db.md
+++ b/docs/api/phalcon_db.md
@@ -9,7 +9,7 @@ hide:
-## Db\AbstractDb ![Abstract](assets/images/abstract-green.png)
+## Db\AbstractDb ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/AbstractDb.zep)
@@ -81,7 +81,7 @@ Enables/disables options in the Database component
-## Db\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Db\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/Adapter/AbstractAdapter.zep)
@@ -794,7 +794,7 @@ var_dump(
-## Db\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Db\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/Adapter/AdapterInterface.zep)
@@ -1299,7 +1299,7 @@ Generates SQL checking for the existence of a schema.view
-## Db\Adapter\Pdo\AbstractPdo ![Abstract](assets/images/abstract-green.png)
+## Db\Adapter\Pdo\AbstractPdo ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/Adapter/Pdo/AbstractPdo.zep)
@@ -2425,7 +2425,7 @@ Returns true if number column is unsigned
-## Db\ColumnInterface ![Abstract](assets/images/interface-blue.png)
+## Db\ColumnInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/ColumnInterface.zep)
@@ -2546,7 +2546,7 @@ Returns true if number column is unsigned
-## Db\Dialect ![Abstract](assets/images/abstract-green.png)
+## Db\Dialect ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/Dialect.zep)
@@ -3532,7 +3532,7 @@ Generates SQL checking for the existence of a schema.view
-## Db\DialectInterface ![Abstract](assets/images/interface-blue.png)
+## Db\DialectInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/DialectInterface.zep)
@@ -3931,7 +3931,7 @@ Index type
-## Db\IndexInterface ![Abstract](assets/images/interface-blue.png)
+## Db\IndexInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/IndexInterface.zep)
@@ -4492,7 +4492,7 @@ Schema name
-## Db\ReferenceInterface ![Abstract](assets/images/interface-blue.png)
+## Db\ReferenceInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/ReferenceInterface.zep)
@@ -4792,7 +4792,7 @@ $result->setFetchMode(
-## Db\ResultInterface ![Abstract](assets/images/interface-blue.png)
+## Db\ResultInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Db/ResultInterface.zep)
@@ -4870,3 +4870,5 @@ Gets number of rows returned by a resultset
public function setFetchMode( int $fetchMode ): bool;
```
Changes the fetching mode affecting Phalcon\Db\Result\Pdo::fetch()
+
+
diff --git a/docs/api/phalcon_di.md b/docs/api/phalcon_di.md
index 196a411c7..689e35ae0 100644
--- a/docs/api/phalcon_di.md
+++ b/docs/api/phalcon_di.md
@@ -9,7 +9,7 @@ hide:
-## Di\AbstractInjectionAware ![Abstract](assets/images/abstract-green.png)
+## Di\AbstractInjectionAware ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Di/AbstractInjectionAware.zep)
@@ -409,7 +409,7 @@ Loads services from a Config object.
-## Di\DiInterface ![Abstract](assets/images/interface-blue.png)
+## Di\DiInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Di/DiInterface.zep)
@@ -645,7 +645,7 @@ Phalcon\Di\FactoryDefault\Cli constructor
-## Di\InitializationAwareInterface ![Abstract](assets/images/interface-blue.png)
+## Di\InitializationAwareInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Di/InitializationAwareInterface.zep)
@@ -676,7 +676,7 @@ public function initialize(): void;
-## Di\Injectable ![Abstract](assets/images/abstract-green.png)
+## Di\Injectable ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Di/Injectable.zep)
@@ -767,7 +767,7 @@ Sets the dependency injector
-## Di\InjectionAwareInterface ![Abstract](assets/images/interface-blue.png)
+## Di\InjectionAwareInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Di/InjectionAwareInterface.zep)
@@ -962,7 +962,7 @@ Builds a service using a complex service definition
-## Di\ServiceInterface ![Abstract](assets/images/interface-blue.png)
+## Di\ServiceInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Di/ServiceInterface.zep)
@@ -1035,7 +1035,7 @@ Sets if the service is shared or not
-## Di\ServiceProviderInterface ![Abstract](assets/images/interface-blue.png)
+## Di\ServiceProviderInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Di/ServiceProviderInterface.zep)
@@ -1083,3 +1083,5 @@ class SomeServiceProvider implements ServiceProviderInterface
public function register( DiInterface $di ): void;
```
Registers a service provider.
+
+
diff --git a/docs/api/phalcon_dispatcher.md b/docs/api/phalcon_dispatcher.md
index 3ccab6a2c..3c6e525cd 100644
--- a/docs/api/phalcon_dispatcher.md
+++ b/docs/api/phalcon_dispatcher.md
@@ -9,7 +9,7 @@ hide:
-## Dispatcher\AbstractDispatcher ![Abstract](assets/images/abstract-green.png)
+## Dispatcher\AbstractDispatcher ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Dispatcher/AbstractDispatcher.zep)
@@ -456,7 +456,7 @@ protected function toCamelCase( string $input ): string;
-## Dispatcher\DispatcherInterface ![Abstract](assets/images/interface-blue.png)
+## Dispatcher\DispatcherInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Dispatcher/DispatcherInterface.zep)
diff --git a/docs/api/phalcon_domain.md b/docs/api/phalcon_domain.md
index cc8101656..2ee6cedbd 100644
--- a/docs/api/phalcon_domain.md
+++ b/docs/api/phalcon_domain.md
@@ -185,7 +185,7 @@ Instantiate a new object
-## Domain\Payload\PayloadInterface ![Abstract](assets/images/interface-blue.png)
+## Domain\Payload\PayloadInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Domain/Payload/PayloadInterface.zep)
@@ -208,7 +208,7 @@ This interface is used for consumers
-## Domain\Payload\ReadableInterface ![Abstract](assets/images/interface-blue.png)
+## Domain\Payload\ReadableInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Domain/Payload/ReadableInterface.zep)
@@ -325,7 +325,7 @@ Instantiation not allowed.
-## Domain\Payload\WriteableInterface ![Abstract](assets/images/interface-blue.png)
+## Domain\Payload\WriteableInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Domain/Payload/WriteableInterface.zep)
@@ -383,3 +383,5 @@ Sets the output produced from the domain layer.
public function setStatus( mixed $status ): PayloadInterface;
```
Sets the status of this payload.
+
+
diff --git a/docs/api/phalcon_encryption.md b/docs/api/phalcon_encryption.md
index f91f626d6..f5b3a510a 100644
--- a/docs/api/phalcon_encryption.md
+++ b/docs/api/phalcon_encryption.md
@@ -364,7 +364,7 @@ protected function phpOpensslRandomPseudoBytes( int $length );
-## Encryption\Crypt\CryptInterface ![Abstract](assets/images/interface-blue.png)
+## Encryption\Crypt\CryptInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Encryption/Crypt/CryptInterface.zep)
@@ -763,7 +763,7 @@ public function unpad( string $input, int $blockSize ): int;
-## Encryption\Crypt\Padding\PadInterface ![Abstract](assets/images/interface-blue.png)
+## Encryption\Crypt\Padding\PadInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Encryption/Crypt/Padding/PadInterface.zep)
@@ -1517,7 +1517,7 @@ Exception thrown when the validation does not pass for JWT
-## Encryption\Security\JWT\Signer\AbstractSigner ![Abstract](assets/images/abstract-green.png)
+## Encryption\Security\JWT\Signer\AbstractSigner ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Encryption/Security/JWT/Signer/AbstractSigner.zep)
@@ -1659,7 +1659,7 @@ Verify a passed source with a payload and passphrase
-## Encryption\Security\JWT\Signer\SignerInterface ![Abstract](assets/images/interface-blue.png)
+## Encryption\Security\JWT\Signer\SignerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Encryption/Security/JWT/Signer/SignerInterface.zep)
@@ -1708,7 +1708,7 @@ Verify a passed source with a payload and passphrase
-## Encryption\Security\JWT\Token\AbstractItem ![Abstract](assets/images/abstract-green.png)
+## Encryption\Security\JWT\Token\AbstractItem ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Encryption/Security/JWT/Token/AbstractItem.zep)
@@ -2410,3 +2410,5 @@ Generates a random string based on the number ($base) of characters
If $n is not specified, 16 is assumed. It may be larger in future.
@throws Exception If secure random number generator is not available or unexpected partial read
+
+
diff --git a/docs/api/phalcon_events.md b/docs/api/phalcon_events.md
index bbe6bb572..061e205bd 100644
--- a/docs/api/phalcon_events.md
+++ b/docs/api/phalcon_events.md
@@ -9,7 +9,7 @@ hide:
-## Events\AbstractEventsAware ![Abstract](assets/images/abstract-green.png)
+## Events\AbstractEventsAware ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Events/AbstractEventsAware.zep)
@@ -203,7 +203,7 @@ if ($event->isCancelable()) {
-## Events\EventInterface ![Abstract](assets/images/interface-blue.png)
+## Events\EventInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Events/EventInterface.zep)
@@ -270,7 +270,7 @@ Stops the event preventing propagation
-## Events\EventsAwareInterface ![Abstract](assets/images/interface-blue.png)
+## Events\EventsAwareInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Events/EventsAwareInterface.zep)
@@ -485,7 +485,7 @@ public function isValidHandler( mixed $handler ): bool;
-## Events\ManagerInterface ![Abstract](assets/images/interface-blue.png)
+## Events\ManagerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Events/ManagerInterface.zep)
@@ -543,3 +543,5 @@ Returns all the attached listeners of a certain type
public function hasListeners( string $type ): bool;
```
Check whether certain type of event has listeners
+
+
diff --git a/docs/api/phalcon_factory.md b/docs/api/phalcon_factory.md
index 7df38d68e..50e9233c4 100644
--- a/docs/api/phalcon_factory.md
+++ b/docs/api/phalcon_factory.md
@@ -9,7 +9,7 @@ hide:
-## Factory\AbstractConfigFactory ![Abstract](assets/images/abstract-green.png)
+## Factory\AbstractConfigFactory ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Factory/AbstractConfigFactory.zep)
@@ -64,7 +64,7 @@ protected function getExceptionClass(): string;
-## Factory\AbstractFactory ![Abstract](assets/images/abstract-green.png)
+## Factory\AbstractFactory ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Factory/AbstractFactory.zep)
@@ -153,3 +153,4 @@ This file is part of the Phalcon Framework.
For the full copyright and license information, please view the LICENSE.txt
file that was distributed with this source code.
+
diff --git a/docs/api/phalcon_filter.md b/docs/api/phalcon_filter.md
index 2154f53f7..ad09cc013 100644
--- a/docs/api/phalcon_filter.md
+++ b/docs/api/phalcon_filter.md
@@ -210,7 +210,7 @@ Returns the available adapters
-## Filter\FilterInterface ![Abstract](assets/images/interface-blue.png)
+## Filter\FilterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/FilterInterface.zep)
@@ -1178,7 +1178,7 @@ Internal validations, if it returns true, then skip the current validator
-## Filter\Validation\AbstractCombinedFieldsValidator ![Abstract](assets/images/abstract-green.png)
+## Filter\Validation\AbstractCombinedFieldsValidator ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/Validation/AbstractCombinedFieldsValidator.zep)
@@ -1201,7 +1201,7 @@ This is a base class for combined fields validators
-## Filter\Validation\AbstractValidator ![Abstract](assets/images/abstract-green.png)
+## Filter\Validation\AbstractValidator ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/Validation/AbstractValidator.zep)
@@ -1339,7 +1339,7 @@ Prepares a label for the field.
-## Filter\Validation\AbstractValidatorComposite ![Abstract](assets/images/abstract-green.png)
+## Filter\Validation\AbstractValidatorComposite ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/Validation/AbstractValidatorComposite.zep)
@@ -1411,7 +1411,7 @@ Exceptions thrown in Phalcon\Filter\Validation\* classes will use this class
-## Filter\Validation\ValidationInterface ![Abstract](assets/images/interface-blue.png)
+## Filter\Validation\ValidationInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/Validation/ValidationInterface.zep)
@@ -2499,7 +2499,7 @@ Constructor
-## Filter\Validation\Validator\File\AbstractFile ![Abstract](assets/images/abstract-green.png)
+## Filter\Validation\Validator\File\AbstractFile ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/Validation/Validator/File/AbstractFile.zep)
@@ -4285,7 +4285,7 @@ Executes the validation
-## Filter\Validation\ValidatorCompositeInterface ![Abstract](assets/images/interface-blue.png)
+## Filter\Validation\ValidatorCompositeInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/Validation/ValidatorCompositeInterface.zep)
@@ -4379,7 +4379,7 @@ Returns the available adapters
-## Filter\Validation\ValidatorInterface ![Abstract](assets/images/interface-blue.png)
+## Filter\Validation\ValidatorInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Filter/Validation/ValidatorInterface.zep)
@@ -4444,3 +4444,5 @@ Clear current template and set new from an array,
public function validate( Validation $validation, mixed $field ): bool;
```
Executes the validation
+
+
diff --git a/docs/api/phalcon_flash.md b/docs/api/phalcon_flash.md
index 6cdfa4868..82d30e0e8 100644
--- a/docs/api/phalcon_flash.md
+++ b/docs/api/phalcon_flash.md
@@ -9,7 +9,7 @@ hide:
-## Flash\AbstractFlash ![Abstract](assets/images/abstract-green.png)
+## Flash\AbstractFlash ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Flash/AbstractFlash.zep)
@@ -310,7 +310,7 @@ Exceptions thrown in Phalcon\Flash classes will use this class
-## Flash\FlashInterface ![Abstract](assets/images/interface-blue.png)
+## Flash\FlashInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Flash/FlashInterface.zep)
@@ -451,3 +451,5 @@ Returns the messages stored in session
protected function setSessionMessages( array $messages ): array;
```
Stores the messages in session
+
+
diff --git a/docs/api/phalcon_forms.md b/docs/api/phalcon_forms.md
index 812b70563..a99700271 100644
--- a/docs/api/phalcon_forms.md
+++ b/docs/api/phalcon_forms.md
@@ -9,7 +9,7 @@ hide:
-## Forms\Element\AbstractElement ![Abstract](assets/images/abstract-green.png)
+## Forms\Element\AbstractElement ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Forms/Element/AbstractElement.zep)
@@ -381,7 +381,7 @@ protected method = inputDate;
```
-## Forms\Element\ElementInterface ![Abstract](assets/images/interface-blue.png)
+## Forms\Element\ElementInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Forms/Element/ElementInterface.zep)
@@ -1382,3 +1382,5 @@ Checks if a form is registered in the forms manager
public function set( string $name, Form $form ): Manager;
```
Registers a form in the Forms Manager
+
+
diff --git a/docs/api/phalcon_html.md b/docs/api/phalcon_html.md
index cf8b762db..38fba521e 100644
--- a/docs/api/phalcon_html.md
+++ b/docs/api/phalcon_html.md
@@ -56,7 +56,7 @@ protected function renderAttributes( array $attributes ): string;
-## Html\Attributes\AttributesInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Attributes\AttributesInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Attributes/AttributesInterface.zep)
@@ -96,7 +96,7 @@ Set Attributes
-## Html\Attributes\RenderInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Attributes\RenderInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Attributes/RenderInterface.zep)
@@ -454,7 +454,7 @@ Proxy method for testing
-## Html\Escaper\EscaperInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Escaper\EscaperInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Escaper/EscaperInterface.zep)
@@ -608,7 +608,7 @@ Exceptions thrown in Phalcon\Html\Tag will use this class
-## Html\Helper\AbstractHelper ![Abstract](assets/images/abstract-green.png)
+## Html\Helper\AbstractHelper ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Helper/AbstractHelper.zep)
@@ -723,7 +723,7 @@ Produces a self close tag i.e.
-## Html\Helper\AbstractList ![Abstract](assets/images/abstract-green.png)
+## Html\Helper\AbstractList ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Helper/AbstractList.zep)
@@ -787,7 +787,7 @@ Returns the tag name.
-## Html\Helper\AbstractSeries ![Abstract](assets/images/abstract-green.png)
+## Html\Helper\AbstractSeries ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Helper/AbstractSeries.zep)
@@ -1193,7 +1193,7 @@ Produce a tag.
-## Html\Helper\Input\AbstractInput ![Abstract](assets/images/abstract-green.png)
+## Html\Helper\Input\AbstractInput ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Helper/Input/AbstractInput.zep)
@@ -2487,7 +2487,7 @@ protected function getTag(): string;
-## Html\Link\AbstractLink ![Abstract](assets/images/abstract-green.png)
+## Html\Link\AbstractLink ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Link/AbstractLink.zep)
@@ -2619,7 +2619,7 @@ Determines if a href is a templated link or not.
-## Html\Link\AbstractLinkProvider ![Abstract](assets/images/abstract-green.png)
+## Html\Link\AbstractLinkProvider ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Link/AbstractLinkProvider.zep)
@@ -2832,7 +2832,7 @@ object already in the collection.
-## Html\Link\Interfaces\EvolvableLinkInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Link\Interfaces\EvolvableLinkInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Link/Interfaces/EvolvableLinkInterface.zep)
@@ -2900,7 +2900,7 @@ normally without errors.
-## Html\Link\Interfaces\EvolvableLinkProviderInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Link\Interfaces\EvolvableLinkProviderInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Link/Interfaces/EvolvableLinkProviderInterface.zep)
@@ -2946,7 +2946,7 @@ object already in the collection.
-## Html\Link\Interfaces\LinkInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Link\Interfaces\LinkInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Link/Interfaces/LinkInterface.zep)
@@ -3006,7 +3006,7 @@ Returns whether this is a templated link.
-## Html\Link\Interfaces\LinkProviderInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Link\Interfaces\LinkProviderInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Link/Interfaces/LinkProviderInterface.zep)
@@ -3195,7 +3195,7 @@ Serializes all the passed links to a HTTP link header
-## Html\Link\Serializer\SerializerInterface ![Abstract](assets/images/interface-blue.png)
+## Html\Link\Serializer\SerializerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Html/Link/Serializer/SerializerInterface.zep)
@@ -3389,3 +3389,5 @@ protected function getExceptionClass(): string;
protected function getServices(): array;
```
Returns the available services
+
+
diff --git a/docs/api/phalcon_http.md b/docs/api/phalcon_http.md
index f46ba2eff..a4aeac7c2 100644
--- a/docs/api/phalcon_http.md
+++ b/docs/api/phalcon_http.md
@@ -277,7 +277,7 @@ Assert the cookie's key is enough long.
-## Http\Cookie\CookieInterface ![Abstract](assets/images/interface-blue.png)
+## Http\Cookie\CookieInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/Cookie/CookieInterface.zep)
@@ -443,7 +443,7 @@ Exceptions thrown in Phalcon\Http\Cookie will use this class.
-## Http\Message\RequestMethodInterface ![Abstract](assets/images/interface-blue.png)
+## Http\Message\RequestMethodInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/Message/RequestMethodInterface.zep)
@@ -483,7 +483,7 @@ const METHOD_TRACE = TRACE;
```
-## Http\Message\ResponseStatusCodeInterface ![Abstract](assets/images/interface-blue.png)
+## Http\Message\ResponseStatusCodeInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/Message/ResponseStatusCodeInterface.zep)
@@ -1468,7 +1468,7 @@ Moves the temporary file to a destination within the application
-## Http\Request\FileInterface ![Abstract](assets/images/interface-blue.png)
+## Http\Request\FileInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/Request/FileInterface.zep)
@@ -1536,7 +1536,7 @@ Move the temporary file to a destination
-## Http\RequestInterface ![Abstract](assets/images/interface-blue.png)
+## Http\RequestInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/RequestInterface.zep)
@@ -2573,7 +2573,7 @@ Set if cookies in the bag must be automatically encrypted/decrypted
-## Http\Response\CookiesInterface ![Abstract](assets/images/interface-blue.png)
+## Http\Response\CookiesInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/Response/CookiesInterface.zep)
@@ -2771,7 +2771,7 @@ Returns the current headers as an array
-## Http\Response\HeadersInterface ![Abstract](assets/images/interface-blue.png)
+## Http\Response\HeadersInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/Response/HeadersInterface.zep)
@@ -2834,7 +2834,7 @@ Sets a raw header to be sent at the end of the request
-## Http\ResponseInterface ![Abstract](assets/images/interface-blue.png)
+## Http\ResponseInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Http/ResponseInterface.zep)
@@ -2993,3 +2993,5 @@ Send a raw header to the response
public function setStatusCode( int $code, string $message = null ): ResponseInterface;
```
Sets the HTTP response code
+
+
diff --git a/docs/api/phalcon_image.md b/docs/api/phalcon_image.md
index ab0ff287e..70fb8327d 100644
--- a/docs/api/phalcon_image.md
+++ b/docs/api/phalcon_image.md
@@ -9,7 +9,7 @@ hide:
-## Image\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Image\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Image/Adapter/AbstractAdapter.zep)
@@ -212,7 +212,7 @@ protected function checkHighLow( int $value, int $min = int, int $max = int ): i
-## Image\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Image\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Image/Adapter/AdapterInterface.zep)
@@ -749,3 +749,5 @@ protected function getExceptionClass(): string;
protected function getServices(): array;
```
Returns the available adapters
+
+
diff --git a/docs/api/phalcon_logger.md b/docs/api/phalcon_logger.md
index b54485fc7..acafbf269 100644
--- a/docs/api/phalcon_logger.md
+++ b/docs/api/phalcon_logger.md
@@ -9,7 +9,7 @@ hide:
-## Logger\AbstractLogger ![Abstract](assets/images/abstract-green.png)
+## Logger\AbstractLogger ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Logger/AbstractLogger.zep)
@@ -177,7 +177,7 @@ Returns an array of log levels with integer to string conversion
-## Logger\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Logger\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Logger/Adapter/AbstractAdapter.zep)
@@ -319,7 +319,7 @@ Returns the formatted item
-## Logger\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Logger\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Logger/Adapter/AdapterInterface.zep)
@@ -743,7 +743,7 @@ Exceptions thrown in Phalcon\Logger will use this class
-## Logger\Formatter\AbstractFormatter ![Abstract](assets/images/abstract-green.png)
+## Logger\Formatter\AbstractFormatter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Logger/Formatter/AbstractFormatter.zep)
@@ -818,7 +818,7 @@ protected function getInterpolatedMessage( Item $item, string $message ): string
-## Logger\Formatter\FormatterInterface ![Abstract](assets/images/interface-blue.png)
+## Logger\Formatter\FormatterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Logger/Formatter/FormatterInterface.zep)
@@ -1222,7 +1222,7 @@ protected function getExceptionClass(): string;
-## Logger\LoggerInterface ![Abstract](assets/images/interface-blue.png)
+## Logger\LoggerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Logger/LoggerInterface.zep)
@@ -1330,3 +1330,5 @@ Normal but significant events.
public function warning( string $message, array $context = [] ): void;
```
Normal but significant events.
+
+
diff --git a/docs/api/phalcon_messages.md b/docs/api/phalcon_messages.md
index 822ba5df3..baee51109 100644
--- a/docs/api/phalcon_messages.md
+++ b/docs/api/phalcon_messages.md
@@ -169,7 +169,7 @@ Sets message type
-## Messages\MessageInterface ![Abstract](assets/images/interface-blue.png)
+## Messages\MessageInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Messages/MessageInterface.zep)
@@ -431,3 +431,5 @@ Rewinds the internal iterator
public function valid(): bool;
```
Check if the current message in the iterator is valid
+
+
diff --git a/docs/api/phalcon_mvc.md b/docs/api/phalcon_mvc.md
index f9e6fe9b5..58348744a 100644
--- a/docs/api/phalcon_mvc.md
+++ b/docs/api/phalcon_mvc.md
@@ -153,7 +153,7 @@ Exceptions thrown in Phalcon\Mvc\Application class will use this class
-## Mvc\Controller ![Abstract](assets/images/abstract-green.png)
+## Mvc\Controller ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Controller.zep)
@@ -224,7 +224,7 @@ Phalcon\Mvc\Controller constructor
-## Mvc\Controller\BindModelInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Controller\BindModelInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Controller/BindModelInterface.zep)
@@ -257,7 +257,7 @@ Return the model name associated with this controller
-## Mvc\ControllerInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\ControllerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/ControllerInterface.zep)
@@ -500,7 +500,7 @@ Exceptions thrown in Phalcon\Mvc\Dispatcher will use this class
-## Mvc\DispatcherInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\DispatcherInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/DispatcherInterface.zep)
@@ -565,7 +565,7 @@ Sets the default controller name
-## Mvc\EntityInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\EntityInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/EntityInterface.zep)
@@ -1179,7 +1179,7 @@ Internal function to add a handler to the group.
-## Mvc\Micro\CollectionInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Micro\CollectionInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Micro/CollectionInterface.zep)
@@ -1385,7 +1385,7 @@ public function getHandler(): object | null;
-## Mvc\Micro\MiddlewareInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Micro\MiddlewareInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Micro/MiddlewareInterface.zep)
@@ -1417,7 +1417,7 @@ Calls the middleware
-## Mvc\Model ![Abstract](assets/images/abstract-green.png)
+## Mvc\Model ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model.zep)
@@ -3085,7 +3085,7 @@ class Subscriptors extends Model
-## Mvc\Model\Behavior ![Abstract](assets/images/abstract-green.png)
+## Mvc\Model\Behavior ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/Behavior.zep)
@@ -3230,7 +3230,7 @@ Listens for notifications from the models manager
-## Mvc\Model\BehaviorInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\BehaviorInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/BehaviorInterface.zep)
@@ -3390,7 +3390,7 @@ Get modified params for handler using reflection
-## Mvc\Model\Binder\BindableInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\Binder\BindableInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/Binder/BindableInterface.zep)
@@ -3424,7 +3424,7 @@ this class
-## Mvc\Model\BinderInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\BinderInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/BinderInterface.zep)
@@ -3881,7 +3881,7 @@ Sets the conditions parameter in the criteria
-## Mvc\Model\CriteriaInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\CriteriaInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/CriteriaInterface.zep)
@@ -4911,7 +4911,7 @@ Merge two arrays of find parameters
-## Mvc\Model\ManagerInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\ManagerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/ManagerInterface.zep)
@@ -5258,7 +5258,7 @@ Sets if a model must use dynamic update instead of the all-field update
-## Mvc\Model\MetaData ![Abstract](assets/images/abstract-green.png)
+## Mvc\Model\MetaData ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/MetaData.zep)
@@ -6073,7 +6073,7 @@ The meta-data is obtained by reading the column descriptions from the database i
-## Mvc\Model\MetaData\Strategy\StrategyInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\MetaData\Strategy\StrategyInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/MetaData/Strategy/StrategyInterface.zep)
@@ -6184,7 +6184,7 @@ Writes the meta-data to files
-## Mvc\Model\MetaDataInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\MetaDataInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/MetaDataInterface.zep)
@@ -7646,7 +7646,7 @@ Appends a NOT IN condition
-## Mvc\Model\Query\BuilderInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\Query\BuilderInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/Query/BuilderInterface.zep)
@@ -7917,7 +7917,7 @@ Sets conditions for the query
-## Mvc\Model\Query\Lang ![Abstract](assets/images/abstract-green.png)
+## Mvc\Model\Query\Lang ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/Query/Lang.zep)
@@ -8056,7 +8056,7 @@ Allows to check if the executed operation was successful
-## Mvc\Model\Query\StatusInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\Query\StatusInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/Query/StatusInterface.zep)
@@ -8103,7 +8103,7 @@ Allows to check if the executed operation was successful
-## Mvc\Model\QueryInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\QueryInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/QueryInterface.zep)
@@ -8391,7 +8391,7 @@ Sets the intermediate model data for has-*-through relations
-## Mvc\Model\RelationInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\RelationInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/RelationInterface.zep)
@@ -8509,7 +8509,7 @@ Sets the intermediate model data for has-*-through relations
-## Mvc\Model\ResultInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\ResultInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/ResultInterface.zep)
@@ -8543,7 +8543,7 @@ Sets the object's state
-## Mvc\Model\Resultset ![Abstract](assets/images/abstract-green.png)
+## Mvc\Model\Resultset ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/Resultset.zep)
@@ -9076,7 +9076,7 @@ the saved state
-## Mvc\Model\ResultsetInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\ResultsetInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/ResultsetInterface.zep)
@@ -9786,7 +9786,7 @@ Removes transactions from the TransactionManager
-## Mvc\Model\Transaction\ManagerInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\Transaction\ManagerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/Transaction/ManagerInterface.zep)
@@ -9887,7 +9887,7 @@ Set if the transaction manager must register a shutdown function to clean up pen
-## Mvc\Model\TransactionInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Model\TransactionInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model/TransactionInterface.zep)
@@ -10051,7 +10051,7 @@ Returns the model that generated the messages
-## Mvc\ModelInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\ModelInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/ModelInterface.zep)
@@ -10338,7 +10338,7 @@ Check whether validation process has generated any messages
-## Mvc\ModuleDefinitionInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\ModuleDefinitionInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/ModuleDefinitionInterface.zep)
@@ -11285,7 +11285,7 @@ Adds a route applying the common attributes
-## Mvc\Router\GroupInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Router\GroupInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Router/GroupInterface.zep)
@@ -11806,7 +11806,7 @@ $route->via(
-## Mvc\Router\RouteInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Router\RouteInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Router/RouteInterface.zep)
@@ -11929,7 +11929,7 @@ Set one or more HTTP methods that constraint the matching of the route
-## Mvc\RouterInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\RouterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/RouterInterface.zep)
@@ -12349,7 +12349,7 @@ Exceptions thrown in Phalcon\Mvc\Url will use this class
-## Mvc\Url\UrlInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\Url\UrlInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Url/UrlInterface.zep)
@@ -13086,7 +13086,7 @@ Phalcon\Mvc\View\Engine\Php
-## Mvc\View\Engine\AbstractEngine ![Abstract](assets/images/abstract-green.png)
+## Mvc\View\Engine\AbstractEngine ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/View/Engine/AbstractEngine.zep)
@@ -13150,7 +13150,7 @@ Renders a partial inside another view
-## Mvc\View\Engine\EngineInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\View\Engine\EngineInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/View/Engine/EngineInterface.zep)
@@ -14171,7 +14171,7 @@ Phalcon\Mvc\View\Engine\Php
-## Mvc\ViewBaseInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\ViewBaseInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/ViewBaseInterface.zep)
@@ -14248,7 +14248,7 @@ slash or backslash
-## Mvc\ViewInterface ![Abstract](assets/images/interface-blue.png)
+## Mvc\ViewInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/ViewInterface.zep)
@@ -14441,3 +14441,5 @@ Appends template before controller layout
public function start();
```
Starts rendering process enabling the output buffering
+
+
diff --git a/docs/api/phalcon_paginator.md b/docs/api/phalcon_paginator.md
index 43433fbff..1a4056afb 100644
--- a/docs/api/phalcon_paginator.md
+++ b/docs/api/phalcon_paginator.md
@@ -9,7 +9,7 @@ hide:
-## Paginator\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Paginator\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Paginator/Adapter/AbstractAdapter.zep)
@@ -106,7 +106,7 @@ Gets current repository for pagination
-## Paginator\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Paginator\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Paginator/Adapter/AdapterInterface.zep)
@@ -651,7 +651,7 @@ Resolve alias property name
-## Paginator\RepositoryInterface ![Abstract](assets/images/interface-blue.png)
+## Paginator\RepositoryInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Paginator/RepositoryInterface.zep)
@@ -753,3 +753,5 @@ Sets the aliases for properties repository
public function setProperties( array $properties ): RepositoryInterface;
```
Sets values for properties of the repository
+
+
diff --git a/docs/api/phalcon_session.md b/docs/api/phalcon_session.md
index 2c6ecc531..0cf66c773 100644
--- a/docs/api/phalcon_session.md
+++ b/docs/api/phalcon_session.md
@@ -9,7 +9,7 @@ hide:
-## Session\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Session\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Session/Adapter/AbstractAdapter.zep)
@@ -527,7 +527,7 @@ Sets the DependencyInjector container
-## Session\BagInterface ![Abstract](assets/images/interface-blue.png)
+## Session\BagInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Session/BagInterface.zep)
@@ -839,7 +839,7 @@ Checks if or where headers have been sent
-## Session\ManagerInterface ![Abstract](assets/images/interface-blue.png)
+## Session\ManagerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Session/ManagerInterface.zep)
@@ -1002,3 +1002,5 @@ started)
public function status(): int;
```
Returns the status of the current session.
+
+
diff --git a/docs/api/phalcon_storage.md b/docs/api/phalcon_storage.md
index f1e058052..0d43a6132 100644
--- a/docs/api/phalcon_storage.md
+++ b/docs/api/phalcon_storage.md
@@ -9,7 +9,7 @@ hide:
-## Storage\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Storage\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Storage/Adapter/AbstractAdapter.zep)
@@ -226,7 +226,7 @@ Initializes the serializer
-## Storage\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Storage\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Storage/Adapter/AdapterInterface.zep)
@@ -1159,7 +1159,7 @@ Exceptions thrown in Phalcon\Storage will use this class
-## Storage\Serializer\AbstractSerializer ![Abstract](assets/images/abstract-green.png)
+## Storage\Serializer\AbstractSerializer ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Storage/Serializer/AbstractSerializer.zep)
@@ -1735,7 +1735,7 @@ Serializer using the built-in Redis 'php' serializer
-## Storage\Serializer\SerializerInterface ![Abstract](assets/images/interface-blue.png)
+## Storage\Serializer\SerializerInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Storage/Serializer/SerializerInterface.zep)
@@ -1832,3 +1832,5 @@ protected function getExceptionClass(): string;
protected function getServices(): array;
```
Returns the available adapters
+
+
diff --git a/docs/api/phalcon_support.md b/docs/api/phalcon_support.md
index 0b22e8158..dbb49d64c 100644
--- a/docs/api/phalcon_support.md
+++ b/docs/api/phalcon_support.md
@@ -271,7 +271,7 @@ Internal method to set data
-## Support\Collection\CollectionInterface ![Abstract](assets/images/interface-blue.png)
+## Support\Collection\CollectionInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Support/Collection/CollectionInterface.zep)
@@ -867,7 +867,7 @@ Phalcon\Support\Exception
-## Support\Helper\Arr\AbstractArr ![Abstract](assets/images/abstract-green.png)
+## Support\Helper\Arr\AbstractArr ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Support/Helper/Arr/AbstractArr.zep)
@@ -1787,7 +1787,7 @@ public function __invoke( int $value, int $start, int $end ): bool;
-## Support\Helper\Str\AbstractStr ![Abstract](assets/images/abstract-green.png)
+## Support\Helper\Str\AbstractStr ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Support/Helper/Str/AbstractStr.zep)
@@ -3033,7 +3033,7 @@ Returns the available adapters
-## Support\Registry ![Abstract](assets/images/final-red.png)
+## Support\Registry ![Abstract](/assets/images/final-red.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Support/Registry.zep)
@@ -3336,3 +3336,5 @@ B - Med version (two digits)
C - Min version (two digits)
D - Special release: 1 = alpha, 2 = beta, 3 = RC, 4 = stable
E - Special release version i.e. RC1, Beta2 etc.
+
+
diff --git a/docs/api/phalcon_tag.md b/docs/api/phalcon_tag.md
index 7bfe419e5..b581a281f 100644
--- a/docs/api/phalcon_tag.md
+++ b/docs/api/phalcon_tag.md
@@ -510,7 +510,7 @@ Exceptions thrown in Phalcon\Tag will use this class
-## Tag\Select ![Abstract](assets/images/abstract-green.png)
+## Tag\Select ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Tag/Select.zep)
@@ -543,3 +543,5 @@ Phalcon\Mvc\Model resultset
public static function selectField( mixed $parameters, mixed $data = null ): string;
```
Generates a SELECT tag
+
+
diff --git a/docs/api/phalcon_translate.md b/docs/api/phalcon_translate.md
index 9f0a59d61..379528e70 100644
--- a/docs/api/phalcon_translate.md
+++ b/docs/api/phalcon_translate.md
@@ -9,7 +9,7 @@ hide:
-## Translate\Adapter\AbstractAdapter ![Abstract](assets/images/abstract-green.png)
+## Translate\Adapter\AbstractAdapter ![Abstract](/assets/images/abstract-green.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Translate/Adapter/AbstractAdapter.zep)
@@ -105,7 +105,7 @@ Replaces placeholders by the values passed
-## Translate\Adapter\AdapterInterface ![Abstract](assets/images/interface-blue.png)
+## Translate\Adapter\AdapterInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Translate/Adapter/AdapterInterface.zep)
@@ -613,7 +613,7 @@ Replaces placeholders by the values passed
-## Translate\Interpolator\InterpolatorInterface ![Abstract](assets/images/interface-blue.png)
+## Translate\Interpolator\InterpolatorInterface ![Abstract](/assets/images/interface-blue.svg)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Translate/Interpolator/InterpolatorInterface.zep)
@@ -771,3 +771,5 @@ protected function getExceptionClass(): string;
protected function getServices(): array;
```
Returns the available adapters
+
+