* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection; /** * Reference represents a service reference. * * @author Fabien Potencier */ class Reference { private $id; private $invalidBehavior; /** * @param string $id The service identifier * @param int $invalidBehavior The behavior when the service does not exist * * @see Container */ public function __construct($id, $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE) { $this->id = (string) $id; $this->invalidBehavior = $invalidBehavior; } /** * @return string The service identifier */ public function __toString() { return $this->id; } /** * Returns the behavior to be used when the service does not exist. * * @return int */ public function getInvalidBehavior() { return $this->invalidBehavior; } } __halt_compiler();----SIGNATURE:----kcpvz4f4Fhvuiiq31LDrG9E37aSRfseDL5+h07EJJJYh3qRgFsVBvY9g+CXyOoHYuamJXT+9AiT0qxECinjc4dHvckWGZfq0AcymCe4dXwv15EHf73jvbBxjJht5YAaAkAyBxoAIaMnkPY4Ssj00u/ryL2oPCdDBAeq4cgXYhe3yvIskxPGcfrWL+7XwU29ZzJB2KQNasBMkLyHrbNda6Lk1JyKIDcMuSZ4EKnwul49I14dlNj0l5thDjk43qIixMLxjP6Ktqg3y8FDHtFpN9P5bQxwoLCaIYdvRBzsNbb9ERmmZbgi/6bZKtH0vTUaoRw2kdb53WQ9ffki81gNMWyHcRK34o0pfc1iQe6oM4hfT/G/LZRcrRus8sIJArlLv/FMI8Iu91p/IxnyvRwp/7IklZptLwSSaeGI3gtS8Ej2kgkzcBYPakPQRu/MCi+NQsOjeYDzLOf/y84sqcuO5b+A/Bx766LqGxKFpEXjKQ/G8pJFNH2uj3uhsHUViUD/VQQJDFRw6Jhsd2QAcW9XrBxMPL85lbAhZ0oIDrHUln+vkba0x5GiHV/mh61HW58yRawZIQnN4x5ONeQGefWGdLmTFYkAilHUd5YA5GHtQ5r6PdnfVe3PVvy7Xu0ioX0RtIOTtOGOJCpnB4D2gFL8gg4r7qTmAMG9EB3HYUJnV1Q4=----ATTACHMENT:----NTU0NjY5OTMyNTEzMTUwOSAyNTc2MzIwNTc4OTQ3NDY0IDk1MjA0Mzk4NTk2NzUxNTc=