예제 #1
0
파일: Account.php 프로젝트: ajaboa/crmpuan
 protected function afterLoad()
 {
     $this->store_smtp_password = $this->store_password = !isset(\GO::session()->values['emailModule']['accountPasswords'][$this->id]);
     return parent::afterLoad();
 }
예제 #2
0
파일: CronJob.php 프로젝트: ajaboa/crmpuan
 protected function afterLoad()
 {
     $this->paramsToSet = $this->_jsonToParams($this->params);
     return parent::afterLoad();
 }