19 declare(strict_types=1);
27 protected function setUp(): void
29 $this->gui =
new class () extends
ilMapGUI {
34 public function getHtml():
string 38 public function getUserListHtml():
string 51 $this->gui->$set($value);
52 $this->assertEquals($value, $this->gui->$get());
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]
testSettersAndGetters($name, $value)
properties
__construct(Container $dic, ilPlugin $plugin)
User interface class for maps.