示例#1
0
文件: field.php 项目: photon/photon
 public function toPhp($value)
 {
     return trim(parent::toPhp($value));
 }