PHP Class rock\sanitize\rules\Call

Inheritance: extends Rule
Show file Open project: romeoz/rock-sanitize Class Usage Examples

Protected Properties

Property Type Description
$args
$call

Public Methods

Method Description
__construct ( callable $call, array $args = null, $config = [] )
sanitize ( $input )

Method Details

__construct() public method

public __construct ( callable $call, array $args = null, $config = [] )
$call callable
$args array

sanitize() public method

public sanitize ( $input )

Property Details

$args protected property

protected $args

$call protected property

protected $call