Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CurlService.php

function CurlService::__construct

Constructor

Parameters

mixed $defaultOptions:

File

vendor/lullabot/php-webdriver/lib/WebDriver/Service/CurlService.php, line 33

Class

CurlService
WebDriver\Service\CurlService class

Namespace

WebDriver\Service

Code

public function __construct($defaultOptions = array()) {
    $this->defaultOptions = is_array($defaultOptions) ? $defaultOptions : array();
}
RSS feed
Powered by Drupal