ad = $ad; $this->before_editing = $before_editing; } public function getAdDetail() { return $this->ad; } public function getBeforeEditingDetail() { return $this->before_editing; } }