예제 #1
0
 protected function set__cancellationPolicy($value)
 {
     $this->cancellationPolicy = XMLUtils::tidyPartialHTMLToString($value, true);
 }
 protected function set__renovationsDescription($value)
 {
     $this->renovationsDescription = XMLUtils::tidyPartialHTMLToString($value);
 }
 protected function set__shortDescription($value)
 {
     $this->shortDescription = XMLUtils::tidyPartialHTMLToString($value, true);
 }
 protected function set__checkInInstructions($value)
 {
     $this->checkInInstructions = XMLUtils::tidyPartialHTMLToString($value, true);
 }
예제 #5
0
 protected function set__otherInformation($value)
 {
     $this->otherInformation = XMLUtils::tidyPartialHTMLToString($value);
 }