public function Alias::__toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Alias.php \Symfony\Component\DependencyInjection\Alias::__toString()
Returns the Id of this alias.
Return value
string The alias id
File
- vendor/
symfony/ dependency-injection/ Alias.php, line 56
Class
Namespace
Symfony\Component\DependencyInjectionCode
public function __toString() {
return $this->id;
}