19declare(strict_types=1);
36 protected function get(
string $key): mixed
47 protected function set(
string $key, $val):
void
54 $this->
set(
"edit_target_script", $script);
59 return (
string) $this->
get(
"edit_target_script");
64 $this->
set(
"edit_ref_id",
$ref_id);
69 return (
int) $this->
get(
"edit_ref_id");
74 $this->
set(
"edit_obj_id", $obj_id);
79 return (
int) $this->
get(
"edit_obj_id");
84 $this->
set(
"edit_hier_id", $hier_id);
89 return (
string) $this->
get(
"edit_hier_id");
92 public function setPCId(
string $pc_id): void
94 $this->
set(
"edit_pc_id", $pc_id);
99 return (
string) $this->
get(
"edit_pc_id");
104 $this->
set(
"edit_area_type", $type);
109 return (
string) $this->
get(
"edit_area_type");
114 $this->
set(
"area_nr", $nr);
119 return (
int) $this->
get(
"area_nr");
124 $this->
set(
"edit_coords", $coords);
129 return (
string) $this->
get(
"edit_coords");
134 $this->
set(
"edit_mode", $mode);
139 return (
string) $this->
get(
"edit_mode");
144 $this->
set(
"il_ltype", $type);
149 return (
string) $this->
get(
"il_ltype");
154 $this->
set(
"el_href", $href);
159 return (
string) $this->
get(
"el_href");
165 string $target_frame,
168 $this->
set(
"il_type", $type);
169 $this->
set(
"il_target", $target);
170 $this->
set(
"il_targetframe", $target_frame);
171 $this->
set(
"il_anchor", $anchor);
180 "type" => (string) $this->
get(
"il_type"),
181 "target" => (string) $this->
get(
"il_target"),
182 "target_frame" => (string) $this->
get(
"il_targetframe"),
183 "anchor" => (string) $this->
get(
"il_anchor")
static clear(string $a_var)
static set(string $a_var, $a_val)
Set a value.