setAccount($Account); } /** * sets a new Account array * * @param array $Account * @return Zend_Service_DeveloperGarden_Request_BaseUserService */ public function setAccount(array $Account = array()) { $this->Account = $Account; return $this; } /** * returns the moduleId * * @return string */ public function getAccount() { return $this->Account; } }