public function Variable::__toString in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Variable.php \Symfony\Component\DependencyInjection\Variable::__toString()
Converts the object to a string.
Return value
string
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Variable.php, line 46
Class
- Variable
- Represents a variable.
Namespace
Symfony\Component\DependencyInjectionCode
public function __toString() {
return $this->name;
}