status; } public function text(): string { return $this->text; } public function isOk(): bool { return $this->status === 'OK'; } }