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