File upload stuff.
[rock.divinelegy.git] / Services / Uploads / IFileFactory.php
1 <?php
2
3 namespace Services\Uploads;
4
5 interface IFileFactory
6 {
7 public function createInstance($name, $type, $tempName, $size);
8 }