public function __construct(\Pimple $pimple, array $menuIds = array())
 {
     parent::__construct($pimple, $menuIds);
 }
 public function __construct(\Pimple $pimple, $defaultRenderer, array $rendererIds)
 {
     parent::__construct($pimple, $defaultRenderer, $rendererIds);
 }