/**
  * Return all milestones scheduled for today
  *
  * @param void
  * @return array
  */
 function getTodayMilestones()
 {
     return ProjectMilestones::getTodayMilestonesByCompany($this);
 }