Esempio n. 1
0
 public function showLog($ref, $path = null, $limit = null, $offset = null, $firstParent = false)
 {
     parent::showLog($ref, $path, $limit, $offset, $firstParent);
     $this->addCommandArgument('--graph');
     return $this->getCommand();
 }