public function Variable::__construct in Service Container 7.2
Same name in this branch
- 7.2 src/Variable.php \Drupal\service_container\Variable::__construct()
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Variable.php \Symfony\Component\DependencyInjection\Variable::__construct()
Same name and namespace in other branches
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Variable.php \Symfony\Component\DependencyInjection\Variable::__construct()
Constructor.
Parameters
string $name:
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Variable.php, line 36
Class
- Variable
- Represents a variable.
Namespace
Symfony\Component\DependencyInjectionCode
public function __construct($name) {
$this->name = $name;
}