示例#1
0
 protected function beforeFind()
 {
     $this->fixDate($this, 'dob');
     parent::beforeFind();
 }
示例#2
0
文件: Refund.php 项目: faisal80/hms
 protected function beforeFind()
 {
     $this->fixDate($this, 'date');
     $this->fixDate($this, 'date_applied');
     parent::beforeFind();
 }
示例#3
0
文件: Transfer.php 项目: faisal80/hms
 protected function beforeFind()
 {
     $this->fixDate($this, 'transfer_date');
     parent::beforeFind();
 }