Lines Matching defs:user
393 * @param string|array $user
400 public function subscribers($page, $user = null, $style = null, $data = null) {
403 return $manager->subscribers($page, $user, $style, $data);
409 * This will automatically overwrite any existent subscription for the given user on this
414 * @param string $user
417 * @throws Exception when user or style is empty
422 public function add($id, $user, $style, $data = '') {
425 return $manager->add($id, $user, $style, $data);
436 * @param string|array $user
443 public function remove($id, $user = null, $style = null, $data = null) {
446 return $manager->remove($id, $user, $style, $data);
453 * and user is in effect. Else it contains an array of arrays with the fields
457 * @param string $user User, defaults to $_SERVER['REMOTE_USER']
463 public function user_subscription($id = '', $user = '') {
466 return $manager->userSubscription($id, $user);
529 * @param string $login login name of the new user
530 * @param string $fullname full name of the new user
531 * @param string $email email address of the new user
546 * Aggregates all email addresses of user who have subscribed the given page with 'every' style