Go to the source code of this file.
Variables | |
| $arr1 = unserialize(base64_decode($_GET["arr"])) | |
| $graphName = utf8_decode($_GET["grName"]) | |
| foreach($arr1 as $key=> $value) | $b1 = new SurveyChart($_GET["type"],400,250,$graphName,utf8_decode($_GET["x"]),utf8_decode($_GET["y"]),$arr1) |
| $arr1 = unserialize(base64_decode($_GET["arr"])) |
Definition at line 3 of file displaychart.php.
| foreach ($arr1 as $key=> $value) $b1 = new SurveyChart($_GET["type"],400,250,$graphName,utf8_decode($_GET["x"]),utf8_decode($_GET["y"]),$arr1) |
Definition at line 12 of file displaychart.php.
Referenced by ilBMFType_dateTime::_test().
| $graphName = utf8_decode($_GET["grName"]) |
Definition at line 4 of file displaychart.php.
1.7.1