excel.php 291 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Set export list value
  4. *
  5. * @access public
  6. * @return void
  7. */
  8. public function setListValue()
  9. {
  10. return $this->loadExtension('excel')->setListValue();
  11. }
  12. public function getOpenedBuilds($withID = true)
  13. {
  14. return $this->loadExtension('excel')->getOpenedBuilds($withID);
  15. }