Implement download entity and related stuff. Will build things like user quota on...
[rock.divinelegy.git] / Services / IUserSession.php
1 <?php
2
3 namespace Services;
4
5 interface IUserSession
6 {
7 public function getCurrentUser();
8 public function getCurrentUserQuota();
9 }
10