Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
contact_export.php File Reference

Functions

 printSiteTitle ()
 printSelectGroup ($infobox, $groups)
 getContactGroups ()
 getContactGroupData ($exportID, $mode= 'group')
 exportVCard ($contacts)

Variables

 $contactid = Request::option('contactid')
 $username = Request::quoted('username')
 $groupid = Request::option('groupid')
else $mode = "select_group"

Function Documentation

exportVCard (   $contacts)

collects the data from one contactgoup or all contacts

private

Parameters
string$groupIDthe selected group
Returns
array the contact group data
getContactGroupData (   $exportID,
  $mode = 'group' 
)

collects the data from one contactgoup or all contacts

private

Parameters
string$groupIDthe selected group
Returns
array the contact group data

Here is the call graph for this function:

getContactGroups ( )

collects the contactgroups from user

private

Returns
array the contact groups

Here is the call graph for this function:

printSelectGroup (   $infobox,
  $groups 
)

displays the semester selection page

private

Parameters
array$infoboxthe infobox for this site
array$semestersARthe array with the semesters to select

Here is the call graph for this function:

printSiteTitle ( )

displays the site title

private

Variable Documentation

$contactid = Request::option('contactid')
$groupid = Request::option('groupid')
else $mode = "select_group"