Example #1
0
 public function setSignupEnd($date)
 {
     $this->signup_end->set($date);
 }
Example #2
0
 public function getEndDate()
 {
     return $this->endDate->get();
 }
Example #3
0
 public function stampBanned()
 {
     $this->banned_date->stamp();
 }