Exemple #1
0
 /**
  * Get a specific story of the project
  * 
  * @param  string $id
  * @param  array  $params
  * @return Phase
  */
 public function getStory($id, $params = array())
 {
     if (!empty($id)) {
         return $this->service->getStory($this->id, $id, $params);
     }
 }