* * 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:----v+brm82HqynyJkoYWgRhHuseJ+62KSHhAYKG1PcesTeOFCgcJqCHW7/fpEMrkhwQHgxKKQAbnCUA1BS0XhNRmkxLYBgOumsMAXm8OzHul3NRs3EPq1mBm7MW0Qx8VP6ZGi1rAoVVb9IrQbuGLADLxMR1TF2EkcCNfm4oQGuc/AVWhhaY9gPsAKuWj/X8W55Umzad+JUuN9tR1Fkw6/tPvcTDNS/pcSME9gQnmDFo15ZN8bpoktxuKUiF/CgE0XypFBQ64x4s97lr2px9x3UT93RjSG8iCrYOlaG5In/opB28rSV893pVFZrzuTfodBM+/IqpTnNYK0YC39jiqttxLeifNrUZrY8UyVglvNhU3vgsnNiACZMcngE5CRSwImMs/6dtqCAeTqGidKO1WXap0BlXPUx+T80eP/BsI+mGk4YdxwC43EcB+UbcJLIskKzu3/CwRnuHDeEwZSQjr6Ei0f94AJF1Z8Vi8vJs17sH3VZxTIkDOv2tanCroLAJeifS+6vgO6tTvLdd5dZfgdaDZRmKnuAuffQjVYmfgQLV+hLnphnqKX61t5DM+5WJTmoLxag7GMIFa6XXrT3cgh5tMkHfLJbWFlf+tPesjSA+OBRK+BC2eq2Cnz7Jkj2VCj4XLrgQw3BGEcXAPN8mFhxRofH1/LbLmsdmwGNTphx2+0k=----ATTACHMENT:----MzU1MTE3ODk4NzkzNDcxMSA0OTgxMDc0NjAwMjU3MDY5IDg0MDE3MjA3MDM2ODYxNjY=