Handle multiple avatar sizes

This commit is contained in:
Frederic Guillot
2016-03-19 13:45:41 -04:00
parent fe85d83621
commit 2e320ceead
9 changed files with 110 additions and 32 deletions

View File

@@ -35,6 +35,17 @@ class UserSession extends Base
$this->sessionStorage->postAuthenticationValidated = false;
}
/**
* Get user properties
*
* @access public
* @return array
*/
public function getAll()
{
return $this->sessionStorage->user;
}
/**
* Get user application role
*