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

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from Condition_Edit_Fns
 __construct ()
 
- 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 ()
 

Static Public Member Functions

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 Public Member Functions inherited from Condition_Edit_Fns
static paintEditInterface (Array &$condition_data, Backend_Outputter $o, $prefix, $write_access)
 
static processEditInterface (Backend_Outputter $o, $prefix)
 

Static Protected Member Functions

static _getKeywordInfo ($keyword_name, Array &$allowed_keywords)
 

Additional Inherited Members

- Data Fields inherited from Asset_Edit_Fns
 $static_screens
 

Detailed Description

Definition at line 31 of file condition_logical_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

See Also
Asset_Edit_Fns::__construct()

Definition at line 40 of file condition_logical_edit_fns.inc.

Member Function Documentation

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_namethe keyword to analyse
array&$allowed_keywordsallowed 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_dataArray of settings for this condition
Backend_Outputter$oBackend outputter to use
string$prefixPrefix for form elements
boolean$write_accessWhether we have access to edit the field values
array$allowed_keywordsAllowed 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

Process the backend editing interface for this condition

Parameters
Backend_Outputter$oBackend outputter to use
string$prefixPrefix for form elements
array$allowed_keywordsAllowed keywords to use
Returns
array public

Definition at line 159 of file condition_logical_edit_fns.inc.


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