3 declare(strict_types=1);
    39     protected function get(
string $key)
    50     protected function set(
string $key, $val): 
void    57         $this->
set(
"edit_target_script", $script);
    62         return (
string) $this->
get(
"edit_target_script");
    67         $this->
set(
"edit_ref_id", 
$ref_id);
    72         return (
int) $this->
get(
"edit_ref_id");
    77         $this->
set(
"edit_obj_id", $obj_id);
    82         return (
int) $this->
get(
"edit_obj_id");
    87         $this->
set(
"edit_hier_id", $hier_id);
    92         return (
string) $this->
get(
"edit_hier_id");
    95     public function setPCId(
string $pc_id): void
    97         $this->
set(
"edit_pc_id", $pc_id);
   102         return (
string) $this->
get(
"edit_pc_id");
   107         $this->
set(
"edit_area_type", $type);
   112         return (
string) $this->
get(
"edit_area_type");
   117         $this->
set(
"area_nr", $nr);
   122         return (
int) $this->
get(
"area_nr");
   127         $this->
set(
"edit_coords", $coords);
   132         return (
string) $this->
get(
"edit_coords");
   137         $this->
set(
"edit_mode", $mode);
   142         return (
string) $this->
get(
"edit_mode");
   147         $this->
set(
"il_ltype", $type);
   152         return (
string) $this->
get(
"il_ltype");
   157         $this->
set(
"el_href", $href);
   162         return (
string) $this->
get(
"el_href");
   168         string $target_frame,
   171         $this->
set(
"il_type", $type);
   172         $this->
set(
"il_target", $target);
   173         $this->
set(
"il_targetframe", $target_frame);
   174         $this->
set(
"il_anchor", $anchor);
   183             "type" => (string) $this->
get(
"il_type"),
   184             "target" => (string) $this->
get(
"il_target"),
   185             "target_frame" => (string) $this->
get(
"il_targetframe"),
   186             "anchor" => (string) $this->
get(
"il_anchor")
 
get(string $key, Refinery\Transformation $t)
Get passed parameter, if not data passed, get key from http request. 
 
static clear(string $a_var)
 
static set(string $a_var, $a_val)
Set a value.