__construct() public method

public __construct ( Container $serviceLocator )
$serviceLocator Nette\DI\Container
 public function __construct(Container $serviceLocator)
 {
     parent::__construct($serviceLocator);
     $this->serviceLocator = $serviceLocator;
 }