コード例 #1
0
ファイル: PNotify.php プロジェクト: hiqdev/hipanel-core
 public function init()
 {
     parent::init();
     if (!isset($this->clientOptions['styling'])) {
         $this->clientOptions['styling'] = 'bootstrap3';
     }
 }