PHP 인터페이스 eZ\Publish\Core\REST\Client\HttpClient

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 0 사용 예제들

공개 메소드들

메소드 설명
request ( string $method, string $path, Message $message = null ) : Message Execute a HTTP request to the remote server.

메소드 상세

request() 공개 메소드

Returns the result from the remote server.
public request ( string $method, string $path, Message $message = null ) : Message
$method string
$path string
$message eZ\Publish\Core\REST\Common\Message
리턴 eZ\Publish\Core\REST\Common\Message