示例#1
0
文件: EYiiron.php 项目: br0sk/yiiron
 public function workerGetProjects()
 {
     try {
         return $this->_worker->getProjects();
     } catch (Exception $e) {
         Yii::log('Error in IronWorker: ' . $e->getMessage(), 'error', 'ext.yiiron');
         throw new CException($e->getMessage());
     }
 }