PHP Class Jyxo\Input\Filter

Author: Jakub Tománek
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
__callStatic ( string $method, array $params ) : mixed Static filtering.

Method Details

__callStatic() public static method

Static filtering.
public static __callStatic ( string $method, array $params ) : mixed
$method string Filter name
$params array Parameters; the first value gets filtered, the rest will be used as constructor parameters
return mixed