Documentation

InputSanitizer
in package

This class reads data and stores into a Object, additionally the data is trimmed and can be read as a specific type to avoid any injection.

The sanitizer is one of the oldest and most obsolete classes in the system and was begging to be freed of it's own terror

Tags
deprecated

since version 0.1-dev 20160116

author

César de la Cal cesar@magic3w.com

Table of Contents

$data  : mixed
$isset  : mixed
__construct()  : mixed
__get()  : mixed
__isset()  : mixed
__toString()  : mixed
is_set()  : mixed
toArray()  : mixed
toBool()  : mixed
toInt()  : mixed
value()  : mixed

Properties

Methods

__construct()

public __construct(mixed $data[, mixed $isset = true ]) : mixed
Parameters
$data : mixed
$isset : mixed = true
Return values
mixed

Search results