public function __construct($theme = null)
 {
     if (empty($theme)) {
         $theme = 'calender';
     }
     parent::__construct($theme);
 }
예제 #2
0
 public function __construct($theme = null)
 {
     if (empty($theme)) {
         $theme = 'front';
     }
     parent::__construct($theme);
 }
 public function __construct($theme = null)
 {
     if (empty($theme)) {
         $theme = 'incoming';
     }
     parent::__construct($theme);
 }