PATH:
home
/
lab2454c
/
credityorkgroup.com
/
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); }
[-] ImplicitRule.php
[edit]
[+]
..
[-] Rule.php
[edit]
[-] Validator.php
[edit]
[-] DataAwareRule.php
[edit]
[-] ValidatesWhenResolved.php
[edit]
[-] UncompromisedVerifier.php
[edit]
[-] ValidatorAwareRule.php
[edit]
[-] Factory.php
[edit]