Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getHttp ($options=[], $adapters=null) | |
getAvailableDriver ($options=[], $default=null) | |
HTTP factory class.
static getAvailableDriver | ( | $options = [] , |
|
$default = null |
|||
) |
Finds an available TransportInterface object for communication
array | \ArrayAccess | $options | Options for creating TransportInterface object |
array | string | $default | Adapter (string) or queue of adapters (array) to use |
Références $class, $default, $options, et null.
Référencé par HttpFactory\getHttp().
getHttp | ( | $options = [] , |
|
$adapters = null |
|||
) |
Method to create an Http instance.
array | \ArrayAccess | $options | Client options array. |
array | string | $adapters | Adapter (string) or queue of adapters (array) to use for communication. |
Références $options, et HttpFactory\getAvailableDriver().
Référencé par Client\__construct().