/**
  * @return TblCronTask[]
  */
 public function getAllCronTasks()
 {
     return $this->_cronTaskRepository->findAll();
 }