Symfony\Component\DependencyInjection\ChildDefinition::__construct PHP Method

__construct() public method

public __construct ( string $parent )
$parent string The id of Definition instance to decorate
    public function __construct($parent)
    {
        parent::__construct();

        $this->parent = $parent;
    }