Gets all or the selected vcard entries for this user.
public function UnbUser::GetVcardEntries ($types = null);
null
to retrieve all types.an array(Type => array('Data' => ..., 'Visibility' => ...) of the requested entries. Example: To get the e-mail value, use $entries['EMail']['Data']. For the meaning of the 'Visibility' item, see the UnbUserVcardVisibility constants.
InvalidArgumentException | No description available. |
LengthException | No description available. |
UnbDatabaseException | No description available. |
Member of class: UnbUser
Implementation file: user.class.php, line 969
© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.