gantt.php 97 B

12345
  1. <?php
  2. public function batchCreate()
  3. {
  4. return $this->loadExtension('gantt')->batchCreate();
  5. }