PHP 클래스 SRestClient

상속: extends SlightPHP\Rest_Http
파일 보기 프로젝트 열기: hetao29/slightphp 1 사용 예제들

공개 메소드들

메소드 설명
addRequest ( $zone = "default", $parameters = [], $key = null, $method = "GET" )
getConfig ( string $zone ) : array
getConfigFile ( )
request ( )
reset ( )
setConfigFile ( $file )
useConfig ( $zone )

메소드 상세

addRequest() 정적인 공개 메소드

static public addRequest ( $zone = "default", $parameters = [], $key = null, $method = "GET" )

getConfig() 정적인 공개 메소드

static public getConfig ( string $zone ) : array
$zone string
리턴 array

getConfigFile() 정적인 공개 메소드

static public getConfigFile ( )

request() 정적인 공개 메소드

static public request ( )

reset() 정적인 공개 메소드

static public reset ( )

setConfigFile() 정적인 공개 메소드

static public setConfigFile ( $file )

useConfig() 정적인 공개 메소드

static public useConfig ( $zone )