/**
* Top level widget.
*
- * @var BIFE_Root $root
+ * @var BIFE_Widget $root
* @access protected
*/
var $root = null;
*
* @param string $filename Filename to parse.
*
- * @return &BIFE_Root
+ * @return &BIFE_Widget
* @access public
*/
function &parseFile($filename) // ~X2C
*
* @param string $data XML data to parse.
*
- * @return &BIFE_Root
+ * @return &BIFE_Widget
* @access public
*/
function &parseString($data) // ~X2C
} // -X2C Class :Parser
-?>
+?>
\ No newline at end of file