Exemple #1
0
 /**
  * Get the members of the project
  * 
  * @return Zend\Service\AgileZen\Container 
  */
 public function getMembers()
 {
     return $this->service->getMembers($this->id);
 }