/**
* Puts the given element into full screen mode.
* Note: This must be a raw HTMLElement, not a jQuery wrapped one.
- * Note: This must be called from an user triggered event listener for
+ * Note: This must be called from a user triggered event listener for
* security reasons.
*
* @param object Element to show full screen.
use wcf\util\UserUtil;
/**
- * Exports the stored data of an user in compliance with Art. 20 "Right to data portability" of the
+ * Exports the stored data of a user in compliance with Art. 20 "Right to data portability" of the
* the General Data Protection Regulation (GDPR) of the European Union.
*
* The file formats XML, JSON and CSV are explicitly listed as being a structured
}
/**
- * Returns a single object and throws an UserInputException if no or more than one object is given.
+ * Returns a single object and throws a UserInputException if no or more than one object is given.
*
* @return DatabaseObject
* @throws UserInputException
}
/**
- * Follows an user.
+ * Follows a user.
*
* @return array
*/
}
/**
- * Stops following an user.
+ * Stops following a user.
*
* @return array
*/
}
/**
- * Ignores an user.
+ * Ignores a user.
*
* @return array
*/
}
/**
- * Unignores an user.
+ * Unignores a user.
*
* @return array
*/
use wcf\system\WCF;
/**
- * Represents an user menu item.
+ * Represents a user menu item.
*
* @author Alexander Ebert
* @copyright 2001-2019 WoltLab GmbH
use wcf\system\WCF;
/**
- * Condition implementation for the user id of an user.
+ * Condition implementation for the user id of a user.
*
* @author Alexander Ebert
* @copyright 2001-2019 WoltLab GmbH