for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gueststream\PMS\IQWare\API;
class GetAllRoomsSpecificationsResponse
{
/**
* @var ArrayOfRoomSpecification $getAllRoomsSpecificationsResult
*/
protected $getAllRoomsSpecificationsResult = null;
* @param ArrayOfRoomSpecification $getAllRoomsSpecificationsResult
public function __construct($getAllRoomsSpecificationsResult)
$this->getAllRoomsSpecificationsResult = $getAllRoomsSpecificationsResult;
}
* @return ArrayOfRoomSpecification
public function getGetAllRoomsSpecificationsResult()
return $this->getAllRoomsSpecificationsResult;
*
*@return \Gueststream\PMS\IQWare\API\GetAllRoomsSpecificationsResponse
public function setGetAllRoomsSpecificationsResult($getAllRoomsSpecificationsResult)
return $this;