Squiz Matrix
4.12.2
|
Public Member Functions | |
Inbox_Edit_Fns () | |
paintNewMessage (&$asset, &$o, $prefix) | |
processNewMessage (&$asset, &$o, $prefix) | |
paintSent (&$asset, &$o, $prefix) | |
processSent (&$asset, &$o, $prefix) | |
paintInbox (&$asset, &$o, $prefix) | |
_processReadStatus (&$asset, $prefix) | |
processInbox (&$asset, &$o, $prefix) | |
paintTrash (&$asset, &$o, $prefix) | |
processTrash (&$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 33 of file inbox_edit_fns.inc.
_processReadStatus | ( | & | $asset, |
$prefix | |||
) |
Processes the read statuses of the messages
object | &$asset | the asset to which we belong |
string | $prefix | prefix for form elements |
Definition at line 566 of file inbox_edit_fns.inc.
Inbox_Edit_Fns | ( | ) |
Constructor
Definition at line 41 of file inbox_edit_fns.inc.
paintInbox | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Prints the inbox interface
object | &$asset | the asset to which we belong |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 322 of file inbox_edit_fns.inc.
paintNewMessage | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Prints the new message interface
object | &$asset | the file asset |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 60 of file inbox_edit_fns.inc.
paintSent | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Prints the sent box interface
object | &$asset | the asset to which we belong |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 176 of file inbox_edit_fns.inc.
paintTrash | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Prints the trash interface
object | &$asset | the asset to which we belong |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 642 of file inbox_edit_fns.inc.
processInbox | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the inbox interface
object | &$asset | the asset to which we belong |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 605 of file inbox_edit_fns.inc.
processNewMessage | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the new message interface
object | &$asset | the asset to which we belong |
object | &$o | the backend outputter object |
string | $prefix | prefix for the form element |
Definition at line 128 of file inbox_edit_fns.inc.
processSent | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the inbox sent interface
object | &$asset | the asset to which we belong |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 289 of file inbox_edit_fns.inc.
processTrash | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the trash interface
object | &$asset | the asset to which we belong |
object | &$o | the backend outputter object |
string | $prefix | prefix for the form element |
Definition at line 776 of file inbox_edit_fns.inc.