Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | getHttp (JRegistry $options=null, $adapters=null) |
static | getAvailableDriver (JRegistry $options, $default=null) |
static | getHttpTransports () |
Finds an available http transport object for communication
JRegistry | $options | Option for creating http transport object |
mixed | $default | Adapter (string) or queue of adapters (array) to use |
Références $class.
method to recieve Http instance.
JRegistry | $options | Client options object. |
mixed | $adapters | Adapter (string) or queue of adapters (array) to use for communication. |
RuntimeException |
Références $options.
Référencé par JInstallerHelper\downloadPackage(), JUpdaterExtension\findUpdate(), JUpdaterCollection\findUpdate(), et JUpdate\loadFromXML().
|
static |