oa.php 487 B

123456789101112131415
  1. <?php
  2. public function isClickable($overtime, $action)
  3. {
  4. return $this->loadExtension('oa')->isClickable($overtime, $action);
  5. }
  6. public function getList($type = 'personal', $year = '', $month = '', $account = '', $dept = '', $status = '', $orderBy = 'id_desc')
  7. {
  8. return $this->loadExtension('oa')->getList($type, $year, $month, $account, $dept, $status, $orderBy);
  9. }
  10. public function getReviewedBy($account = '')
  11. {
  12. return $this->loadExtension('oa')->getReviewedBy($account);
  13. }