Sets a vcard entry for this user.
public function UnbUser::SetVcardEntry ($type, $data, $visibility = null);
(string) Entry type to set for this user (max. 255 characters)
(string) Entry data (max. 65,535 characters)
(int) For the meaning of the 'Visibility' item, see the UnbUserVcardVisibility constants. Set this null
to not change the setting for existing entries and use UnbUserVcardVisibility::Public_ visibility for new entries.
Vcard entries for this user will be updated, or inserted if they don't exist yet.
InvalidArgumentException | No description available. |
LengthException | No description available. |
UnbSecurityException | If not logged in or not the same user/no administrator. |
UnbDatabaseException | No description available. |
Must be logged in as the same user or with administrator privilege
Member of class: UnbUser
Implementation file: user.class.php, line 1135
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.