]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - src/BIFE/Page.php
- Added a roadmap.
[software/bife/bife-all.git] / src / BIFE / Page.php
index f352f2c01491a0901da5de94f427e79105d4ae81..0d6455c14df1dc9a33cdb0404a2f13df27f52e29 100644 (file)
@@ -50,10 +50,25 @@ class BIFE_Page extends BIFE_Generic {
      */
     function BIFE_Page($attrs) // ~X2C
     {
-        $this->BIFE_Generic($attrs);
+        $this->__construct($attrs);
+    }
+    // -X2C
+
+    // +X2C Operation 53
+    /**
+     * Constructor.
+     *
+     * @param  array $attrs Attributes.
+     *
+     * @return void
+     * @access public
+     */
+    function __construct($attrs) // ~X2C
+    {
+        parent::__construct($attrs);
     }
     // -X2C
 
 } // -X2C Class :Page
 
-?>
+?>
\ No newline at end of file