BanWord
implements
BanWord
Table of Contents
Interfaces
- BanWord
- Interface BanWord
Properties
-
$words
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
clean()
: string
-
getWords()
: array<string|int, mixed>
-
parse()
: string
-
init()
: void
-
isAllowHtml()
: bool
-
parseString()
: string
$words
private
array<string|int, mixed>
$words
= []
__construct()
public
__construct() : mixed
clean()
public
clean([string|null $string = null ]) : string
Parameters
-
$string
: string|null
= null
-
getWords()
public
getWords() : array<string|int, mixed>
Return values
array<string|int, mixed>
parse()
public
parse([string|null $string = null ]) : string
Parameters
-
$string
: string|null
= null
-
init()
private
init() : void
isAllowHtml()
private
isAllowHtml() : bool
parseString()
private
parseString([string|null $string = null ]) : string
Parameters
-
$string
: string|null
= null
-
-
SuppressWarnings
-
-
todo
-