Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (DispatcherInterface $dispatcher, array $config, string $rootDirectory) | |
Fonctions membres publiques hérités de CMSPlugin | |
__construct (&$subject, $config=array()) | |
loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR) | |
setApplication (CMSApplicationInterface $application) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de PluginInterface | |
registerListeners () | |
Fonctions membres publiques statiques | |
const static | getSubscribedEvents () |
Fonctions membres protégées | |
checkImages (ExecuteTaskEvent $event) | |
Fonctions membres protégées hérités de CMSPlugin | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
Attributs protégés | |
const | TASKS_MAP |
$autoloadLanguage = true | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Attributs privés | |
$rootDirectory | |
Membres hérités additionnels | |
Champs de données hérités de CMSPlugin | |
$params = null | |
Task plugin with routines that offer checks on files. At the moment, offers a single routine to check and resize image files in a directory.
__construct | ( | DispatcherInterface | $dispatcher, |
array | $config, | ||
string | $rootDirectory | ||
) |
Constructor.
DispatcherInterface | $dispatcher | The dispatcher |
array | $config | An optional associative array of configuration settings |
string | $rootDirectory | The root directory to look for images |
Références $config, et Symfony\Contracts\Service\__construct().
|
protected |
ExecuteTaskEvent | $event | The onExecuteTask event |
RuntimeException | |
LogicException |
Références $height, $image, $limit, $params, $path, $width, Path\check(), Folder\files(), AbstractEvent\getArgument(), Image\getImageFileProperties(), et Joomla\Component\Scheduler\Administrator\Traits\logTask().
|
static |
|
protected |
|
private |
|
protected |