19declare(strict_types=1);
65 $this->vartype = $a_vartype;
73 public function setCase(
string $a_case): void
75 switch (strtolower($a_case)) {
94 $this->respident = $a_respident;
104 $this->index = $a_index;
114 switch (strtolower($a_setmatch)) {
133 switch (strtolower($a_areatype)) {
156 $this->content = $a_content;
setAreatype(string $a_areatype)
__construct(string $a_vartype)
setVartype(string $a_vartype)
const RESPONSEVAR_SUBSTRING
setContent(string $a_content)
setIndex(string $a_index)
setSetmatch(string $a_setmatch)
setRespident(string $a_respident)