public function DefinitionDecorator::getParent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/DefinitionDecorator.php \Symfony\Component\DependencyInjection\DefinitionDecorator::getParent()
Returns the Definition being decorated.
Return value
string
File
- vendor/
symfony/ dependency-injection/ DefinitionDecorator.php, line 44
Class
- DefinitionDecorator
- This definition decorates another definition.
Namespace
Symfony\Component\DependencyInjectionCode
public function getParent() {
return $this->parent;
}