* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Loader\DependencyInjection; use Psr\Container\ContainerInterface; use Symfony\Component\Routing\Loader\ObjectRouteLoader; /** * A route loader that executes a service to load the routes. * * This depends on the DependencyInjection component. * * @author Ryan Weaver */ class ServiceRouterLoader extends ObjectRouteLoader { /** * @var ContainerInterface */ private $container; public function __construct(ContainerInterface $container) { $this->container = $container; } protected function getServiceObject($id) { return $this->container->get($id); } } __halt_compiler();----SIGNATURE:----TYDToH00K/IWaClm8ZhbWDwKbZNYWJO4y47Ddy9eb9VGCu5o3u6N9/1lO6wIEN6V26pNQ7HfnsqBoyszvzRY5HpvC+6TgFupkluv3Mcm8Kj5+W1AvxqmE//sWAAJedV39fhr/1Xanl5GyJzIp1+KqvGo3VX7yWQCMO5jWPVHypxwOVnMeNerwy9XxInYpj0P1xrGX11jUJK6lzLfpWSxOym1YhIes1zk09jySZrBFYR8TPpfWAurBXtt0CuU5qtbSLQwGttX39tjui4cGgY4rx9Wty29lC6ITMuugV62HboHyk0ZcaONv4iuXvu9B/Lz9x7nZMjfNXec4m/qMqZ4NJGJ2YXuAMTzWPWirShs+qZ0vHeJkbVS14AR0/eRlLo+tKH/F5i/PkENKjIl8wts5iXvOVHV3XpvKezjOrMJGYzbB4FRG0yYYZyLD9T14S5D6xfPtQOWcTF4NX4PYt6t0kWgPVOrpJxYs7d8FvDQ++wMpRl3KtWfz2Aw6yXLlhR8vmDFvdP1tJBEEsDJlSq/olEHXN/+budgvy5XJD+QCttll+gksGG3baPzWSLeK0bIZQ7SuOA2DHN0X1sZZIf9TaOFqbluXGZurr4ewJOpePIlshgi33s1OuvD8J9RytQZacH2hWCFUsgAuziHNsXvpqsE5i6KKZza0AxxnvcsvaY=----ATTACHMENT:----NDE3NjEyNDA1MDMxNzY4NyAyOTcxNDMwNDQ2NjE2NDY5IDczODE0NTM4NzcwODc3MzI=