/** * Constructor * * @param string $html Text to process * @param Title $title Title to which $html belongs */ public function __construct($html, $title) { parent::__construct($html); $this->title = $title; }
/** * Constructor * * @param string $html Text to process * @param Title $title Title to which $html belongs */ public function __construct($html, $title) { parent::__construct($html); $this->title = $title; $this->topHeadingTags = MobileContext::singleton()->getMFConfig()->get('MFMobileFormatterHeadings'); }