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

Breadcrumb

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

function Container::__construct

Same name in this branch
  1. 11.1.x vendor/symfony/dependency-injection/Container.php \Symfony\Component\DependencyInjection\Container::__construct()
  2. 11.1.x core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()

Overrides AbstractWebDriver::__construct

6 calls to Container::__construct()
Element::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
Constructor
Element::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
Constructor
Session::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Constructor
Session::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Constructor
Shadow::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Shadow.php
Constructor

... See full list

3 methods override Container::__construct()
Element::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
Constructor
Session::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Constructor
Shadow::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Shadow.php
Constructor

File

vendor/lullabot/php-webdriver/lib/WebDriver/Container.php, line 31

Class

Container
Abstract WebDriver\Container class

Namespace

WebDriver

Code

public function __construct($url) {
    parent::__construct($url);
    $locatorStrategy = new \ReflectionClass('WebDriver\\LocatorStrategy');
    $this->strategies = $locatorStrategy->getConstants();
}
RSS feed
Powered by Drupal