Ejemplo n.º 1
0
 public function getTutor()
 {
     $tutor = null;
     if ($this->tutorId) {
         $tutor = new Claro_User($this->tutorId);
         $tutor->load();
     }
     return $tutor;
 }