Пример #1
0
 /**
  * Get all the issues for a given client
  */
 public function getIssues()
 {
     return $this->issueService->getIssues(array('issue.clientid=' => $this->me()->id, 'status <> ' => Issue::STATUS_CLOSED));
 }