PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Validation
<?php namespace Illuminate\Contracts\Validation; interface InvokableRule { /** * Run the validation rule. * * @param string $attribute * @param mixed $value * @param \Closure(string): \Illuminate\Translation\PotentiallyTranslatedString $fail * @return void */ public function __invoke($attribute, $value, $fail); }
[-] ImplicitRule.php
[edit]
[+]
..
[-] Rule.php
[edit]
[-] Validator.php
[edit]
[-] DataAwareRule.php
[edit]
[-] ValidatesWhenResolved.php
[edit]
[-] UncompromisedVerifier.php
[edit]
[-] ValidatorAwareRule.php
[edit]
[-] InvokableRule.php
[edit]
[-] Factory.php
[edit]