Squiz Matrix
4.12.2
|
Public Member Functions | |
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 () | |
Data Fields | |
$static_screens | |
Data Fields inherited from MySource_Object | |
$_tmp | |
Definition at line 29 of file asset_edit_fns.inc.
Asset_Edit_Fns | ( | ) |
Constructor
Definition at line 119 of file asset_edit_fns.inc.
isBeingCreated | ( | & | $asset | ) |
Return true if this asset is being created
object | &$asset | the asset whose interface we are painting |
Definition at line 690 of file asset_edit_fns.inc.
isNotBeingCreated | ( | & | $asset | ) |
Return true if this asset is being created
object | &$asset | the asset whose interface we are painting |
Definition at line 705 of file asset_edit_fns.inc.
isSearchInstalled | ( | & | $asset, |
$prefix | |||
) |
Return true if the search manager asset type is installed
object | &$asset | the asset whose interface we are painting |
string | $prefix | the prefix for this asset |
Definition at line 675 of file asset_edit_fns.inc.
isWorkflowComplete | ( | & | $asset | ) |
Starts workflow by writing out all workflow arrays to the workflow table for the passed assetID
int | &$asset | the asset to check workflow completness for |
Definition at line 506 of file asset_edit_fns.inc.
paintAddRemapURLs | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface to add new type_codes to define layouts for
object | &$asset | the remap manager |
object | &$o | the backend outputter |
string | $prefix | a unique prefix for variables |
Definition at line 412 of file asset_edit_fns.inc.
paintAutomaticRemapSetting | ( | & | $asset, |
& | $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 722 of file asset_edit_fns.inc.
paintCreateLink | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for the choosing link type when creating assets
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 756 of file asset_edit_fns.inc.
paintEditRemapURLs | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for the asset remaps
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 169 of file asset_edit_fns.inc.
paintNoticeLinkedAsset | ( | & | $asset, |
$link_value, | |||
$type_codes = Array() , |
|||
$field_name = '' , |
|||
$multiple = FALSE |
|||
) |
Paint a generic interface for editing assets that are notice linked to this asset
Returns true if editable interface printed
object | &$asset | the asset whose interface we are painting |
array | $link_value | the current link |
array | $type_codes | type_codes to pass to asset_finder() |
string | $field_name | field_name to pass to asset_finder() |
boolean | $multiple | Whether to allow multiple selections |
Definition at line 527 of file asset_edit_fns.inc.
paintPaths | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for the asset paths
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 136 of file asset_edit_fns.inc.
paintURLs | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for the asset paths
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 377 of file asset_edit_fns.inc.
processAddRemapURLs | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Accepts requests to add a type_code to define layouts for
object | &$asset | the remap manager |
object | &$o | the backend outputter |
string | $prefix | a unique prefix for variables |
Definition at line 468 of file asset_edit_fns.inc.
processEditRemapURLs | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Accepts requests to add a type_code to define layouts for
object | &$asset | the remap manager |
object | &$o | the backend outputter |
string | $prefix | a unique prefix for variables |
Definition at line 330 of file asset_edit_fns.inc.
processNoticeLinkedAsset | ( | & | $asset, |
$link_value, | |||
$field_name = '' , |
|||
$multiple = FALSE |
|||
) |
Process a generic interface for editing assets that are notice linked to this asset
object | &$asset | the asset whose interface we are painting |
string | $link_value | the value to put on the link |
string | $field_name | the name used for the asset finder |
boolean | $multiple | Whether to allow multiple selections |
Definition at line 577 of file asset_edit_fns.inc.
processPaths | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the Paths posted from the paintPaths fn above
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 297 of file asset_edit_fns.inc.