// $Id$
//
-
// +X2C includes
require_once 'BIFE/Container.php';
// ~X2C
* Attribute list.
*
* @var array $attrs
- * @access public
+ * @access protected
*/
var $attrs;
// +X2C Operation 11
/**
- * Add contents to the widget.
+ * Add contents to the container.
*
* @param mixed &$contents Contents to add.
*