Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
contact.inc.php File Reference

Namespaces

namespace  studip_core

Functions

 MakeUniqueContactID ()
 MakeUniqueUserinfoID ()
 ChangeBuddy ($contact_id)
 RemoveBuddy ($username)
 RemoveUserFromBuddys ($user_id)
 CheckBuddy ($username, $owner_id=FALSE)
 GetNumberOfBuddies ()
 GetBuddyIDs ($user_id)
 GetSizeofBook ()
 GetSizeOfBookByLetter ()
 AddBuddy ($username)
 AddNewContact ($user_id)
 AddNewUserinfo ($contact_id, $name, $content)
 GetExtraUserinfo ($contact_id)
 GetUserInfo ($user_id)
 GetinstInfo ($user_id)
 ShowUserInfo ($contact_id)
 ShowContact ($contact_id)
 SearchResults ($search_exp)
 ShowEditContact ($contact_id)
 MoveUserinfo ($userinfo_id)
 UpdateUserinfo ($name, $content, $userinfo_id)
 ResortUserinfo ($contact_id)
 DeleteUserinfo ($userinfo_id)
 DeleteContact ($contact_id)
 DeleteAdressbook ($owner_id)
 PrintEditContact ($edit_id)
 PrintAllContact ($filter="")

Function Documentation

AddBuddy (   $username)

Here is the call graph for this function:

Here is the caller graph for this function:

AddNewContact (   $user_id)

Here is the call graph for this function:

Here is the caller graph for this function:

AddNewUserinfo (   $contact_id,
  $name,
  $content 
)

Here is the call graph for this function:

ChangeBuddy (   $contact_id)
CheckBuddy (   $username,
  $owner_id = FALSE 
)

Here is the call graph for this function:

Here is the caller graph for this function:

DeleteAdressbook (   $owner_id)

Here is the caller graph for this function:

DeleteContact (   $contact_id)
DeleteUserinfo (   $userinfo_id)

Here is the call graph for this function:

GetBuddyIDs (   $user_id)

Here is the call graph for this function:

GetExtraUserinfo (   $contact_id)

Here is the caller graph for this function:

GetinstInfo (   $user_id)

Here is the call graph for this function:

GetNumberOfBuddies ( )

Here is the caller graph for this function:

GetSizeofBook ( )
GetSizeOfBookByLetter ( )
GetUserInfo (   $user_id)

Here is the call graph for this function:

Here is the caller graph for this function:

MakeUniqueContactID ( )

built a not existing ID

private

Returns
string

Here is the caller graph for this function:

MakeUniqueUserinfoID ( )

Here is the call graph for this function:

Here is the caller graph for this function:

MoveUserinfo (   $userinfo_id)
PrintAllContact (   $filter = "")

Here is the call graph for this function:

PrintEditContact (   $edit_id)

Here is the call graph for this function:

RemoveBuddy (   $username)

Here is the call graph for this function:

Here is the caller graph for this function:

RemoveUserFromBuddys (   $user_id)

Here is the caller graph for this function:

ResortUserinfo (   $contact_id)

Here is the caller graph for this function:

SearchResults (   $search_exp)

Here is the call graph for this function:

ShowContact (   $contact_id)

Here is the call graph for this function:

Here is the caller graph for this function:

ShowEditContact (   $contact_id)

Here is the call graph for this function:

Here is the caller graph for this function:

ShowUserInfo (   $contact_id)

Here is the call graph for this function:

Here is the caller graph for this function:

UpdateUserinfo (   $name,
  $content,
  $userinfo_id 
)