setHeaders(); $instance = ConfirmEditHooks::getInstance(); switch ( $par ) { case "image": if ( method_exists( $instance, 'showImage' ) ) { // @todo: Do this in a more OOP way /** @phan-suppress-next-line PhanUndeclaredMethod */ return $instance->showImage(); } case "help": default: return $instance->showHelp(); } } }