function Container::__construct
Same name in this branch
- 11.1.x vendor/symfony/dependency-injection/Container.php \Symfony\Component\DependencyInjection\Container::__construct()
- 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
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
WebDriverCode
public function __construct($url) {
parent::__construct($url);
$locatorStrategy = new \ReflectionClass('WebDriver\\LocatorStrategy');
$this->strategies = $locatorStrategy->getConstants();
}