Definition at line 23 of file ilMapGUITest.php.
◆ properties()
static ilMapGUITest::properties |
( |
| ) |
|
|
static |
Definition at line 55 of file ilMapGUITest.php.
58 [
"MapId",
"a_map_id"],
60 [
"Height",
"a_height"],
61 [
"Latitude",
"a_latitude"],
62 [
"Longitude",
"a_longitude"],
64 [
"EnableTypeControl",
true],
65 [
"EnableNavigationControl",
false],
66 [
"EnableUpdateListener",
true],
67 [
"EnableLargeMapControl",
false],
68 [
"EnableCentralMarker",
true]
◆ setUp()
◆ testSettersAndGetters()
ilMapGUITest::testSettersAndGetters |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
properties
Definition at line 47 of file ilMapGUITest.php.
51 $this->gui->$set($value);
52 $this->assertEquals($value, $this->gui->$get());
◆ $gui
The documentation for this class was generated from the following file: