eZ\Bundle\EzPublishRestBundle\Features\Context\RestClient\BuzzDriver::__construct PHP 메소드

__construct() 공개 메소드

Initialize the request and response.
public __construct ( )
    public function __construct()
    {
        $this->request = new Request();
        $this->response = new Response();
    }