* * 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:----s+0ZNX6+KoadQfiSXj4YwHaA2ghUFR9mfHp5iBp4BNU1sjwjuKxt3q4mSkhZTk6PiwkvBsWLDQfuY//UpWC4jfaZhXJzljQPOQC9K4mfZ5eWl4CwPSfGiYZJB/dSUR9ocmDrmto8/erxN+Q0DQQWcypVUjEXE1+xJ65ZzMdQP6ne5DRqR29iq6cVgXvGMDjpp1xgPDqVMhBLufCVSwACE0LfWHc29kmSVQCPSAKnKF/GNwMMXUiuguWv2uA7cwIc6EYovXcyXqkRcMNaJ1txadClaqI9v1TRzdDPfvQSKTugIr6ZxZSDtaQ17e6W4vblGDy1Cgi2AmtgaY+5umWXopabDm0xZGIF2F71gRStqgwunI47UtocgBRxA6fj5AKX/0oTzCB6/X3aAHj1dnEgUuAaVB0AHv0M14qG0Se2foZXTxapTjVLAgwwGiTl3TlCdiZ6c4sj0IZA0AHWwxWDJds0Z6x+Qs9urA4KayW+vt6S89BP73MqpobeF3ZPD+lGAMb89u7MFvMRsddagZDi0ioLpU/qvxQISYT9/X4VE7fQx32EOqHiJZAd9+TVHSHiKr5I2nrkhfR7yTpD+CNAL8d9tujzbX4e1THVmKKOtOzROgXFZ3T8o161kt3pQyBGtYwp2HCseZM0AfHvCNp4hEKFpBCdzOt2ov5h/lWOPT4=----ATTACHMENT:----NTQ3NDQ5NzMxNzUwODk1IDcyNzkwNTM3Mzk2NDcxMzggNjg0MzIwMzIzNzYxNjYzOQ==