PHP Class Airship\Engine\Security\Filter\FloatArrayFilter

Inheritance: extends ArrayFilter
Show file Open project: paragonie/airship

Protected Properties

Property Type Description
$default float
$type string

Public Methods

Method Description
applyCallbacks ( mixed $data = null, integer $offset ) : mixed Apply all of the callbacks for this filter.

Method Details

applyCallbacks() public method

Apply all of the callbacks for this filter.
public applyCallbacks ( mixed $data = null, integer $offset ) : mixed
$data mixed
$offset integer
return mixed

Property Details

$default protected property

protected float $default
return float

$type protected property

protected string $type
return string