Inheritance: extends ArrayList
Example #1
0
 /**
  * Provides a list of the branches in this project.
  */
 public function DNBranchList()
 {
     if ($this->CVSPath && !$this->repoExists()) {
         $this->cloneRepo();
     }
     return DNBranchList::create($this, $this->DNData());
 }
Example #2
0
 public static function set_refs_dir($refsDir)
 {
     self::$refs_dir = $refsDir;
 }