コード例 #1
0
ファイル: ElementLetter.php プロジェクト: openeyes/openeyes
 public function afterFind()
 {
     parent::afterFind();
     $this->source_address = $this->address;
 }
コード例 #2
0
 public function afterFind()
 {
     parent::afterFind();
     $this->_has_bookings = $this->allBookings ? true : false;
     $this->_original_referral_id = $this->referral_id;
 }