|
Squiz Matrix
4.12.2
|
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
| $static_screens | |
Definition at line 32 of file remap_manager_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 51 of file remap_manager_edit_fns.inc.
| paintAddPageNotFoundRemap | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints the root node selection box
| Remap_Manager | $asset | the remap manager |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | a unique prefix for variables |
Definition at line 576 of file remap_manager_edit_fns.inc.
| paintAddRemapURLs | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints the interface to add new type_codes to define layouts for
| Remap_Manager | $asset | the remap manager |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | a unique prefix for variables |
Definition at line 444 of file remap_manager_edit_fns.inc.
| paintAutomaticRemappingCheckbox | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints the Automatic Remapping checkbox
| Remap_Manager | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 661 of file remap_manager_edit_fns.inc.
| paintEditRemapURLs | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints the interface to add new type_codes to define layouts for
| Remap_Manager | $asset | the remap manager |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | a unique prefix for variables |
Definition at line 168 of file remap_manager_edit_fns.inc.
| paintExportEntriesToCSV | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint interface for the exporting of remap entries to a CSV file
| Remap_Manager | $asset | The asset that we are painting |
| Backend_Outputter | $o | The outputter to inject the output into |
| string | $prefix | Prefix for form elements |
Definition at line 776 of file remap_manager_edit_fns.inc.
| paintNeverDeleteRemapCheckbox | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints the Never Delete Remap checkbox
| Remap_Manager | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 719 of file remap_manager_edit_fns.inc.
| paintPreserveUrlParametersCheckbox | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints the Preserve URL Paramaters checkbox
| Remap_Manager | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 894 of file remap_manager_edit_fns.inc.
| processAddPageNotFoundRemap | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Processes the value input from root node selection box
| Remap_Manager | $asset | the remap manager |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | a unique prefix for variables |
Definition at line 606 of file remap_manager_edit_fns.inc.
| processAddRemapURLs | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Accepts requests to add a type_code to define layouts for
| Remap_Manager | $asset | the remap manager |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | a unique prefix for variables |
Definition at line 492 of file remap_manager_edit_fns.inc.
| processAutomaticRemappingCheckbox | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the Automatic Remapping checkbox
| Remap_Manager | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 697 of file remap_manager_edit_fns.inc.
| processEditRemapURLs | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Accepts requests to add a type_code to define layouts for
| Remap_Manager | $asset | the remap manager |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | a unique prefix for variables |
Definition at line 363 of file remap_manager_edit_fns.inc.
| processExportEntriesToCSV | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process interface for the exporting of remap entries to a CSV file
(...and actually do the exporting if we're asked to do it!)
| Remap_Manager | $asset | The asset that we are painting |
| Backend_Outputter | $o | The outputter to inject the output into |
| string | $prefix | Prefix for form elements |
Definition at line 803 of file remap_manager_edit_fns.inc.
| processNeverDeleteRemapCheckbox | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the Never Delete Remap checkbox
| Remap_Manager | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 755 of file remap_manager_edit_fns.inc.
| processPreserveUrlParametersCheckbox | ( | Remap_Manager | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the Preserve URL Paramaters checkbox
| Remap_Manager | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 926 of file remap_manager_edit_fns.inc.