3declare(strict_types=1);
66 $this->vartype = $a_vartype;
74 public function setCase(
string $a_case): void
76 switch (strtolower($a_case)) {
95 $this->respident = $a_respident;
105 $this->index = $a_index;
115 switch (strtolower($a_setmatch)) {
134 switch (strtolower($a_areatype)) {
157 $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)