Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
tabs.php File Reference

Variables

if(empty($currenttab) or empty($data) or empty($course)) $context = context_module::instance($cm->id)
 
 $row = array()
 
 $row [] = new tabobject('list', new moodle_url('/mod/data/view.php', array('d' => $data->id)), get_string('list','data'))
 
if(isset($record)) else
 
if(isloggedin()) if ( $currenttab=='templates' and isset( $mode) &&isset( $templatestab))
 

Variable Documentation

◆ else

if (isset( $record)) else
Initial value:
{
$row[] = new tabobject('single', new moodle_url('/mod/data/view.php', array('d' => $data->id, 'mode' => 'single')), get_string('single','data'))
Class for creating and manipulating urls.
Definition weblib.php:261
Stores one tab.
Definition outputcomponents.php:3984
$row
Prints navigation tabs for viewing and editing grade letters.
Definition tabs.php:25