Example #1
0
 /**
  * @return Planning_Milestone
  */
 public function getLastMilestoneCreated()
 {
     return $this->milestone_factory->getLastMilestoneCreated($this->user, $this->planning->getId());
 }