コード例 #1
0
ファイル: Theme.php プロジェクト: r-daneelolivaw/chalk
 /**
  * Unserialize method.
  */
 public function __wakeup()
 {
     $theme_handler = Bootstrap::getThemeHandler();
     $theme = $theme_handler->getTheme($this->name);
     $this->__construct($theme, $theme_handler);
 }