Documentation

TokenSanitizer
in package
implements SanitizerInterface

FinalYes

Table of Contents

Interfaces

SanitizerInterface

Methods

__construct()  : mixed
apply()  : array<string|int, mixed>
getDefault()  : array<string|int, mixed>

Methods

__construct()

public __construct([array<string|int, mixed> $default = [] ]) : mixed
Parameters
$default : array<string|int, mixed> = []

apply()

public apply(mixed $value) : array<string|int, mixed>
Parameters
$value : mixed
Return values
array<string|int, mixed>

getDefault()

public getDefault() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results