PHP 클래스 Visithor\Client\GuzzleClient

상속: implements Visithor\Client\Interfaces\ClientInterface
파일 보기 프로젝트 열기: visithor/visithor 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$client GuzzleHttp\Client Guzzle Client

공개 메소드들

메소드 설명
buildClient ( ) Build client
destroyClient ( ) Destroy client
getResponseHTTPCode ( Url $url ) : integer Get the HTTP Code Response given an URL instance

메소드 상세

buildClient() 공개 메소드

Build client
public buildClient ( )

destroyClient() 공개 메소드

Destroy client
public destroyClient ( )

getResponseHTTPCode() 공개 메소드

Get the HTTP Code Response given an URL instance
public getResponseHTTPCode ( Url $url ) : integer
$url Visithor\Model\Url Url
리턴 integer Response HTTP Code

프로퍼티 상세

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

Guzzle Client
protected Client,GuzzleHttp $client
리턴 GuzzleHttp\Client