variables[$var_name])) { return $this->variables[$var_name]; } return false; } function put($var_name, $value) { $this->variables[$var_name] = $value; } }