Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | getHttp (Registry $options=null, $adapters=null) |
static | getAvailableDriver (Registry $options, $default=null) |
static | getHttpTransports () |
HTTP factory class.
Finds an available http transport object for communication
Registry | $options | Option for creating http transport object |
mixed | $default | Adapter (string) or queue of adapters (array) to use |
Références $class, $default, et $options.
Référencé par Http\__construct(), et FactoryWrapper\getAvailableDriver().
method to receive Http instance.
Registry | $options | Client options object. |
mixed | $adapters | Adapter (string) or queue of adapters (array) to use for communication. |
Références $options.
Référencé par HttpBridgePostRequestMethod\__construct(), FeedFactory\getFeed(), FactoryWrapper\getHttp(), UpdateAdapter\getUpdateSiteResponse(), et Update\loadFromXml().
|
static |
Get the http transport handlers
$file
Références $file, $key, et $names.
Référencé par FactoryWrapper\getHttpTransports().