function Variable::__construct
Same name in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php \PhpParser\Node\Expr\Variable::__construct()
- 11.1.x vendor/symfony/dependency-injection/Variable.php \Symfony\Component\DependencyInjection\Variable::__construct()
- 11.1.x core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php \Drupal\migrate_drupal\Plugin\migrate\source\Variable::__construct()
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Value/ Variable.php, line 23
Class
- Variable
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\ConfigurationCode
public function __construct(string $name, mixed $value, bool $force) {
$this->name = $name;
$this->value = $value;
$this->force = $force;
}