예제 #1
0
파일: Issue.php 프로젝트: nyeholt/relapse
 /**
  * Get all the issues that make up the history of this issue
  *
  * @return ArrayList
  */
 public function getHistory()
 {
     return $this->issueService->getIssueHistory($this->me());
 }