예제 #1
0
파일: Story.php 프로젝트: bradley-holt/zf2
 /**
  * Add a comment
  * 
  * @param  array $data
  * @return Comment 
  */
 public function addComment($data)
 {
     return $this->service->addComment($this->projectId, $this->id, $data);
 }