PHP 클래스 Horde_Http_Request_Base, horde

저자: Chuck Hagenbuch ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_headers array Request headers
$_options array

공개 메소드들

메소드 설명
__construct ( $options = [] ) Constructor
__get ( string $name ) : mixed Get an adapter parameter
__set ( string $name, mixed $value ) Set a request parameter
getDefaultOptions ( )
getHeader ( string $header ) : string Get the current value of $header
send ( ) : Horde_Http_Response_Base Send this HTTP request
setHeaders ( mixed $headers, string $value = null ) Set one or more headers
setOptions ( $options = [] )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $options = [] )

__get() 공개 메소드

Get an adapter parameter
public __get ( string $name ) : mixed
$name string The parameter to get.
리턴 mixed Parameter value.

__set() 공개 메소드

Set a request parameter
public __set ( string $name, mixed $value )
$name string The parameter to set.
$value mixed Parameter value.

getDefaultOptions() 공개 메소드

public getDefaultOptions ( )

getHeader() 공개 메소드

Get the current value of $header
public getHeader ( string $header ) : string
$header string Header name to get
리턴 string $header's current value

send() 추상적인 공개 메소드

Send this HTTP request
abstract public send ( ) : Horde_Http_Response_Base
리턴 Horde_Http_Response_Base

setHeaders() 공개 메소드

Set one or more headers
public setHeaders ( mixed $headers, string $value = null )
$headers mixed A hash of header + value pairs, or a single header name
$value string A header value

setOptions() 공개 메소드

public setOptions ( $options = [] )

프로퍼티 상세

$_headers 보호되어 있는 프로퍼티

Request headers
protected array $_headers
리턴 array

$_options 보호되어 있는 프로퍼티

protected array $_options
리턴 array