Exemplo n.º 1
0
 public function __construct($attr = [])
 {
     $now = date('Y-m-d');
     $this->attr['passport_expiry'] = $now;
     $this->attr['visa_expiry'] = $now;
     $this->attr['report_expiry'] = $now;
     parent::__construct($attr);
 }
Exemplo n.º 2
0
 public function __construct($attr = [])
 {
     $this->attr['job_request_date'] = date('Y-m-d');
     parent::__construct($attr);
 }