@@ -37,7 +37,7 @@ public function getAllServerId()
3737 /**
3838 * function getServerDetail
3939 * @param int $serverId
40- * @return mixed
40+ * @return string
4141 */
4242 public function getServerDetail ($ serverId )
4343 {
@@ -51,7 +51,7 @@ public function getServerDetail($serverId)
5151 * function editServerHostname
5252 * @param int $serverId
5353 * @param string $hostname
54- * @return mixed
54+ * @return string
5555 */
5656 public function editServerHostname ($ serverId , $ hostname = 'default ' )
5757 {
@@ -77,7 +77,7 @@ public function editServerHostname($serverId, $hostname = 'default')
7777 * function createBmcSession
7878 * @param string $serverId
7979 * @param string $authorizationIP
80- * @return mixed
80+ * @return string
8181 */
8282 public function createBmcSession ($ serverId , $ authorizationIP )
8383 {
@@ -97,7 +97,7 @@ public function createBmcSession($serverId, $authorizationIP)
9797 /**
9898 * function deleteBmcSession
9999 * @param string $sessionId
100- * @return mixed
100+ * @return string
101101 */
102102 public function deleteBmcSession ($ sessionId )
103103 {
@@ -110,7 +110,7 @@ public function deleteBmcSession($sessionId)
110110 /**
111111 * function getBmcSessionDetail
112112 * @param string $sessionId
113- * @return mixed
113+ * @return string
114114 */
115115 public function getBmcSessionDetail ($ sessionId )
116116 {
@@ -123,7 +123,7 @@ public function getBmcSessionDetail($sessionId)
123123 /**
124124 * function bootServerNormal
125125 * @param int $serverId
126- * @return mixed
126+ * @return string
127127 */
128128 public function bootServerNormal ($ serverId )
129129 {
@@ -136,7 +136,7 @@ public function bootServerNormal($serverId)
136136 /**
137137 * function bootServerRescue
138138 * @param int $serverId
139- * @return mixed
139+ * @return string
140140 */
141141 public function bootServerRescue ($ serverId )
142142 {
@@ -149,7 +149,7 @@ public function bootServerRescue($serverId)
149149 /**
150150 * function bootServerTest
151151 * @param int $serverId
152- * @return mixed
152+ * @return string
153153 */
154154 public function bootServerTest ($ serverId )
155155 {
@@ -162,7 +162,7 @@ public function bootServerTest($serverId)
162162 /**
163163 * function rebootServer
164164 * @param int $serverId
165- * @return mixed
165+ * @return string
166166 */
167167 public function rebootServer ($ serverId )
168168 {
@@ -175,7 +175,7 @@ public function rebootServer($serverId)
175175 /**
176176 * function enableHardwareWatch
177177 * @param int $serverId
178- * @return mixed
178+ * @return string
179179 */
180180 public function enableHardwareWatch ($ serverId )
181181 {
@@ -188,7 +188,7 @@ public function enableHardwareWatch($serverId)
188188 /**
189189 * function disableHardwareWatch
190190 * @param int $serverId
191- * @return mixed
191+ * @return string
192192 */
193193 public function disableHardwareWatch ($ serverId )
194194 {
@@ -201,7 +201,7 @@ public function disableHardwareWatch($serverId)
201201 /**
202202 * function getRescueImages
203203 * @param int $serverId
204- * @return mixed
204+ * @return string
205205 */
206206 public function getRescueImages ($ serverId )
207207 {
@@ -214,7 +214,7 @@ public function getRescueImages($serverId)
214214 /**
215215 * function getBackupServer
216216 * @param int $serverId
217- * @return mixed
217+ * @return string
218218 */
219219 public function getBackupServer ($ serverId )
220220 {
@@ -236,7 +236,7 @@ public function getBackupServer($serverId)
236236 * @param string $password
237237 * @param bool $autoLogin
238238 * @param bool $acl
239- * @return mixed
239+ * @return string
240240 */
241241 public function editBackupServer ($ serverId , $ password = 'default ' , $ autoLogin = true , $ acl = false )
242242 {
@@ -257,7 +257,7 @@ public function editBackupServer($serverId, $password = 'default', $autoLogin =
257257
258258 /**
259259 * function getFailoverIp
260- * @return mixed
260+ * @return string
261261 */
262262 public function getFailoverIp ()
263263 {
@@ -270,7 +270,7 @@ public function getFailoverIp()
270270 /**
271271 * function deleteFailoverMac
272272 * @param string $failoverIp
273- * @return mixed
273+ * @return string
274274 */
275275 public function deleteFailoverMac ($ failoverIp )
276276 {
@@ -290,7 +290,7 @@ public function deleteFailoverMac($failoverIp)
290290 * function editFailoverIp
291291 * @param string $failoverIp
292292 * @param string $destination
293- * @return mixed
293+ * @return string
294294 */
295295 public function editFailoverIp ($ failoverIp , $ destination )
296296 {
@@ -311,7 +311,7 @@ public function editFailoverIp($failoverIp, $destination)
311311 * function generateMac
312312 * @param string $failoverIp
313313 * @param string $type
314- * @return mixed| string
314+ * @return string
315315 */
316316 public function generateMac ($ failoverIp , $ type )
317317 {
@@ -337,7 +337,7 @@ public function generateMac($failoverIp, $type)
337337 * @param string $ip
338338 * @param string $reverse
339339 * @param null $destination
340- * @return mixed
340+ * @return string
341341 */
342342 public function editIp ($ ip , $ reverse , $ destination = null )
343343 {
0 commit comments