| 
    Stud.IP
    2.4 Revision 48548
    
   | 
  
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" | 
| exportVCard | ( | $contacts | ) | 
collects the data from one contactgoup or all contacts
private
| string | $groupID | the selected group | 
| getContactGroupData | ( | $exportID, | |
$mode = 'group'  | 
        |||
| ) | 
collects the data from one contactgoup or all contacts
private
| string | $groupID | the selected group | 

| getContactGroups | ( | ) | 
collects the contactgroups from user
private

| printSelectGroup | ( | $infobox, | |
| $groups | |||
| ) | 
displays the semester selection page
private
| array | $infobox | the infobox for this site | 
| array | $semestersAR | the array with the semesters to select | 

| printSiteTitle | ( | ) | 
displays the site title
private
| $contactid = Request::option('contactid') | 
| $groupid = Request::option('groupid') | 
| else $mode = "select_group" | 
| $username = Request::quoted('username') |