Пример #1
0
 public function getTotalTime()
 {
     $tl = new TimeLog();
     return $tl->getTotalByStaffId($this->id);
 }