Ejemplo n.º 1
0
 /**
  * @brief get the user display name of the user currently logged in.
  * @return string display name
  */
 public static function getDisplayName($user = null)
 {
     return \OC_USER::getDisplayName($user);
 }