|
| | getIsVolumeEditor () |
| |
| | setIsVolumeEditor ($isVolumeEditor) |
| |
| | _setShowTitle ($showTitle) |
| |
| | getFullName ($preferred=true, $familyFirst=false, $defaultLocale=null) |
| |
| | getIncludeInBrowse () |
| |
| & | getLocalizedData ($key, $preferredLocale=null) |
| |
| | getLocalizedFamilyName ($defaultLocale=null) |
| |
| | getLocalizedGivenName ($defaultLocale=null) |
| |
| | getLocalizedUserGroupName () |
| |
| | getPrimaryContact () |
| |
| | getSequence () |
| |
| | getShowTitle () |
| |
| | getSubmissionId () |
| |
| | getSubmissionLocale () |
| |
| | getUserGroup () |
| |
| | getUserGroupId () |
| |
| | setIncludeInBrowse ($include) |
| |
| | setPrimaryContact ($primaryContact) |
| |
| | setSequence ($sequence) |
| |
| | setSubmissionId ($submissionId) |
| |
| | setSubmissionLocale ($submissionLocale) |
| |
| | setUserGroupId ($userGroupId) |
| |
| | getAffiliation ($locale) |
| |
| | getBiography ($locale) |
| |
| | getCountry () |
| |
| | getCountryLocalized () |
| |
| | getEmail () |
| |
| | getFamilyName ($locale) |
| |
| | getGivenName ($locale) |
| |
| | getLocalizedAffiliation () |
| |
| | getLocalizedBiography () |
| |
| | getOrcid () |
| |
| | getPreferredPublicName ($locale) |
| |
| | getUrl () |
| |
| | setAffiliation ($affiliation, $locale) |
| |
| | setBiography ($biography, $locale) |
| |
| | setCountry ($country) |
| |
| | setEmail ($email) |
| |
| | setFamilyName ($familyName, $locale) |
| |
| | setGivenName ($givenName, $locale) |
| |
| | setOrcid ($orcid) |
| |
| | setPreferredPublicName ($preferredPublicName, $locale) |
| |
| | setUrl ($url) |
| |
| | __construct () |
| |
| | addSupportedMetadataAdapter ($metadataAdapter) |
| |
| | extractMetadata ($metadataSchema) |
| |
| | getAdditionalMetadataFieldNames () |
| |
| & | getAllData () |
| |
| | getDAO () |
| |
| & | getData ($key, $locale=null) |
| |
| | getHasLoadableAdapters () |
| |
| | getId () |
| |
| | getLocaleMetadataFieldNames () |
| |
| | getMetadataFieldNames ($translated=true) |
| |
| | getSetMetadataFieldNames ($translated=true) |
| |
| | getSupportedExtractionAdapters () |
| |
| | getSupportedInjectionAdapters () |
| |
| | getSupportedMetadataSchemas () |
| |
| | hasData ($key, $locale=null) |
| |
| | injectMetadata ($metadataDescription) |
| |
| | removeSupportedMetadataAdapter ($metadataSchemaName) |
| |
| | setAllData (&$data) |
| |
| | setData ($key, $value, $locale=null) |
| |
| | setHasLoadableAdapters ($hasLoadableAdapters) |
| |
| | setId ($id) |
| |
| | unsetData ($key, $locale=null) |
| |
| | upcastTo ($targetObject) |
| |
Monograph author metadata class.
a mock author.
- See also
- AuthorDAO
Definition at line 20 of file Author.inc.php.