zentaobiz.php 349 B

123456789101112
  1. <?php
  2. /**
  3. * 获取扩展Js的内容
  4. * @param string $module the module name, e.g: pivot
  5. * @param string $extraPath the extra file path, e.g: 'design/step2.ui.js'
  6. * @access public
  7. * @return
  8. */
  9. public function getExtJsContent($module, $extraPath)
  10. {
  11. return $this->loadExtension('zentaobiz')->getExtJsContent($module, $extraPath);
  12. }