Пример #1
0
 /**
  * Get the features directly in this project
  * 
  * @return ArrayObject
  */
 public function getFeatures()
 {
     return $this->featureService->getFeatures(array('milestone=' => $this->id));
 }