Added tag REL_8.08.03 for changeset c54c3c7d7ccab77dba44853e0519e259e7f7d615
[iserv-mod-room-reservation.git] / includes / mod_roomReservationRoom.inc
index f49aa22..64ed6cb 100644 (file)
@@ -133,6 +133,11 @@ class mod_roomReservationRoom {
    */
   public function getLocation() { return $this->strLocation; }
 
+  /**
+   * Conversion to string
+   * @return string
+   */
+  public function __toString() { return $this->getName(); /* name is key */ }
   /**@}*/
 }
 ?>
This page took 0.022208 seconds and 4 git commands to generate.