X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/6b3b1dd0cad8c4342008f139922e1ed26924bf2a..6040f3feab69010487b3e9b5b7ad532a0f44c50c:/src/BIFE/Page.php diff --git a/src/BIFE/Page.php b/src/BIFE/Page.php index f352f2c..0d6455c 100644 --- a/src/BIFE/Page.php +++ b/src/BIFE/Page.php @@ -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