Skip to content

Commit

Permalink
fixing images
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 19, 2023
1 parent 28670d5 commit cba7a0e
Show file tree
Hide file tree
Showing 31 changed files with 213 additions and 158 deletions.
14 changes: 8 additions & 6 deletions docs/api/phalcon_acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -977,3 +977,5 @@ Returns role description
public function getName(): string;
```
Returns the role name


8 changes: 5 additions & 3 deletions docs/api/phalcon_annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -863,3 +863,5 @@ public function getReflectionData(): array;
```
Returns the raw parsing intermediate definitions used to construct the
reflection


3 changes: 2 additions & 1 deletion docs/api/phalcon_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -147,3 +147,4 @@ Sets the events manager


Exceptions thrown in Phalcon\Application class will use this class

6 changes: 4 additions & 2 deletions docs/api/phalcon_assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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


2 changes: 2 additions & 0 deletions docs/api/phalcon_autoload.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


7 changes: 4 additions & 3 deletions docs/api/phalcon_cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -639,3 +639,4 @@ Exceptions thrown in Phalcon\Cache will use this class


Exceptions thrown in Phalcon\Cache will use this class

9 changes: 5 additions & 4 deletions docs/api/phalcon_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand All @@ -1169,3 +1169,4 @@ Sets the events manager


Interface for task handlers

3 changes: 2 additions & 1 deletion docs/api/phalcon_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -667,3 +667,4 @@ public function setPathDelimiter( string $delimiter = null ): ConfigInterface;


Exceptions thrown in Phalcon\Config will use this class

16 changes: 9 additions & 7 deletions docs/api/phalcon_datamapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -2065,3 +2065,5 @@ Adds the `RETURNING` clause
public function set( string $column, mixed $value = null ): Update;
```
Sets a column = value condition


22 changes: 12 additions & 10 deletions docs/api/phalcon_db.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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()


Loading

0 comments on commit cba7a0e

Please sign in to comment.