__construct() public method

public __construct ( Container $serviceLocator )
$serviceLocator Nette\DI\Container
Ejemplo n.º 1
0
 public function __construct(Container $serviceLocator)
 {
     parent::__construct($serviceLocator);
     $this->serviceLocator = $serviceLocator;
 }