simpleXmlObj->classname)) { return " class='".$this->simpleXmlObj->classname[0]."' "; } return null; } //wrap the html with a
//look for the
tag in the xml in order to set the class of the div public function wrapDiv($string) { $divOpen = "
"; $divClose = "
"; if (isset($this->simpleXmlObj->div)) { $divOpen = "
"; } return $divOpen . $string . $divClose; } }