X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/ef3115fcba3b2589f2819538dc53e597822716d5..83c0aaf19ae9241ba9f30da47013479ee761685e:/src/BIFE/Title.php diff --git a/src/BIFE/Title.php b/src/BIFE/Title.php index 518ded2..6ff15cf 100644 --- a/src/BIFE/Title.php +++ b/src/BIFE/Title.php @@ -50,7 +50,22 @@ class BIFE_Title extends BIFE_Generic { */ function BIFE_Title($attrs) // ~X2C { - $this->BIFE_Generic($attrs); + $this->__construct($attrs); + } + // -X2C + + // +X2C Operation 55 + /** + * Constructor. + * + * @param array $attrs Attributes. + * + * @return void + * @access public + */ + function __construct($attrs) // ~X2C + { + parent::__construct($attrs); } // -X2C