PHP Класс Horde_Http_Request_PeclhttpBase, horde

Автор: Michael Cramer ([email protected])
Наследование: extends Horde_Http_Request_Base
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_httpAuthSchemes array Map of HTTP authentication schemes from Horde_Http constants to implementation specific constants.
$_proxyTypes array Map of proxy types from Horde_Http to implementation specific constants.

Открытые методы

Метод Описание
__construct ( $args = [] ) Constructor.

Защищенные методы

Метод Описание
_httpAuthScheme ( string $httpAuthScheme ) : const Translates a Horde_Http::AUTH_* constant to implementation specific constants.
_httpOptions ( ) : array Generates the HTTP options for the request.
_proxyType ( ) : const Translates a Horde_Http::PROXY_* constant to implementation specific constants.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( $args = [] )

_httpAuthScheme() защищенный Метод

Translates a Horde_Http::AUTH_* constant to implementation specific constants.
protected _httpAuthScheme ( string $httpAuthScheme ) : const
$httpAuthScheme string A Horde_Http::AUTH_* constant.
Результат const An implementation specific authentication scheme constant.

_httpOptions() защищенный Метод

Generates the HTTP options for the request.
protected _httpOptions ( ) : array
Результат array array with options

_proxyType() защищенный Метод

Translates a Horde_Http::PROXY_* constant to implementation specific constants.
protected _proxyType ( ) : const
Результат const

Описание свойств

$_httpAuthSchemes защищенное свойство

Map of HTTP authentication schemes from Horde_Http constants to implementation specific constants.
protected array $_httpAuthSchemes
Результат array

$_proxyTypes защищенное свойство

Map of proxy types from Horde_Http to implementation specific constants.
protected array $_proxyTypes
Результат array