X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/537561c5709c3f574c5d406cb4cb28b3522f2566..2ca13aad316873633c3fd9ba59ee2f5579d90272:/src/BIFE/Copy.php diff --git a/src/BIFE/Copy.php b/src/BIFE/Copy.php index 1d39031..f660e04 100644 --- a/src/BIFE/Copy.php +++ b/src/BIFE/Copy.php @@ -37,22 +37,6 @@ require_once 'BIFE/Fallback.php'; * @access public */ class BIFE_Copy extends BIFE_Fallback { - /** - * Widget name. - * - * @var string $name - * @access public - */ - var $name; - - /** - * Attributes. - * - * @var array $attrs - * @access public - */ - var $attrs; - // ~X2C // +X2C Operation 79 @@ -83,8 +67,7 @@ class BIFE_Copy extends BIFE_Fallback { */ function __construct($name, $attrs) // ~X2C { - $this->name = $name; - $this->attrs = $attrs; + parent::__construct($name, $attrs); } // -X2C