示例#1
0
 public function __construct(GitRepository $repository, Codendi_Request $request, Git_Driver_Gerrit_GerritDriverFactory $driver_factory, array $gerrit_servers, array $gerrit_config_templates)
 {
     parent::__construct($repository, $request);
     $this->gerrit_servers = $gerrit_servers;
     $this->driver_factory = $driver_factory;
     $this->templates = $gerrit_config_templates;
 }
示例#2
0
 public function __construct(GitRepository $repository, Codendi_Request $request, array $mirrors, array $repository_mirrors)
 {
     parent::__construct($repository, $request);
     $this->mirrors = $mirrors;
     $this->repository_mirrors = $repository_mirrors;
 }