html = $html; } public function error() { } public function set_language( $language ) { } public function parse_code() { global $wgOut; $wgOut->addModuleStyles( 'ext.pygments' ); return $this->html; } }