Stud.IP  trunk Revision
persons_preview.inc.php File Reference

Namespaces

 studip_extern
 

Variables

 $data_name = _("Name Name")
 
 $data_room = _("Raum 21")
 
 $data_office_hours = _("jeden Tag, 13.00 - 14.00")
 
 $group_data [] = ["group_name" => _("Gruppe A")
 
 persons
 
 raum
 
 $repeat_headrow = $this->config->getValue("Main", "repeatheadrow")
 
 $order = $this->config->getValue("Main", "order")
 
 $width = $this->config->getValue("Main", "width")
 
 $alias = $this->config->getValue("Main", "aliases")
 
 $visible = $this->config->getValue("Main", "visible")
 
else $percent = ""
 
 $group_colspan = array_count_values($visible)
 
 $grouping = $this->config->getValue("Main", "grouping")
 
 $set_1 = $this->config->getAttributes("TableHeadrow", "th")
 
 $set_2 = $this->config->getAttributes("TableHeadrow", "th", TRUE)
 
 $zebra = $this->config->getValue("TableHeadrow", "th_zebrath_")
 
 $set_td_1 = $this->config->getAttributes("TableRow", "td")
 
 $set_td_2 = $this->config->getAttributes("TableRow", "td", TRUE)
 
 $zebra_td = $this->config->getValue("TableRow", "td_zebratd_")
 
 $first_loop = TRUE
 
 foreach ( $group_data as $groups)
 

Variable Documentation

◆ $alias

$alias = $this->config->getValue("Main", "aliases")

◆ $data_name

$data_name = _("Name Name")

◆ $data_office_hours

$data_office_hours = _("jeden Tag, 13.00 - 14.00")

◆ $data_room

$data_room = _("Raum 21")

◆ $first_loop

$first_loop = TRUE

◆ $group_colspan

$group_colspan = array_count_values($visible)

◆ $group_data

$group_data[] = ["group_name" => _("Gruppe A")

◆ $grouping

$grouping = $this->config->getValue("Main", "grouping")

◆ $order

$order = $this->config->getValue("Main", "order")

◆ $percent

else $percent = ""

◆ $repeat_headrow

$repeat_headrow = $this->config->getValue("Main", "repeatheadrow")

◆ $set_1

$set_1 = $this->config->getAttributes("TableHeadrow", "th")

◆ $set_2

$set_2 = $this->config->getAttributes("TableHeadrow", "th", TRUE)

◆ $set_td_1

$set_td_1 = $this->config->getAttributes("TableRow", "td")

◆ $set_td_2

$set_td_2 = $this->config->getAttributes("TableRow", "td", TRUE)

◆ $visible

$visible = $this->config->getValue("Main", "visible")

◆ $width

$width = $this->config->getValue("Main", "width")

◆ $zebra

$zebra = $this->config->getValue("TableHeadrow", "th_zebrath_")

◆ $zebra_td

$zebra_td = $this->config->getValue("TableRow", "td_zebratd_")

◆ foreach

foreach($group_data as $groups)

◆ persons

persons
Initial value:
=> [
["name" => $data_name
$data_name
Definition: persons_preview.inc.php:40

◆ raum

raum
Initial value:
=> $data_room, "sprechzeiten" => $data_office_hours,
"telefon" => "38-374982", "email" => "name.name@email.com"],
["name" => $data_name, "raum" => $data_room, "sprechzeiten" => $data_office_hours,
"telefon" => "38-895638", "email" => "name.name@email.com"],
["name" => $data_name, "raum" => $data_room, "sprechzeiten" => $data_office_hours,
"telefon" => "38-374982", "email" => "name.name@email.com"]]]
$data_room
Definition: persons_preview.inc.php:41
$data_name
Definition: persons_preview.inc.php:40
$data_office_hours
Definition: persons_preview.inc.php:42