App\Services\Validation\ValidableInterface::with PHP Méthode

with() public méthode

Add data to validation.
public with ( array $input ) : App\Services\Validation\ValidableInterface
$input array
Résultat App\Services\Validation\ValidableInterface $this
    public function with(array $input);
ValidableInterface