예제 #1
0
 public function __construct($config = NULL)
 {
     if (!isset($config['compiledFile'])) {
         throw new CException(Yii::t('yiiext', 'HHP CompiledFile is required.'));
     }
     parent::__construct($config);
 }
예제 #2
0
 public function __construct($config = NULL)
 {
     if (!isset($config['name'])) {
         throw new CException(Yii::t('yiiext', 'HHC Item Name is required.'));
     }
     parent::__construct($config);
 }