Esempio n. 1
0
 /**
  * Returns the Burndown dates in a human readable fashion
  *
  * @return Array
  */
 public function getHumanReadableDates()
 {
     return $this->time_period->getHumanReadableDates();
 }