예제 #1
0
파일: Commit.php 프로젝트: hiqdev/chkipper
 public function set(Commit $commit)
 {
     $this->setHash($commit->hashHash());
     $this->setLabel($commit->getLabel());
     $this->setComments($commit->getComments());
 }