|
| | __construct () |
| |
| | __construct () |
| |
| | 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) |
| |
| | MySource_Object () |
| |
| | __sleep () |
| |
| | __wakeup () |
| |
|
| static | paintEditInterface (Array $condition_data, Backend_Outputter $o, $prefix, $write_access, Array $allowed_keywords) |
| |
| static | processEditInterface (Backend_Outputter $o, $prefix, Array $allowed_keywords=Array()) |
| |
| static | paintEditInterface (Array &$condition_data, Backend_Outputter $o, $prefix, $write_access) |
| |
| static | processEditInterface (Backend_Outputter $o, $prefix) |
| |
| static _getKeywordInfo |
( |
|
$keyword_name, |
|
|
Array & |
$allowed_keywords |
|
) |
| |
|
staticprotected |
Returns an array containing information about a keyword name
We consider a keyword variable if it contains a part that is defined by the user. Example: asset_metadata_XXX - constant part= asset_metadata_ variable part= XXX Array( 'is_variable' => boolean, 'constant_part' => string, 'variable_part' => string, )
- Parameters
-
| string | $keyword_name | the keyword to analyse |
| array | &$allowed_keywords | allowed keywords, this is the list of keywords as returned by getAssetKeywords(). |
- Returns
- array private
Definition at line 223 of file condition_logical_edit_fns.inc.
| static paintEditInterface |
( |
Array |
$condition_data, |
|
|
Backend_Outputter |
$o, |
|
|
|
$prefix, |
|
|
|
$write_access, |
|
|
Array |
$allowed_keywords |
|
) |
| |
|
static |
Paint the backend editing interface for this condition
- Parameters
-
| array | &$condition_data | Array of settings for this condition |
| Backend_Outputter | $o | Backend outputter to use |
| string | $prefix | Prefix for form elements |
| boolean | $write_access | Whether we have access to edit the field values |
| array | $allowed_keywords | Allowed keywords to use |
- Returns
- void public
Definition at line 59 of file condition_logical_edit_fns.inc.
| static processEditInterface |
( |
Backend_Outputter |
$o, |
|
|
|
$prefix, |
|
|
Array |
$allowed_keywords = Array() |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: