Squiz Matrix
4.12.2
|
Public Member Functions | |
Import_Tools_Manager_Edit_Fns () | |
paintStructuredFileImportDirectory (&$asset, &$o, $prefix) | |
paintHeadings (&$asset, &$o, $prefix) | |
processHeadings (&$asset, &$o, $prefix) | |
paintHtmlUpload (&$asset, &$o, $prefix) | |
processHtmlUpload (&$asset, &$o, $prefix) | |
paintBulkFileImport (&$asset, &$o, $prefix) | |
processBulkFileImport (&$asset, &$o, $prefix) | |
paintCMSFileExport (&$asset, &$o, $prefix) | |
processCMSFileExport (&$asset, &$o, $prefix) | |
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 32 of file import_tools_manager_edit_fns.inc.
Constructor
Definition at line 41 of file import_tools_manager_edit_fns.inc.
paintBulkFileImport | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for Bulk File Import Tool Settings
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 213 of file import_tools_manager_edit_fns.inc.
paintCMSFileExport | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for CMS File Export Tool Settings
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 279 of file import_tools_manager_edit_fns.inc.
paintHeadings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint Headings
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 87 of file import_tools_manager_edit_fns.inc.
paintHtmlUpload | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for creating containers in the bodycopy
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 157 of file import_tools_manager_edit_fns.inc.
paintStructuredFileImportDirectory | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint Structureed file import directory path
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 71 of file import_tools_manager_edit_fns.inc.
processBulkFileImport | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the interface for Bulk File Import Tool Settings
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 255 of file import_tools_manager_edit_fns.inc.
processCMSFileExport | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the interface for CMS File Export Tool Settings
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 322 of file import_tools_manager_edit_fns.inc.
processHeadings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for creating containers in the bodycopy
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 137 of file import_tools_manager_edit_fns.inc.
processHtmlUpload | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for creating containers in the bodycopy
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 182 of file import_tools_manager_edit_fns.inc.