chobie\Jira\Api\Client\PHPClient::__construct PHP Method

__construct() public method

Create a traditional php client.
public __construct ( )
    public function __construct()
    {
        $wrappers = stream_get_wrappers();
        if (in_array('https', $wrappers)) {
            $this->httpsSupport = true;
        }
    }