protected function set__url($value)
 {
     $this->url = $this->supplementUrlPrefix(trim(Utils::htmlEntitiesDecode($value)));
 }
 protected function set__amenity($value)
 {
     $this->amenity = trim(Utils::htmlEntitiesDecode($value));
 }
 protected function set__promoDetailText($value)
 {
     $this->promoDetailText = Utils::htmlEntitiesDecode((string) $value);
 }
 protected function set__amount($value)
 {
     $this->amount = Utils::htmlEntitiesDecode($value);
 }
 protected function set__timeZoneDescription($value)
 {
     $this->timeZoneDescription = Utils::htmlEntitiesDecode($value);
 }
 protected function set__roomDescription($value)
 {
     $this->roomDescription = Utils::htmlEntitiesDecode($value);
 }
 protected function set__descriptionLong($value)
 {
     $this->descriptionLong = trim(Utils::htmlEntitiesDecode($value));
 }
 protected function set__description($value)
 {
     $this->description = Utils::htmlEntitiesDecode((string) $value);
 }
 protected function set__description($value)
 {
     $this->description = Utils::htmlEntitiesDecode($value);
     $this->refreshXML();
 }
示例#10
0
 protected function set__verboseMessage($value)
 {
     $this->verboseMessage = Utils::htmlEntitiesDecode($value);
 }
 protected function set__checkOutTime($value)
 {
     $this->checkOutTime = trim(Utils::htmlEntitiesDecode($value));
 }
 protected function set__deepLink($value)
 {
     $this->deepLink = Utils::htmlEntitiesDecode((string) $value);
 }