content, ); $a->processing = false; return $a; } public function append(string $content): void { $this->content .= $content; $this->last_append = $content; } public function getLastAppend(): string { return $this->last_append; } }