Completed
Push — master ( eb0676...00e688 )
by Michael
04:53
created
xoops-martin/class/auction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 	/**
118 118
 	* create a new hotel city
119 119
 	* @param bool $isNew flag the new objects as "new"?
120
-	* @return object auction
120
+	* @return MartinAuction auction
121 121
 	*/
122 122
 	function &create($isNew = true)
123 123
 	{
Please login to merge, or discard this patch.
xoops-martin/class/group.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 	/**
106 106
 	* create a new hotel city
107 107
 	* @param bool $isNew flag the new objects as "new"?
108
-	* @return object group
108
+	* @return MartinGroup group
109 109
 	*/
110 110
 	function &create($isNew = true)
111 111
 	{
Please login to merge, or discard this patch.
xoops-martin/class/hotel.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
 	/**
201 201
 	* create a new hotel city
202 202
 	* @param bool $isNew flag the new objects as "new"?
203
-	* @return object Hotel
203
+	* @return MartinHotel Hotel
204 204
 	*/
205 205
 	function &create($isNew = true)
206 206
 	{
@@ -504,8 +504,6 @@  discard block
 block discarded – undo
504 504
 	/**
505 505
 	* count hotel cities matching a condition
506 506
 	*
507
-	* @param object $criteria {@link CriteriaElement} to match
508
-	* @return int count of categories
509 507
 	*/
510 508
 	function getCount($searchData)
511 509
 	{
Please login to merge, or discard this patch.
xoops-martin/class/hotelcity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 	/**
63 63
 	* create a new hotel city
64 64
 	* @param bool $isNew flag the new objects as "new"?
65
-	* @return object HotelCity
65
+	* @return MartinHotelcity HotelCity
66 66
 	*/
67 67
 	function &create($isNew = true)
68 68
 	{
Please login to merge, or discard this patch.
xoops-martin/class/hotelpromotion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 	/**
75 75
 	* create a new hotel city
76 76
 	* @param bool $isNew flag the new objects as "new"?
77
-	* @return object promotion
77
+	* @return MartinHotelPromotion promotion
78 78
 	*/
79 79
 	function &create($isNew = true)
80 80
 	{
Please login to merge, or discard this patch.
xoops-martin/class/hotelservice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 	/**
69 69
 	* create a new hotel city
70 70
 	* @param bool $isNew flag the new objects as "new"?
71
-	* @return object hotelservice
71
+	* @return MartinHotelService hotelservice
72 72
 	*/
73 73
 	function &create($isNew = true)
74 74
 	{
Please login to merge, or discard this patch.
xoops-martin/class/hotelservicetype.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 	/**
45 45
 	* create a new hotel city
46 46
 	* @param bool $isNew flag the new objects as "new"?
47
-	* @return object hotelservicetype
47
+	* @return MartinHotelServiceType hotelservicetype
48 48
 	*/
49 49
 	function &create($isNew = true)
50 50
 	{
Please login to merge, or discard this patch.
xoops-martin/class/order.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
 	/**
173 173
 	* create a new hotel order
174 174
 	* @param bool $isNew flag the new objects as "new"?
175
-	* @return object order
175
+	* @return MartinOrder order
176 176
 	*/
177 177
 	function &create($isNew = true)
178 178
 	{
@@ -378,8 +378,6 @@  discard block
 block discarded – undo
378 378
 	/**
379 379
 	* count hotel cities matching a condition
380 380
 	*
381
-	* @param object $criteria {@link CriteriaElement} to match
382
-	* @return int count of categories
383 381
 	*/
384 382
 	function getCount($Data)
385 383
 	{
Please login to merge, or discard this patch.
xoops-martin/class/room.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
 	/**
130 130
 	* create a new hotel city
131 131
 	* @param bool $isNew flag the new objects as "new"?
132
-	* @return object room
132
+	* @return MartinRoom room
133 133
 	*/
134 134
 	function &create($isNew = true)
135 135
 	{
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
 	/**
298 298
 	 * check hotel room exist
299 299
 	 * @access public
300
-	 * @return void
300
+	 * @return boolean
301 301
 	 * @copyright 1997-2010 The Lap Group
302 302
 	 * @author Martin <[email protected]> 
303 303
 	 * @created time :2010-06-28 11:08:41
Please login to merge, or discard this patch.