Exemplo n.º 1
0
 public function getDoctorCollection()
 {
     if (is_null($this->_doctorCollection)) {
         $this->_doctorCollection = RM_Entity_ToMany_Reverse_Proxy::get($this, 'Application_Model_Medical_Doctor_Post');
     }
     return $this->_doctorCollection;
 }
Exemplo n.º 2
0
 public function getReservationCollection()
 {
     if (is_null($this->_reservationCollection)) {
         $this->_reservationCollection = RM_Entity_ToMany_Reverse_Proxy::get($this, 'Application_Model_Medical_Reservation_Service');
     }
     return $this->_reservationCollection;
 }