_xml; } /** * Singleton, return instance of class * * @access public * @return CreateLink */ public static function getInstance() { if (self::$_instance == NULL) { self::$_instance = new CreateSettings(); } return self::$_instance; } /** * Generate settings */ public function generateSettings() { $this->_xml = '' . '' . '' . '' . '' . '' . '' . '' . ''; } }