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

__construct() 공개 메소드

Initialize client.
public __construct ( )
    public function __construct()
    {
        $this->client = new Client();
    }