Exemple #1
0
 public function __construct($workingDir = '.', $info, $commandsSeq = array())
 {
     parent::__construct($workingDir, $info, $commandsSeq);
     $this->rl = new RepositoryList(PackageManager::getDataDir()->getDir('repositories'));
 }