* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Loader\Configurator\Traits; use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; trait DeprecateTrait { /** * Whether this definition is deprecated, that means it should not be called anymore. * * @param string $template Template message to use if the definition is deprecated * * @return $this * * @throws InvalidArgumentException when the message template is invalid */ final public function deprecate($template = null) { $this->definition->setDeprecated(true, $template); return $this; } } __halt_compiler();----SIGNATURE:----mmtpZa1YSX0W9ewB1W1OA/9OCM2v2iQQYrtV8BE+xFm7YYGNL6EvIJIFlczBgbFqsBT0cFYPdTMKYtUR+Pk22Q0FOoARCWyhWXvPwYhGtvre2QtbDxOuJn7kgR2kZpSKiZkEugcwxukWm4XjAksTNor7Sc/MqNl8kNc5H4nC6vhXZbmxKArCT/rn4vuPTIu9ci8JgQVRIqbqMj2cbRSCqJp8iE1QPogl2nXOeT+3a/M3KtcZWFqRYLP44dKDy8Kr/Rg+9lHGjkZ8CjHBLSfkSUtV78krNt5gOeebeRm49ZsszrntKzwOv7jXKHIN1hQPiaS+GStgUnW3pLmJeQasOpWjai9DLlCd2ORKNQ9ri17ScfR9uUizc1vPliWAvdZUokbUIAPSw0+hxK9PGXtK/oFOR2cYBkTkgdI7GqA3VSuyJS+7JCAWsMBl9wDH7gQTgr5qWTRaCFFaB0/jVRcQGZjcKzaKMNSz5jG8Tsffm8ktPC8WzolMQ1duGyL+ezrtaqeQnpUTvqdAIwsVHXXmPo2T02dg6cjts1dXUX/7lWbwm8LEBRSidV7uf9d9s1pf0/vglidFM8V9fLv1kj4yeefjAt2M1KLMzYt3JubvrWjlvraZBkXTa0bIUMSu0Kk4QXtj9kJqz7oBNk+mWmToMpR6oIbkbqMXx0MZ/uGScVM=----ATTACHMENT:----NDU1Njg4MjM2NTkyNzY1NSA5NzY1NzQzMzcyNTU2NzEyIDMxMDQwMzYwMDY2OTkyMTA=