예제 #1
0
파일: Story.php 프로젝트: bradley-holt/zf2
 /**
  * Get the project
  * 
  * @return Project 
  */
 public function getProject()
 {
     return $this->service->getProject($this->projectId);
 }