Example #1
0
 /**
  * @return bool|TblCourse
  */
 public function getServiceManagementCourse()
 {
     if (null === $this->serviceManagement_Course) {
         return false;
     } else {
         return Management::serviceCourse()->entityCourseById($this->serviceManagement_Course);
         // todo
     }
 }