Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | getHttp (JRegistry $options=null, $adapters=null) |
static | getAvailableDriver (JRegistry $options, $default=null) |
static | getHttpTransports () |
Définition à la ligne 19 du fichier factory.php.
|
static |
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 |
Définition à la ligne 51 du fichier factory.php.
Référencé par JHttp\__construct().
|
static |
method to receive Http instance.
JRegistry | $options | Client options object. |
mixed | $adapters | Adapter (string) or queue of adapters (array) to use for communication. |
Définition à la ligne 31 du fichier factory.php.
Référencé par JOAuth1Client\__construct(), JUpdaterExtension\findUpdate(), JUpdaterCollection\findUpdate(), et JUpdate\loadFromXML().
|
static |
Get the http transport handlers
Définition à la ligne 89 du fichier factory.php.