Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (DispatcherInterface $dispatcher, array $config, HttpFactory $httpFactory, 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 | |
makeGetRequest (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 | |
$httpFactory | |
$rootDirectory | |
Membres hérités additionnels | |
Champs de données hérités de CMSPlugin | |
$params = null | |
Task plugin with routines to make HTTP requests. At the moment, offers a single routine for GET requests.
__construct | ( | DispatcherInterface | $dispatcher, |
array | $config, | ||
HttpFactory | $httpFactory, | ||
string | $rootDirectory | ||
) |
Constructor.
DispatcherInterface | $dispatcher | The dispatcher |
array | $config | An optional associative array of configuration settings |
HttpFactory | $httpFactory | The http factory |
string | $rootDirectory | The root directory to store the output file in |
Références $config, et Symfony\Contracts\Service\__construct().
|
static |
Returns an array of events this subscriber will listen to.
Implémente SubscriberInterface.
|
protected |
Standard routine method for the get request routine.
ExecuteTaskEvent | $event | The onExecuteTask event |
Exception |
Références $id, $params, $url, Path\clean(), AbstractEvent\getArgument(), ExecuteTaskEvent\getTaskId(), if, Joomla\Component\Scheduler\Administrator\Traits\logTask(), et File\write().
|
protected |
|
private |
|
private |
|
protected |