Iyzipay\DefaultHttpClient::__construct PHP Method

__construct() public method

public __construct ( $curl = null )
    public function __construct($curl = null)
    {
        if (!$curl) {
            $curl = new Curl();
        }
        $this->curl = $curl;
    }