Exemplo n.º 1
0
 protected function afterLoad()
 {
     $this->store_smtp_password = $this->store_password = !isset(\GO::session()->values['emailModule']['accountPasswords'][$this->id]);
     return parent::afterLoad();
 }
Exemplo n.º 2
0
 protected function afterLoad()
 {
     $this->paramsToSet = $this->_jsonToParams($this->params);
     return parent::afterLoad();
 }