示例#1
0
文件: Attributes.php 项目: Konro1/pms
 public function clean()
 {
     return Jam_Validator_Attributes::_clean($this->data(), $this->permit());
 }