MediaWiki  1.29.2
Suppressor Class Reference
Inheritance diagram for Suppressor:

Public Member Functions

 suppress ( $input)
 

Protected Member Functions

 isSuppressed (array $source, $type, $lineno)
 

Detailed Description

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

Member Function Documentation

◆ isSuppressed()

Suppressor::isSuppressed ( array  $source,
  $type,
  $lineno 
)
protected
Parameters
string[]$source
string$type
int$lineno
Returns
bool

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

References $source.

Referenced by TextSuppressor\suppress(), and CheckStyleSuppressor\suppress().

◆ suppress()

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

Reimplemented in NoopSuppressor, CheckStyleSuppressor, and TextSuppressor.


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