'string', 'description' => 'string', 'contactName' => 'string', 'contactTitle' => 'string', 'contactAffiliation' => 'string', 'contactEmail' => 'string', 'contactPhone' => 'string', 'contactFax' => 'string', 'contactMailingAddress' => 'string', 'restrictPaperAccess' => 'bool', 'enableComments' => 'bool', 'commentsRequireRegistration' => 'bool', 'commentsAllowAnonymous' => 'bool', 'archiveAccessPolicy' => 'string', 'copyrightNotice' => 'string', 'copyrightNoticeAgree' => 'bool', 'postCreativeCommons' => 'bool', 'privacyStatement' => 'string', 'customAboutItems' => 'object' ) ); // Validation checks for this form $this->addCheck(new FormValidator($this, 'contactName', 'required', 'manager.schedConfSetup.details.contactNameRequired')); $this->addCheck(new FormValidator($this, 'contactEmail', 'required', 'manager.schedConfSetup.details.contactEmailRequired')); } /** * Get the list of field names for which localized settings are used. * @return array */ function getLocaleFieldNames() { return array('title', 'description', 'archiveAccessPolicy', 'copyrightNotice', 'privacyStatement', 'customAboutItems'); } } ?>