Symfony\Component\DependencyInjection\ChildDefinition::setDeprecated PHP Méthode

setDeprecated() public méthode

public setDeprecated ( $boolean = true, $template = null )
    public function setDeprecated($boolean = true, $template = null)
    {
        $this->changes['deprecated'] = true;

        return parent::setDeprecated($boolean, $template);
    }