excel.php 467 B

123456789101112131415161718
  1. <?php
  2. public function setListValue($productID, $branch = 0)
  3. {
  4. return $this->loadExtension('excel')->setListValue($productID, $branch);
  5. }
  6. public function createFromImport($productID, $branch = 0, $type = 'story', $projectID = 0)
  7. {
  8. return $this->loadExtension('excel')->createFromImport($productID, $branch, $type, $projectID);
  9. }
  10. /**
  11. * @param string $type
  12. */
  13. public function replaceURLang($type)
  14. {
  15. $this->loadExtension('excel')->replaceURLang($type);
  16. }