* * 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; use Symfony\Component\DependencyInjection\ContainerInterface; /** * @author Nicolas Grekas */ class ReferenceConfigurator extends AbstractConfigurator { /** @internal */ protected $id; /** @internal */ protected $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE; public function __construct($id) { $this->id = $id; } /** * @return $this */ final public function ignoreOnInvalid() { $this->invalidBehavior = ContainerInterface::IGNORE_ON_INVALID_REFERENCE; return $this; } /** * @return $this */ final public function nullOnInvalid() { $this->invalidBehavior = ContainerInterface::NULL_ON_INVALID_REFERENCE; return $this; } /** * @return $this */ final public function ignoreOnUninitialized() { $this->invalidBehavior = ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE; return $this; } public function __toString() { return $this->id; } } __halt_compiler();----SIGNATURE:----vrTWhShCYhVW7vktaVanGEzuMVoXuOhQ5xfJH0JNQZHAzgF84UMbdOcEPXylKAAaqeEIOFebr1CU+Dqaq78L7GgDjD+zhi2vWglPYvY6k2stPcFM+kNjXuwTvEyuP/CXkXpowSL/bTCAxLtr2eBERZS3KrY+IfweKcOP4MQ+8oyOOE6TlZ/JroGLLjY9seL8uEKuCq0K+Qf/Qxm7R5G9uBlNGERl67Qymhhi0nppMNjjEbbEdHHfpHA+EX67oO4tJal23IucvqFSzqG6/Uk1XARLENvvV5RtYDqNYGs/CV0cFrhUz7e3/jJvrB2LArgyOSXi5LXUP0e4H1jwSUm/7lad7oaYn8m7idHLrhwtlK/lcoRc6fJuwp3ckr1s3/DXZQ71+q8gldwkM2bG3CwH8qjiRThrOq0ryn1mTrVrLZMyFhC4/VUD0r3V1ORPx0QKs+Y0uipduPCIyMjQodxLolsgLc7f0HcwomaHNy11gbfZZyCcfjmuy6Ux2BzIBdiXJZMpWd+ZJNkWqiHzK9OzNqZrPhy8ssb1MqUJGx3V6IJYwsVPeffKwYcOhjNdOfQeBzeA26dVSKgTIhZV+xU1pHa8Qu5qKC7EPFWvCAHVd7310wWUS1XOhnsQ2LXsnlEliZ8fgCN/owzzZ8NFbEaWkbQvxQb5SdCSks88mS3J0nE=----ATTACHMENT:----NzUzNjQ2NzEwNTYyNTUyNSA1MDk0NDI4NjAyOTEyMTMwIDM1MTU3ODA4ODIwOTM3MDg=