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 10... Línea 10...
10
 
10
 
11
class NetworkStylesAndColorsHelperFactory implements FactoryInterface
11
class NetworkStylesAndColorsHelperFactory implements FactoryInterface
12
{
12
{
13
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
13
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
14
    {
14
    {
Línea 15... Línea 15...
15
        $db  = $container->get('leaders-linked-db');
15
        $db = $container->get('leaders-linked-db');
16
        
16
        
17
        return new NetworkStylesAndColorsHelper($db);
17
        return new NetworkStylesAndColorsHelper($db);