Files can now have mirrors. Implemented SMOMatcher service to attempt to automaticall...
[rock.divinelegy.git] / Domain / VOs / IFileMirror.php
1 <?php
2
3 namespace Domain\VOs;
4
5 interface IFileMirror
6 {
7 public function getUri();
8 }