예제 #1
0
파일: image.php 프로젝트: just-paja/fudjan
 public static function from_form($value)
 {
     return self::from_file(parent::from_form($value));
 }