X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/6040f3feab69010487b3e9b5b7ad532a0f44c50c..f36ac20c1ad9e4d0987240a7fd2e0438f492be9b:/src/BIFE/Generic.php diff --git a/src/BIFE/Generic.php b/src/BIFE/Generic.php index 296a4c8..c98bc49 100644 --- a/src/BIFE/Generic.php +++ b/src/BIFE/Generic.php @@ -26,7 +26,6 @@ // $Id$ // - // +X2C includes require_once 'BIFE/Container.php'; // ~X2C @@ -43,7 +42,7 @@ class BIFE_Generic extends BIFE_Container { * Attribute list. * * @var array $attrs - * @access public + * @access protected */ var $attrs; @@ -82,7 +81,7 @@ class BIFE_Generic extends BIFE_Container { // +X2C Operation 11 /** - * Add contents to the widget. + * Add contents to the container. * * @param mixed &$contents Contents to add. *