Example #1
0
 public function workerGetProjectDetails()
 {
     try {
         return $this->_worker->getProjectDetails();
     } catch (Exception $e) {
         Yii::log('Error in IronWorker: ' . $e->getMessage(), 'error', 'ext.yiiron');
         throw new CException($e->getMessage());
     }
 }