コード例 #1
0
ファイル: image.php プロジェクト: just-paja/fudjan
 public static function from_form($value)
 {
     return self::from_file(parent::from_form($value));
 }