X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/afeefb526fa1db0797362edb2227739883a0b617..2ca13aad316873633c3fd9ba59ee2f5579d90272:/src/BIFE/Copy.php?ds=inline diff --git a/src/BIFE/Copy.php b/src/BIFE/Copy.php index c26fada..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 protected - */ - var $name; - - /** - * Attributes. - * - * @var array $attrs - * @access protected - */ - 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 @@ -116,4 +99,4 @@ class BIFE_Copy extends BIFE_Fallback { } // -X2C Class :Copy -?> \ No newline at end of file +?>