logstore = $logstore; } public function getLogstore(){ return $this->logstore; } public function setLogstore($logstore){ $this->logstore = $logstore; } }