PATH:
home
/
centosnipponia
/
public_html
/
msg
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Validation
<?php namespace Illuminate\Contracts\Validation; interface DataAwareRule { /** * Set the data under validation. * * @param array $data * @return $this */ public function setData($data); }
[+]
..
[-] 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]