Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15391 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15391 Rev 16768
Línea 9... Línea 9...
9
 
9
 
10
class CurrentNetworkHelperFactory implements FactoryInterface
10
class CurrentNetworkHelperFactory implements FactoryInterface
11
{
11
{
12
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
12
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
13
    {
13
    {
Línea 14... Línea 14...
14
        $db             = $container->get('leaders-linked-db');
14
        $db = $container->get('leaders-linked-db');
15
        
15
        
16
        return new CurrentNetworkHelper($db);
16
        return new CurrentNetworkHelper($db);