Пример #1
0
 /**
  * Get the notes for this issue
  *
  * @return ArrayList
  */
 public function getNotes()
 {
     return $this->notificationService->getNotesFor($this->me());
 }