]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - src/BIFE/Copy.php
- Cleanned Album code.
[software/bife/bife-all.git] / src / BIFE / Copy.php
index 1d39031e01f68dfb94416375c19e19364f971d8c..f58dec1cb03e80a84842e0e3bfdab6eaf3a885b6 100644 (file)
@@ -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
 
@@ -92,7 +75,7 @@ class BIFE_Copy extends BIFE_Fallback {
     /**
      * Renders the widget returning a string with the results.
      *
-     * @param  HTML_Template_Sigma &$template Template to use to render the widget.
+     * @param  HTML_Template_HIT &$template Template to use to render the widget.
      *
      * @return void
      * @access public
@@ -116,4 +99,4 @@ class BIFE_Copy extends BIFE_Fallback {
 
 } // -X2C Class :Copy
 
-?>
+?>
\ No newline at end of file