Inheritance: extends ArrayList
コード例 #1
0
ファイル: DNProject.php プロジェクト: ss23/deploynaut
 /**
  * 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());
 }
コード例 #2
0
 public static function set_refs_dir($refsDir)
 {
     self::$refs_dir = $refsDir;
 }