Ejemplo n.º 1
0
 /**
  * @brief Get a list of all display names
  * @returns array with all display names (value) and the correspondig uids (key)
  *
  * Get a list of all display names and user ids.
  */
 public static function getDisplayNames($search = '', $limit = null, $offset = null)
 {
     return \OC_USER::getDisplayNames($search, $limit, $offset);
 }