![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de ImageFilter:Fonctions membres publiques | |
| __construct ($handle) | |
| getLogger () | |
| setLogger (LoggerInterface $logger) | |
| execute (array $options=array()) | |
Attributs protégés | |
| $handle | |
| $logger | |
Fonctions membres privées | |
| isValidImage ($handle) | |
| __construct | ( | $handle | ) |
Class constructor.
| resource | \GdImage | $handle | The image resource on which to apply the filter. |
Références ImageFilter\$handle, ImageFilter\getLogger(), et ImageFilter\isValidImage().
|
abstract |
Method to apply a filter to an image resource.
| array | $options | An array of options for the filter. |
| getLogger | ( | ) |
Get the logger.
Références ImageFilter\$logger.
Référencé par ImageFilter\__construct().
|
private |
| mixed | $handle | A potential image handle |
Références ImageFilter\$handle.
Référencé par ImageFilter\__construct().
| setLogger | ( | LoggerInterface | $logger | ) |
Sets a logger instance on the object
| LoggerInterface | $logger | A PSR-3 compliant logger. |
Implémente LoggerAwareInterface.
Références ImageFilter\$logger.
|
protected |
Référencé par ImageFilter\__construct(), et ImageFilter\isValidImage().
|
protected |
Référencé par ImageFilter\getLogger(), et ImageFilter\setLogger().