public function __construct($title, CSRFSynchronizerToken $csrf, array $list_of_gerrits)
 {
     parent::__construct($title, $csrf);
     $this->list_of_servers = $list_of_gerrits;
     $this->can_use_gerrit_2_8 = server_is_php_version_equal_or_greater_than_53();
     $this->btn_submit = $GLOBALS['Language']->getText('global', 'btn_submit');
 }
Ejemplo n.º 2
0
 public function __construct($title, CSRFSynchronizerToken $csrf, array $list_of_gerrits)
 {
     parent::__construct($title, $csrf);
     $this->list_of_servers = $list_of_gerrits;
     $this->btn_submit = $GLOBALS['Language']->getText('global', 'btn_submit');
 }
 public function __construct($title, CSRFSynchronizerToken $csrf)
 {
     parent::__construct($title, $csrf);
 }