|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| paintDateFormat (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| processDateFormat (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| paintOffset (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| processOffset (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| paintDefaultValue (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| processDefaultValue (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| paintSetupParams (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| processSetupParams (Metadata_Field_Date $asset, Backend_Outputter $o, $prefix) | |
| paintValueInterface (Metadata_Field_Date $asset, Backend_Outputter $o, $value_str, $write_access, $enable_default=TRUE, $print_cascade_values_option=TRUE) | |
| processInlineValueInterface (Metadata_Field_Date $asset, &$new_value_str, &$field_cascade_value) | |
| generateMetadata (Metadata_Field_Date $asset, $value_str, &$tag_value, Array &$keywords) | |
Public Member Functions inherited from Metadata_Field_Edit_Fns | |
| __construct () | |
| paintKeywordInstructions (Metadata_Field $asset, Backend_Outputter $o, $prefix) | |
| processKeywordInstructions (Metadata_Field $asset, Backend_Outputter $o, $prefix) | |
| paintValueComponents (Metadata_Field $asset, Backend_Outputter $o, $prefix) | |
| processValueComponents (Metadata_Field $asset, Backend_Outputter $o, $prefix) | |
| paintInlineValueInterface (Metadata_Field $asset, Backend_Outputter $o, $value_str, $write_access, $print_cascade_values_option=TRUE, $type_code=NULL) | |
| paintValueInterface (Metadata_Field $asset, Backend_Outputter $o, $value_str, $write_access, $enable_default=TRUE, $print_cascade_values_option=TRUE, $type_code=NULL) | |
| processInlineValueInterface (Metadata_Field $asset, &$new_value_str, &$field_cascade_value) | |
| requiredFieldsComplete (Metadata_Field $asset, $value_str) | |
| generateMetadata (Metadata_Field $asset, $value_str, &$tag_value, Array &$keywords) | |
| canUsePlainDefault (Metadata_Field $asset) | |
| requiresCustomDefault (Metadata_Field $asset) | |
Public Member Functions inherited from Asset_Edit_Fns | |
| Asset_Edit_Fns () | |
| paintPaths (&$asset, &$o, $prefix) | |
| paintEditRemapURLs (&$asset, &$o, $prefix) | |
| processPaths (&$asset, &$o, $prefix) | |
| processEditRemapURLs (&$asset, &$o, $prefix) | |
| paintURLs (&$asset, &$o, $prefix) | |
| paintAddRemapURLs (&$asset, &$o, $prefix) | |
| processAddRemapURLs (&$asset, &$o, $prefix) | |
| isWorkflowComplete (&$asset) | |
| paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
| processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
| isSearchInstalled (&$asset, $prefix) | |
| isBeingCreated (&$asset) | |
| isNotBeingCreated (&$asset) | |
| paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
| paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
| $static_screens | |
Definition at line 30 of file metadata_field_date_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 38 of file metadata_field_date_edit_fns.inc.
| generateMetadata | ( | Metadata_Field_Date | $asset, |
| $value_str, | |||
| & | $tag_value, | ||
| Array & | $keywords | ||
| ) |
Output the complete metadata tag for this field
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| string | $value_str | the current value for this field in the asset (NOT $asset) NULL means that there is no current value set |
| array | &$tag_value | the metadata tag value |
| array | &$keywords | an array we can put keywords in that need replacing |
Definition at line 474 of file metadata_field_date_edit_fns.inc.
| paintDateFormat | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint the interface for configuring display format
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 55 of file metadata_field_date_edit_fns.inc.
| paintDefaultValue | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Print the interface for editing the default value
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 144 of file metadata_field_date_edit_fns.inc.
| paintOffset | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Print the interface for editing the time offset
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 103 of file metadata_field_date_edit_fns.inc.
| paintSetupParams | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Print the interface for editing how the editing interface parameters for the date time field that is used to enter the metadata value for an individual asset
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 236 of file metadata_field_date_edit_fns.inc.
| paintValueInterface | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $value_str, | |||
| $write_access, | |||
$enable_default = TRUE, |
|||
$print_cascade_values_option = TRUE |
|||
| ) |
Paint the interface for filling in metadata values
Returns true if a submitable interface has been printed
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $value_str | the current value for this field in the owning asset (NOT $asset) NULL means that there is no current value set |
| boolean | $write_access | whether to allow editing of this field (typically depends on write access to owner and editability of field) |
| boolean | $enable_default | Whether to show the 'use default' checkbox |
Definition at line 292 of file metadata_field_date_edit_fns.inc.
| processDateFormat | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the interface for configuring display format
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 79 of file metadata_field_date_edit_fns.inc.
| processDefaultValue | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the interface for editing the default value
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 169 of file metadata_field_date_edit_fns.inc.
| processInlineValueInterface | ( | Metadata_Field_Date | $asset, |
| & | $new_value_str, | ||
| & | $field_cascade_value | ||
| ) |
Process the interface for filling in metadata values
Returns true if this field has been processed, false if not and it should be ignored
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| string | &$new_value_str | a string by reference that we can store the new values in set to NULL to revert to default |
| bool | &$field_cascade_value | Whether value updates to this field should cascade to children |
Definition at line 422 of file metadata_field_date_edit_fns.inc.
| processOffset | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing the time offset
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 125 of file metadata_field_date_edit_fns.inc.
| processSetupParams | ( | Metadata_Field_Date | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing the Setup Params
| Metadata_Field_Date | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 263 of file metadata_field_date_edit_fns.inc.