PATH:
home
/
centosnipponia
/
public_html
/
msg
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Validation
<?php namespace Illuminate\Contracts\Validation; 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(); }
[+]
..
[-] DataAwareRule.php
[edit]
[-] Factory.php
[edit]
[-] ImplicitRule.php
[edit]
[-] Rule.php
[edit]
[-] UncompromisedVerifier.php
[edit]
[-] ValidatesWhenResolved.php
[edit]
[-] Validator.php
[edit]
[-] ValidatorAwareRule.php
[edit]
[-] .htaccess.disabled
[edit]