MediaWiki  1.29.2
NoopSuppressor Class Reference
Inheritance diagram for NoopSuppressor:
Collaboration diagram for NoopSuppressor:

Public Member Functions

 __construct ( $mode)
 
 suppress ( $input)
 

Private Attributes

 $mode
 

Additional Inherited Members

- Protected Member Functions inherited from Suppressor
 isSuppressed (array $source, $type, $lineno)
 

Detailed Description

Definition at line 103 of file postprocess-phan.php.

Constructor & Destructor Documentation

◆ __construct()

NoopSuppressor::__construct (   $mode)

Definition at line 106 of file postprocess-phan.php.

References $mode, and mode.

Member Function Documentation

◆ suppress()

NoopSuppressor::suppress (   $input)
Parameters
string$input
Returns
bool do errors remain

Reimplemented from Suppressor.

Definition at line 109 of file postprocess-phan.php.

Member Data Documentation

◆ $mode

NoopSuppressor::$mode
private

Definition at line 104 of file postprocess-phan.php.

Referenced by __construct().


The documentation for this class was generated from the following file: