Exemplo n.º 1
0
 public function __wakeup()
 {
     parent::__wakeup();
     if (empty($this->mLanguageList)) {
         $this->load();
     }
 }
Exemplo n.º 2
0
 public function __wakeup()
 {
     parent::__wakeup();
 }
Exemplo n.º 3
0
 public function __wakeup()
 {
     parent::__wakeup();
     $this->loadConstants();
 }