Esempio n. 1
0
 public function getVerboseStatus()
 {
     $status = AgendaPeer::getStatus();
     return ucfirst($status[$this->getStatus()]);
 }