Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Rev 3639 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 2392
Línea 10... Línea 10...
10
 
10
 
11
class CurrentUserPluginFactory implements FactoryInterface
11
class CurrentUserPluginFactory 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
        $adapter    = $container->get('leaders-linked-db');
15
        $adapter = $container->get('leaders-linked-db');
16
        
16
        
17
        return new CurrentUserPlugin($adapter);
17
        return new CurrentUserPlugin($adapter);