CWIS Developer Documentation
|
Given a metadata field, this class returns human-readable values for each value of the field. More...
Public Member Functions | |
__construct (MetadataField $Field) | |
Save the field that will be used to generate the human-readable values. More... | |
Status () | |
Get the human-readable error status of the field. More... | |
Type () | |
Get the human-readable field type of the field. More... | |
TypeAsName () | |
Get the human-readable field type of the field. More... | |
GetDisplayName () | |
Get the human-readable display name of the field. More... | |
Name () | |
Get the human-readable name of the field. More... | |
Label () | |
Get the human-readable label of the field. More... | |
GetAllowedConversionTypes () | |
Get the human-readable allowed conversion types of the field. More... | |
IsTempItem () | |
Get the human-readable string that indicates if the field is a temporary field. More... | |
Id () | |
Get the human-readable field ID. More... | |
DBFieldName () | |
Get the human-readable database field name of the field. More... | |
Description () | |
Get the human-readable description of the field. More... | |
Instructions () | |
Get the human-readable instructions of the field. More... | |
Owner () | |
Get the human-readable field owner. More... | |
RequiredBySPT () | |
Get the human-readable string that indicates if the field is required by SPT. More... | |
Enabled () | |
Get the human-readable string that indicates if the field is enabled. More... | |
Optional () | |
Get the human-readable string that indicates if the field is optional. More... | |
Editable () | |
Get the human-readable string that indicates if the field is editable. More... | |
Viewable () | |
Get the human-readable string that indicates if the field is viewable. More... | |
AllowMultiple () | |
Get the human-readable string that indicates if multiple field values are permitted. More... | |
IncludeInKeywordSearch () | |
Get the human-readable string that indicates if the field is included in keyword searches. More... | |
IncludeInAdvancedSearch () | |
Get the human-readable string that indicates if the field is included in advanced search options. More... | |
IncludeInFacetedSearch () | |
Get the human-readable string that indicates if the field is included in faceted search options. More... | |
IncludeInSortOptions () | |
Get the human-readable string that indicates if the field is included in sort options. More... | |
IncludeInRecommender () | |
Get the human-readable string that indicates if the field is included in the recommender system. More... | |
TextFieldSize () | |
Get the human-readable size of text field inputs. More... | |
MaxLength () | |
Get the human-readable maximum size of text field values. More... | |
ParagraphRows () | |
Get the human-readable number of rows of paragraph field inputs. More... | |
ParagraphCols () | |
Get the human-readable number of columns of paragraph field inputs. More... | |
MinValue () | |
Get the human-readable minimum value for number fields. More... | |
MaxValue () | |
Get the human-readable maximum value for number fields. More... | |
FlagOnLabel () | |
Get the human-readable flag-on label for flag fields. More... | |
FlagOffLabel () | |
Get the human-readable flag-off label for flag fields. More... | |
DateFormat () | |
Get the human-readable field date format. More... | |
SearchWeight () | |
Get the human-readable search weight of the field. More... | |
RecommenderWeight () | |
Get the human-readable recommender weight of the field. More... | |
MaxHeight () | |
Get the human-readable maximum height of images of image fields. More... | |
MaxWidth () | |
Get the human-readable maximum width of images of image fields. More... | |
MaxPreviewHeight () | |
Get the human-readable maximum height of preview images of image fields. More... | |
MaxPreviewWidth () | |
Get the human-readable maximum width of preview images of image fields. More... | |
MaxThumbnailHeight () | |
Get the human-readable maximum height of thumbnail images of image fields. More... | |
MaxThumbnailWidth () | |
Get the human-readable maximum width of thumbnail images of image fields. More... | |
DefaultAltText () | |
Get the human-readable default alternate text of images of image fields. More... | |
UsesQualifiers () | |
Get the human-readable string indicating if the field uses qualifiers. More... | |
ShowQualifiers () | |
Get the human-readable string indicating if qualifiers are shown for the field. More... | |
DefaultQualifier () | |
Get the human-readable default qualifier of the field. More... | |
AllowHTML () | |
Get the human-readable string indicating if HTML is allowed as the value. More... | |
UseWysiwygEditor () | |
Get the human-readable string indicating if a WYSIWYG editor should be used when editing the field value. More... | |
UseForOaiSets () | |
Get the human-readable string indicating if the field should be used for OAI sets. More... | |
NumAjaxResults () | |
Get the human-readable number of AJAX search results to display for the field. More... | |
ViewingPrivilege () | |
Get the human-readable viewing privilege of the field. More... | |
AuthoringPrivilege () | |
Get the human-readable authoring privilege of the field. More... | |
EditingPrivilege () | |
Get the human-readable editing privilege of the field. More... | |
ImagePreviewPrivilege () | |
Get the human-readable image preview privilege of image fields. More... | |
EnableOnOwnerReturn () | |
Get the human-readable string indicating if the field should be enabled when the owner/plugin is available. More... | |
ViewingUserIsValue () | |
Get the human-readable viewing user is value of the field. More... | |
AuthoringUserIsValue () | |
Get the human-readable authoring user is value of the field. More... | |
EditingUserIsValue () | |
Get the human-readable editing user is value of the field. More... | |
ViewingUserValue () | |
Get the human-readable viewing user value of the field. More... | |
AuthoringUserValue () | |
Get the human-readable authoring user value of the field. More... | |
EditingUserValue () | |
Get the human-readable editing user value of the field. More... | |
UserPrivilegeRestrictions () | |
Get the human-readable user privilege restrictions of user fields. More... | |
PointPrecision () | |
Get the human-readable point precision of point fields. More... | |
PointDecimalDigits () | |
Get the human-readable point decimal digits of point fields. More... | |
DefaultValue () | |
Get the human-readable default value of the field. More... | |
UpdateMethod () | |
Get the human-readable update method of the field. More... | |
GetPossibleValues () | |
Get the human-readable possible values of the field. More... | |
GetCountOfPossibleValues () | |
Get the human-readable count of possible values of the field. More... | |
HasItemLevelQualifiers () | |
Get the human-readable string that indicates if the field has item-level qualifiers. More... | |
AssociatedQualifierList () | |
Get the human-readable list of associated qualifiers of the field. More... | |
UnassociatedQualifierList () | |
Get the human-readable list of unassociated qualifiers of the field. More... | |
GetViewingPrivilegeString () | |
Get the human-readable viewing privilege string that includes the viewing privilege required, along with the the "user is value ..." setting. More... | |
GetAuthoringPrivilegeString () | |
Get the human-readable authoring privilege string that includes the authoring privilege required, along with the the "user is value ..." setting. More... | |
GetEditingPrivilegeString () | |
Get the human-readable editing privilege string that includes the editing privilege required, along with the the "user is value ..." setting. More... | |
GetNotSetText () | |
Get the text that is used when a value is not set. More... | |
SetNotSetText ($Text) | |
Set the text that is used when a value is not set. More... | |
Protected Member Functions | |
GetYesNo ($Value) | |
Get the human-readable string for a boolean-like value. More... | |
GetValueCheckingLength ($Value) | |
Get the value or the not-set text depending on the length of the value. More... | |
GetPrivilegeString ($Mode) | |
This method makes getting privilege strings for viewing, authoring, and editing a little more convenient. More... | |
MapPrivilege ($Value) | |
Map a privilege value to a privilege name. More... | |
LoadPrivilegeList () | |
Load the static privilege list. More... | |
MapUserIsValue ($Value) | |
Map a UserIsValue value to a name. More... | |
MapUserValue ($Value) | |
Map a UserValue value to a field display name. More... | |
LoadUserFieldList () | |
Load the static user field list. More... | |
GetArrayValue (array $Array, $Key, $Default=NULL) | |
Get the value from an array with a given index or a default value if it does not exist. More... | |
Protected Attributes | |
$Field | |
The metadata field that is having its values returned in human-readable form. More... | |
$NotSetText = "--" | |
The text used when a value is not set. More... | |
Static Protected Attributes | |
static | $PrivilegeList |
A static array of privilege values and names. More... | |
static | $UserIsValueList |
A static array of UserIsValue strings. More... | |
static | $UserFieldList |
A static array of user fields. More... | |
Given a metadata field, this class returns human-readable values for each value of the field.
Definition at line 14 of file HumanMetadataField.php.
HumanMetadataField::__construct | ( | MetadataField | $Field | ) |
Save the field that will be used to generate the human-readable values.
MetadataField | $Field | metadata field |
Definition at line 21 of file HumanMetadataField.php.
References $Field.
HumanMetadataField::AllowHTML | ( | ) |
Get the human-readable string indicating if HTML is allowed as the value.
Definition at line 500 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::AllowMultiple | ( | ) |
Get the human-readable string that indicates if multiple field values are permitted.
Definition at line 228 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::AssociatedQualifierList | ( | ) |
Get the human-readable list of associated qualifiers of the field.
Definition at line 805 of file HumanMetadataField.php.
References $NotSetText.
HumanMetadataField::AuthoringPrivilege | ( | ) |
Get the human-readable authoring privilege of the field.
Definition at line 552 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapPrivilege().
HumanMetadataField::AuthoringUserIsValue | ( | ) |
Get the human-readable authoring user is value of the field.
Definition at line 607 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapUserIsValue().
HumanMetadataField::AuthoringUserValue | ( | ) |
Get the human-readable authoring user value of the field.
Definition at line 640 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapUserValue().
HumanMetadataField::DateFormat | ( | ) |
Get the human-readable field date format.
Definition at line 364 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::DBFieldName | ( | ) |
Get the human-readable database field name of the field.
Definition at line 134 of file HumanMetadataField.php.
HumanMetadataField::DefaultAltText | ( | ) |
Get the human-readable default alternate text of images of image fields.
Definition at line 451 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::DefaultQualifier | ( | ) |
Get the human-readable default qualifier of the field.
Definition at line 481 of file HumanMetadataField.php.
References $NotSetText.
HumanMetadataField::DefaultValue | ( | ) |
Get the human-readable default value of the field.
Definition at line 698 of file HumanMetadataField.php.
References $NotSetText, FlagOffLabel(), FlagOnLabel(), GetValueCheckingLength(), MetadataSchema\MDFTYPE_FLAG, MetadataSchema\MDFTYPE_OPTION, and MetadataSchema\MDFTYPE_POINT.
HumanMetadataField::Description | ( | ) |
Get the human-readable description of the field.
Definition at line 143 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::Editable | ( | ) |
Get the human-readable string that indicates if the field is editable.
Definition at line 208 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::EditingPrivilege | ( | ) |
Get the human-readable editing privilege of the field.
Definition at line 563 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapPrivilege().
HumanMetadataField::EditingUserIsValue | ( | ) |
Get the human-readable editing user is value of the field.
Definition at line 618 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapUserIsValue().
HumanMetadataField::EditingUserValue | ( | ) |
Get the human-readable editing user value of the field.
Definition at line 651 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapUserValue().
HumanMetadataField::Enabled | ( | ) |
Get the human-readable string that indicates if the field is enabled.
Definition at line 190 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::EnableOnOwnerReturn | ( | ) |
Get the human-readable string indicating if the field should be enabled when the owner/plugin is available.
Definition at line 587 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::FlagOffLabel | ( | ) |
Get the human-readable flag-off label for flag fields.
Definition at line 355 of file HumanMetadataField.php.
References GetValueCheckingLength().
Referenced by DefaultValue().
HumanMetadataField::FlagOnLabel | ( | ) |
Get the human-readable flag-on label for flag fields.
Definition at line 346 of file HumanMetadataField.php.
References GetValueCheckingLength().
Referenced by DefaultValue().
HumanMetadataField::GetAllowedConversionTypes | ( | ) |
Get the human-readable allowed conversion types of the field.
Definition at line 104 of file HumanMetadataField.php.
References $NotSetText.
|
protected |
Get the value from an array with a given index or a default value if it does not exist.
array | $Array | array to check |
mixed | $Key | index of the value to retrieve |
mixed | $Default | value to return if the value does not exist (defaults to NULL) |
Definition at line 1008 of file HumanMetadataField.php.
Referenced by UpdateMethod().
HumanMetadataField::GetAuthoringPrivilegeString | ( | ) |
Get the human-readable authoring privilege string that includes the authoring privilege required, along with the the "user is value ..." setting.
Definition at line 838 of file HumanMetadataField.php.
References GetPrivilegeString().
HumanMetadataField::GetCountOfPossibleValues | ( | ) |
Get the human-readable count of possible values of the field.
This is only meaningful for Tree, ControlledName, Option, Flag, and User fields.
Definition at line 785 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::GetDisplayName | ( | ) |
Get the human-readable display name of the field.
Definition at line 77 of file HumanMetadataField.php.
HumanMetadataField::GetEditingPrivilegeString | ( | ) |
Get the human-readable editing privilege string that includes the editing privilege required, along with the the "user is value ..." setting.
Definition at line 848 of file HumanMetadataField.php.
References GetPrivilegeString().
HumanMetadataField::GetNotSetText | ( | ) |
Get the text that is used when a value is not set.
Definition at line 857 of file HumanMetadataField.php.
References $NotSetText.
HumanMetadataField::GetPossibleValues | ( | ) |
Get the human-readable possible values of the field.
This is only meaningful for Tree, ControlledName, Option, Flag, and User fields.
Definition at line 773 of file HumanMetadataField.php.
References $NotSetText.
|
protected |
This method makes getting privilege strings for viewing, authoring, and editing a little more convenient.
string | $Mode | should be one of "Viewing", "Authoring", or "Editing" |
Definition at line 898 of file HumanMetadataField.php.
References MapPrivilege().
Referenced by GetAuthoringPrivilegeString(), GetEditingPrivilegeString(), and GetViewingPrivilegeString().
|
protected |
Get the value or the not-set text depending on the length of the value.
string | $Value | value to check |
Definition at line 887 of file HumanMetadataField.php.
References $NotSetText.
Referenced by AuthoringPrivilege(), AuthoringUserIsValue(), AuthoringUserValue(), DateFormat(), DefaultAltText(), DefaultValue(), Description(), EditingPrivilege(), EditingUserIsValue(), EditingUserValue(), FlagOffLabel(), FlagOnLabel(), GetCountOfPossibleValues(), ImagePreviewPrivilege(), Instructions(), Label(), MaxHeight(), MaxLength(), MaxPreviewHeight(), MaxPreviewWidth(), MaxThumbnailHeight(), MaxThumbnailWidth(), MaxValue(), MaxWidth(), MinValue(), Owner(), ParagraphCols(), ParagraphRows(), PointDecimalDigits(), PointPrecision(), RecommenderWeight(), SearchWeight(), TextFieldSize(), UpdateMethod(), ViewingPrivilege(), ViewingUserIsValue(), and ViewingUserValue().
HumanMetadataField::GetViewingPrivilegeString | ( | ) |
Get the human-readable viewing privilege string that includes the viewing privilege required, along with the the "user is value ..." setting.
Definition at line 827 of file HumanMetadataField.php.
References GetPrivilegeString().
|
protected |
Get the human-readable string for a boolean-like value.
mixed | $Value | boolean-like value |
Definition at line 876 of file HumanMetadataField.php.
Referenced by AllowHTML(), AllowMultiple(), Editable(), Enabled(), EnableOnOwnerReturn(), HasItemLevelQualifiers(), IncludeInAdvancedSearch(), IncludeInFacetedSearch(), IncludeInKeywordSearch(), IncludeInRecommender(), IncludeInSortOptions(), IsTempItem(), Optional(), RequiredBySPT(), ShowQualifiers(), UseForOaiSets(), UsesQualifiers(), UseWysiwygEditor(), and Viewable().
HumanMetadataField::HasItemLevelQualifiers | ( | ) |
Get the human-readable string that indicates if the field has item-level qualifiers.
Definition at line 796 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::Id | ( | ) |
Get the human-readable field ID.
Definition at line 125 of file HumanMetadataField.php.
HumanMetadataField::ImagePreviewPrivilege | ( | ) |
Get the human-readable image preview privilege of image fields.
Definition at line 574 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapPrivilege().
HumanMetadataField::IncludeInAdvancedSearch | ( | ) |
Get the human-readable string that indicates if the field is included in advanced search options.
Definition at line 250 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::IncludeInFacetedSearch | ( | ) |
Get the human-readable string that indicates if the field is included in faceted search options.
Definition at line 261 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::IncludeInKeywordSearch | ( | ) |
Get the human-readable string that indicates if the field is included in keyword searches.
Definition at line 239 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::IncludeInRecommender | ( | ) |
Get the human-readable string that indicates if the field is included in the recommender system.
Definition at line 283 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::IncludeInSortOptions | ( | ) |
Get the human-readable string that indicates if the field is included in sort options.
Definition at line 272 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::Instructions | ( | ) |
Get the human-readable instructions of the field.
Definition at line 157 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::IsTempItem | ( | ) |
Get the human-readable string that indicates if the field is a temporary field.
Definition at line 116 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::Label | ( | ) |
Get the human-readable label of the field.
Definition at line 95 of file HumanMetadataField.php.
References GetValueCheckingLength().
|
protected |
Load the static privilege list.
Definition at line 948 of file HumanMetadataField.php.
|
protected |
Load the static user field list.
Definition at line 983 of file HumanMetadataField.php.
References MetadataSchema\GetFields(), and MetadataSchema\MDFTYPE_USER.
|
protected |
Map a privilege value to a privilege name.
string | int | $Value | privilege value |
Definition at line 935 of file HumanMetadataField.php.
Referenced by AuthoringPrivilege(), EditingPrivilege(), GetPrivilegeString(), ImagePreviewPrivilege(), UserPrivilegeRestrictions(), and ViewingPrivilege().
|
protected |
Map a UserIsValue value to a name.
int | $Value | UserIsValue value |
Definition at line 960 of file HumanMetadataField.php.
Referenced by AuthoringUserIsValue(), EditingUserIsValue(), and ViewingUserIsValue().
|
protected |
Map a UserValue value to a field display name.
int | $Value | UserValue value |
Definition at line 970 of file HumanMetadataField.php.
Referenced by AuthoringUserValue(), EditingUserValue(), and ViewingUserValue().
HumanMetadataField::MaxHeight | ( | ) |
Get the human-readable maximum height of images of image fields.
Definition at line 391 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MaxLength | ( | ) |
Get the human-readable maximum size of text field values.
Definition at line 301 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MaxPreviewHeight | ( | ) |
Get the human-readable maximum height of preview images of image fields.
Definition at line 410 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MaxPreviewWidth | ( | ) |
Get the human-readable maximum width of preview images of image fields.
Definition at line 420 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MaxThumbnailHeight | ( | ) |
Get the human-readable maximum height of thumbnail images of image fields.
Definition at line 431 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MaxThumbnailWidth | ( | ) |
Get the human-readable maximum width of thumbnail images of image fields.
Definition at line 441 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MaxValue | ( | ) |
Get the human-readable maximum value for number fields.
Definition at line 337 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MaxWidth | ( | ) |
Get the human-readable maximum width of images of image fields.
Definition at line 400 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::MinValue | ( | ) |
Get the human-readable minimum value for number fields.
Definition at line 328 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::Name | ( | ) |
Get the human-readable name of the field.
Definition at line 86 of file HumanMetadataField.php.
HumanMetadataField::NumAjaxResults | ( | ) |
Get the human-readable number of AJAX search results to display for the field.
Definition at line 532 of file HumanMetadataField.php.
HumanMetadataField::Optional | ( | ) |
Get the human-readable string that indicates if the field is optional.
Definition at line 199 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::Owner | ( | ) |
Get the human-readable field owner.
Definition at line 171 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::ParagraphCols | ( | ) |
Get the human-readable number of columns of paragraph field inputs.
Definition at line 319 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::ParagraphRows | ( | ) |
Get the human-readable number of rows of paragraph field inputs.
Definition at line 310 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::PointDecimalDigits | ( | ) |
Get the human-readable point decimal digits of point fields.
Definition at line 689 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::PointPrecision | ( | ) |
Get the human-readable point precision of point fields.
Definition at line 680 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::RecommenderWeight | ( | ) |
Get the human-readable recommender weight of the field.
Definition at line 382 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::RequiredBySPT | ( | ) |
Get the human-readable string that indicates if the field is required by SPT.
Definition at line 181 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::SearchWeight | ( | ) |
Get the human-readable search weight of the field.
Definition at line 373 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::SetNotSetText | ( | $Text | ) |
Set the text that is used when a value is not set.
string | $Text | text to be used when a value is not set |
Definition at line 866 of file HumanMetadataField.php.
HumanMetadataField::ShowQualifiers | ( | ) |
Get the human-readable string indicating if qualifiers are shown for the field.
Definition at line 472 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::Status | ( | ) |
Get the human-readable error status of the field.
Definition at line 30 of file HumanMetadataField.php.
References $NotSetText, MetadataSchema\MDFSTAT_DUPLICATEDBCOLUMN, MetadataSchema\MDFSTAT_DUPLICATELABEL, MetadataSchema\MDFSTAT_DUPLICATENAME, MetadataSchema\MDFSTAT_ERROR, MetadataSchema\MDFSTAT_FIELDDOESNOTEXIST, MetadataSchema\MDFSTAT_ILLEGALLABEL, MetadataSchema\MDFSTAT_ILLEGALNAME, and MetadataSchema\MDFSTAT_OK.
HumanMetadataField::TextFieldSize | ( | ) |
Get the human-readable size of text field inputs.
Definition at line 292 of file HumanMetadataField.php.
References GetValueCheckingLength().
HumanMetadataField::Type | ( | ) |
Get the human-readable field type of the field.
Definition at line 59 of file HumanMetadataField.php.
References MetadataField\$FieldTypeDBEnums.
HumanMetadataField::TypeAsName | ( | ) |
Get the human-readable field type of the field.
Definition at line 68 of file HumanMetadataField.php.
HumanMetadataField::UnassociatedQualifierList | ( | ) |
Get the human-readable list of unassociated qualifiers of the field.
Definition at line 815 of file HumanMetadataField.php.
References $NotSetText.
HumanMetadataField::UpdateMethod | ( | ) |
Get the human-readable update method of the field.
Definition at line 760 of file HumanMetadataField.php.
References MetadataField\$UpdateTypes, GetArrayValue(), and GetValueCheckingLength().
HumanMetadataField::UseForOaiSets | ( | ) |
Get the human-readable string indicating if the field should be used for OAI sets.
Definition at line 522 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::UserPrivilegeRestrictions | ( | ) |
Get the human-readable user privilege restrictions of user fields.
Definition at line 662 of file HumanMetadataField.php.
References $NotSetText, and MapPrivilege().
HumanMetadataField::UsesQualifiers | ( | ) |
Get the human-readable string indicating if the field uses qualifiers.
Definition at line 461 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::UseWysiwygEditor | ( | ) |
Get the human-readable string indicating if a WYSIWYG editor should be used when editing the field value.
Definition at line 511 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::Viewable | ( | ) |
Get the human-readable string that indicates if the field is viewable.
Definition at line 217 of file HumanMetadataField.php.
References GetYesNo().
HumanMetadataField::ViewingPrivilege | ( | ) |
Get the human-readable viewing privilege of the field.
Definition at line 541 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapPrivilege().
HumanMetadataField::ViewingUserIsValue | ( | ) |
Get the human-readable viewing user is value of the field.
Definition at line 596 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapUserIsValue().
HumanMetadataField::ViewingUserValue | ( | ) |
Get the human-readable viewing user value of the field.
Definition at line 629 of file HumanMetadataField.php.
References GetValueCheckingLength(), and MapUserValue().
|
protected |
The metadata field that is having its values returned in human-readable form.
Definition at line 1018 of file HumanMetadataField.php.
Referenced by __construct().
|
protected |
The text used when a value is not set.
Definition at line 1024 of file HumanMetadataField.php.
Referenced by AssociatedQualifierList(), DefaultQualifier(), DefaultValue(), GetAllowedConversionTypes(), GetNotSetText(), GetPossibleValues(), GetValueCheckingLength(), Status(), UnassociatedQualifierList(), and UserPrivilegeRestrictions().
|
staticprotected |
A static array of privilege values and names.
Definition at line 1030 of file HumanMetadataField.php.
|
staticprotected |
A static array of user fields.
Definition at line 1044 of file HumanMetadataField.php.
|
staticprotected |
A static array of UserIsValue strings.
Definition at line 1036 of file HumanMetadataField.php.