PHP Class Airship\Engine\Security\Filter\WhiteList

Inheritance: extends InputFilter
Afficher le fichier Open project: paragonie/airship

Protected Properties

Свойство Type Description
$allowedValues array

Méthodes publiques

Méthode Description
__construct ( $values ) WhiteList constructor.
process ( mixed $data = null ) : mixed Process data using the filter rules.

Méthodes protégées

Méthode Description
addToWhiteList ( $values )

Method Details

__construct() public méthode

WhiteList constructor.
public __construct ( $values )
$values

addToWhiteList() protected méthode

protected addToWhiteList ( $values )
$values

process() public méthode

Process data using the filter rules.
public process ( mixed $data = null ) : mixed
$data mixed
Résultat mixed

Property Details

$allowedValues protected_oe property

protected array $allowedValues
Résultat array