コード例 #1
0
ファイル: BitLanguage.php プロジェクト: bitweaver/languages
 public function __wakeup()
 {
     parent::__wakeup();
     if (empty($this->mLanguageList)) {
         $this->load();
     }
 }
コード例 #2
0
 public function __wakeup()
 {
     parent::__wakeup();
 }
コード例 #3
0
ファイル: CommerceSystem.php プロジェクト: bitweaver/commerce
 public function __wakeup()
 {
     parent::__wakeup();
     $this->loadConstants();
 }