effort.php 136 B

12345
  1. <?php
  2. public function getEffort4Month($account, $year)
  3. {
  4. return $this->loadExtension('effort')->getEffort4Month($account, $year);
  5. }