PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Validation
<?php namespace RectorPrefix202411\Illuminate\Contracts\Validation; /** * @deprecated see ValidationRule */ interface Rule { /** * Determine if the validation rule passes. * * @param string $attribute * @param mixed $value * @return bool */ public function passes($attribute, $value); /** * Get the validation error message. * * @return string|array */ public function message(); }
[-] ImplicitRule.php
[edit]
[+]
..
[-] Rule.php
[edit]
[-] Validator.php
[edit]
[-] DataAwareRule.php
[edit]
[-] ValidatesWhenResolved.php
[edit]
[-] ValidationRule.php
[edit]
[-] UncompromisedVerifier.php
[edit]
[-] ValidatorAwareRule.php
[edit]
[-] InvokableRule.php
[edit]
[-] Factory.php
[edit]