variables[] = $variable; } /** * @return string[] */ public function GetVariables() : array { return $this->variables; } }