class DefaultFilter implements FilterInterface (View source)

The InputFiler class.

Methods

__construct(string $type = null)

Constructor.

mixed
clean(string $text)

clean

static void
setFilter(InputFilter $filter)

Method to set property filter

string
getType()

Method to get property Type

setType(string $type)

Method to set property type

Details

at line line 39
__construct(string $type = null)

Constructor.

Parameters

string $type

at line line 53
mixed clean(string $text)

clean

Parameters

string $text

Return Value

mixed

at line line 85
static void setFilter(InputFilter $filter)

Method to set property filter

Parameters

InputFilter $filter

Return Value

void

at line line 95
string getType()

Method to get property Type

Return Value

string

at line line 107
DefaultFilter setType(string $type)

Method to set property type

Parameters

string $type

Return Value

DefaultFilter Return self to support chaining.