Example #1
0
 public function getSignupDate($format = null)
 {
     if ($format) {
         $this->signup_date->setFormat($format);
         return $this->signup_date->__toString();
     } else {
         return $this->signup_date->get();
     }
 }
Example #2
0
 public function getEndDate()
 {
     return $this->endDate->get();
 }
Example #3
0
 public function getSignupStart()
 {
     return $this->signup_start->get();
 }