Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3639 Rev 6951
Línea 6... Línea 6...
6
 
6
 
7
use Laminas\ServiceManager\Factory\FactoryInterface;
7
use Laminas\ServiceManager\Factory\FactoryInterface;
8
use LeadersLinked\Plugin\CurrentNetworkPlugin;
8
use LeadersLinked\Plugin\CurrentNetworkPlugin;
Línea -... Línea 9...
-
 
9
use Psr\Container\ContainerInterface;
9
use Psr\Container\ContainerInterface;
10
 
10
 
11
 
11
class CurrentNetworkPluginFactory implements FactoryInterface
12
class CurrentNetworkPluginFactory implements FactoryInterface
12
{
13
{
13
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
14
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)