Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Requests
+ Graphe d'héritage de Requests:

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
 

Description détaillée

Task plugin with routines to make HTTP requests. At the moment, offers a single routine for GET requests.

Depuis
4.1.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( DispatcherInterface  $dispatcher,
array  $config,
HttpFactory  $httpFactory,
string  $rootDirectory 
)

Constructor.

Paramètres
DispatcherInterface$dispatcherThe dispatcher
array$configAn optional associative array of configuration settings
HttpFactory$httpFactoryThe http factory
string$rootDirectoryThe root directory to store the output file in
Depuis
4.2.0

Références $config, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ getSubscribedEvents()

const static getSubscribedEvents ( )
static

Returns an array of events this subscriber will listen to.

Renvoie
string[]
Depuis
4.1.0

Implémente SubscriberInterface.

◆ makeGetRequest()

makeGetRequest ( ExecuteTaskEvent  $event)
protected

Standard routine method for the get request routine.

Paramètres
ExecuteTaskEvent$eventThe onExecuteTask event
Renvoie
integer The exit code
Depuis
4.1.0
Exceptions
Exception

Références $id, $params, $url, Path\clean(), AbstractEvent\getArgument(), ExecuteTaskEvent\getTaskId(), if, Joomla\Component\Scheduler\Administrator\Traits\logTask(), et File\write().

Documentation des champs

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ $httpFactory

$httpFactory
private

◆ $rootDirectory

$rootDirectory
private

◆ TASKS_MAP

const TASKS_MAP
protected
Valeur initiale :
= [
'plg_task_requests_task_get' => [
'langConstPrefix' => 'PLG_TASK_REQUESTS_TASK_GET_REQUEST'

La documentation de cette classe a été générée à partir du fichier suivant :