projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added tag REL_8.07.26 for changeset d547a1c6762968ada846e9dfad78bf757e598937
[iserv-mod-room-reservation.git]
/
includes
/
mod_roomReservationRoom.inc
diff --git
a/includes/mod_roomReservationRoom.inc
b/includes/mod_roomReservationRoom.inc
index
f49aa22
..
64ed6cb
100644
(file)
--- a/
includes/mod_roomReservationRoom.inc
+++ b/
includes/mod_roomReservationRoom.inc
@@
-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.025642 seconds
and
4
git commands to generate.