flashData = $data; } public function getFlashData() { $flash = $this->flashData; $this->flashData = null; return $flash; } }