Exemplo n.º 1
0
 protected function set__url($value)
 {
     $this->url = $this->supplementUrlPrefix(trim(Utils::htmlEntitiesDecode($value)));
 }
 protected function set__amenity($value)
 {
     $this->amenity = trim(Utils::htmlEntitiesDecode($value));
 }
Exemplo n.º 3
0
 protected function set__promoDetailText($value)
 {
     $this->promoDetailText = Utils::htmlEntitiesDecode((string) $value);
 }
Exemplo n.º 4
0
 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);
 }
Exemplo n.º 7
0
 protected function set__descriptionLong($value)
 {
     $this->descriptionLong = trim(Utils::htmlEntitiesDecode($value));
 }
 protected function set__description($value)
 {
     $this->description = Utils::htmlEntitiesDecode((string) $value);
 }
Exemplo n.º 9
0
 protected function set__description($value)
 {
     $this->description = Utils::htmlEntitiesDecode($value);
     $this->refreshXML();
 }
Exemplo n.º 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);
 }