excel.php 141 B

12345
  1. <?php
  2. public function setListValue($productID, $branch = 0)
  3. {
  4. return $this->loadExtension('excel')->setListValue($productID, $branch);
  5. }