getCurrentBranch() публичный Метод

Return the current branch
public getCurrentBranch ( )
Пример #1
0
 /**
  * @return string
  */
 private function getCurrentBranch()
 {
     return $this->vcs->getCurrentBranch();
 }