PHP 클래스 Horde_Http_Request_PeclhttpBase, horde

저자: Michael Cramer ([email protected])
상속: extends Horde_Http_Request_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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