コード例 #1
0
ファイル: Git.php プロジェクト: ratibus/pflow
 /**
  * @return string
  */
 public function getLast()
 {
     return $this->git->getConfig('pflow.history.last');
 }
コード例 #2
0
ファイル: Command.php プロジェクト: ratibus/pflow
 /**
  * @param string $name
  * @return string
  */
 public function getConfig($name)
 {
     return $this->git->getConfig($name);
 }