File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Validation
Upload
[..]
Factory.php (1.16 KB)
Edit
Rename
Del
ImplicitRule.php (140 B)
Edit
Rename
Del
InvokableRule.php (453 B)
Edit
Rename
Del
Rule.php (438 B)
Edit
Rename
Del
UncompromisedVerifier.php (267 B)
Edit
Rename
Del
ValidatesWhenResolved.php (212 B)
Edit
Rename
Del
ValidationRule.php (418 B)
Edit
Rename
Del
Validator.php (1.36 KB)
Edit
Rename
Del
ValidatorAwareRule.php (316 B)
Edit
Rename
Del
Edit: InvokableRule.php
<?php namespace Illuminate\Contracts\Validation; use Closure; /** * @deprecated see ValidationRule */ interface InvokableRule { /** * Run the validation rule. * * @param string $attribute * @param mixed $value * @param \Closure(string, ?string=): \Illuminate\Translation\PotentiallyTranslatedString $fail * @return void */ public function __invoke(string $attribute, mixed $value, Closure $fail); }
Simpan