|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| Image_Variety_Edit_Fns () | |
| paintInlineInterface (Image_Variety $asset, Backend_Outputter $o, $prefix) | |
| processInlineInterface (Image_Variety $asset, Backend_Outputter $o, $prefix) | |
| processUploadedFile (Image_Variety $asset, Array $info=Array()) | |
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 31 of file image_variety_edit_fns.inc.
Constructor
Definition at line 39 of file image_variety_edit_fns.inc.
| paintInlineInterface | ( | Image_Variety | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint the interface for the image variety
| Image_Variety | $asset | the asset whose interface we are processing |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for form elements |
Definition at line 63 of file image_variety_edit_fns.inc.
| processInlineInterface | ( | Image_Variety | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the interface for the image variety
| Image_Variety | $asset | the asset whose interface we are processing |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for form elements |
Definition at line 173 of file image_variety_edit_fns.inc.
| processUploadedFile | ( | Image_Variety | $asset, |
| Array | $info = Array() |
||
| ) |
Takes care of processing any uploaded file
If you want to process an upload of a file that was not uploaded through PHP (possible because of FTP or it was in a tar archive), ensure you pass the information about the file in the $info array. The fields required are: name => the filename without path (eg file.txt) tmp_name => the location of the file on the file system non_uploaded_file => must equal TRUE
| Image_Variety | $asset | the asset whose interface we are processing |
| array | $info | info about the uploaded file |
Definition at line 224 of file image_variety_edit_fns.inc.