zentaobiz.php 189 B

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