Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Inbox_Edit_Fns Class Reference
Inheritance diagram for Inbox_Edit_Fns:
Asset_Edit_Fns MySource_Object

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
 

Detailed Description

Definition at line 33 of file inbox_edit_fns.inc.

Member Function Documentation

_processReadStatus ( $asset,
  $prefix 
)

Processes the read statuses of the messages

Parameters
object&$assetthe asset to which we belong
string$prefixprefix for form elements
Returns
void private

Definition at line 566 of file inbox_edit_fns.inc.

Constructor

Definition at line 41 of file inbox_edit_fns.inc.

paintInbox ( $asset,
$o,
  $prefix 
)

Prints the inbox interface

Parameters
object&$assetthe asset to which we belong
object&$othe backend outputter object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 322 of file inbox_edit_fns.inc.

paintNewMessage ( $asset,
$o,
  $prefix 
)

Prints the new message interface

Parameters
object&$assetthe file asset
object&$othe backend outputter object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 60 of file inbox_edit_fns.inc.

paintSent ( $asset,
$o,
  $prefix 
)

Prints the sent box interface

Parameters
object&$assetthe asset to which we belong
object&$othe backend outputter object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 176 of file inbox_edit_fns.inc.

paintTrash ( $asset,
$o,
  $prefix 
)

Prints the trash interface

Parameters
object&$assetthe asset to which we belong
object&$othe backend outputter object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 642 of file inbox_edit_fns.inc.

processInbox ( $asset,
$o,
  $prefix 
)

Processes the inbox interface

Parameters
object&$assetthe asset to which we belong
object&$othe backend outputter object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 605 of file inbox_edit_fns.inc.

processNewMessage ( $asset,
$o,
  $prefix 
)

Processes the new message interface

Parameters
object&$assetthe asset to which we belong
object&$othe backend outputter object
string$prefixprefix for the form element
Returns
boolean public

Definition at line 128 of file inbox_edit_fns.inc.

processSent ( $asset,
$o,
  $prefix 
)

Processes the inbox sent interface

Parameters
object&$assetthe asset to which we belong
object&$othe backend outputter object
string$prefixprefix for form elements
Returns
boolean public

Definition at line 289 of file inbox_edit_fns.inc.

processTrash ( $asset,
$o,
  $prefix 
)

Processes the trash interface

Parameters
object&$assetthe asset to which we belong
object&$othe backend outputter object
string$prefixprefix for the form element
Returns
boolean public

Definition at line 776 of file inbox_edit_fns.inc.


The documentation for this class was generated from the following file: