mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
parent
79de211bdf
commit
f698be0c95
@ -86,7 +86,7 @@ class Validator
|
|||||||
* @param string $langDir
|
* @param string $langDir
|
||||||
* @throws \InvalidArgumentException
|
* @throws \InvalidArgumentException
|
||||||
*/
|
*/
|
||||||
public function __construct($data, $fields = array(), $lang = null, $langDir = null)
|
public function __construct($data = array(), $fields = array(), $lang = null, $langDir = null)
|
||||||
{
|
{
|
||||||
// Allows filtering of used input fields against optional second array of field names allowed
|
// Allows filtering of used input fields against optional second array of field names allowed
|
||||||
// This is useful for limiting raw $_POST or $_GET data to only known fields
|
// This is useful for limiting raw $_POST or $_GET data to only known fields
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user