Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/data/field/latlong/kml.php File Reference

Go to the source code of this file.

Functions

 data_latlong_kml_top ()
 data_latlong_kml_placemark ($pm)
 data_latlong_kml_bottom ()
 data_latlong_kml_get_item_name ($content, $field)

Variables

 $d = required_param('d', PARAM_INT)
 $fieldid = required_param('fieldid', PARAM_INT)
 $rid = optional_param('rid', 0, PARAM_INT)
 $url = new moodle_url('/mod/data/field/latlong/kml.php', array('d'=>$d, 'fieldid'=>$fieldid))

Function Documentation

Definition at line 160 of file kml.php.

data_latlong_kml_get_item_name ( content,
field 
)

Definition at line 164 of file kml.php.

Definition at line 139 of file kml.php.

Definition at line 132 of file kml.php.


Variable Documentation

Definition at line 25 of file kml.php.

$fieldid = required_param('fieldid', PARAM_INT)

Definition at line 26 of file kml.php.

$rid = optional_param('rid', 0, PARAM_INT)

Definition at line 27 of file kml.php.

$url = new moodle_url('/mod/data/field/latlong/kml.php', array('d'=>$d, 'fieldid'=>$fieldid))

Definition at line 29 of file kml.php.

 All Data Structures Namespaces Files Functions Variables Enumerations