Page MenuHomeWMGMC Issues

DataAwareRule.php
No OneTemporary

DataAwareRule.php

<?php
namespace Illuminate\Contracts\Validation;
interface DataAwareRule
{
/**
* Set the data under validation.
*
* @param array $data
* @return $this
*/
public function setData(array $data);
}

File Metadata

Mime Type
text/x-php
Expires
9月 12 Fri, 2:58 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5722
默认替代文本
DataAwareRule.php (231 B)

Event Timeline