|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct ($assetid=0) | |
| indexingOn (&$owner, $prefix) | |
| paintIndexing (&$asset, &$o, $prefix) | |
| processIndexing (&$asset, &$o, $prefix) | |
| paintRebuildCache (&$asset, &$o, $prefix) | |
| processRebuildCache (&$asset, &$o, $prefix) | |
| paintReindexing (&$asset, &$o, $prefix) | |
| processReindexing (&$asset, &$o, $prefix) | |
| paintNewCollection (&$asset, &$o, $prefix) | |
| processNewCollection (&$asset, &$o, $prefix) | |
| paintCollections (&$asset, &$o, $prefix) | |
| processCollections (&$asset, &$o, $prefix) | |
| paintSelectedCollection (&$asset, &$o, $prefix) | |
| processSelectedCollection (&$asset, &$o, $prefix) | |
| paintThesaurusChooser (&$asset, &$o, $prefix) | |
| processThesaurusChooser (&$asset, &$o, $prefix) | |
| paintThesaurus (&$asset, &$o, $prefix) | |
| processThesaurus (&$asset, &$o, $prefix) | |
| paintFeaturePageChooser (&$asset, &$o, $prefix) | |
| processFeaturePageChooser (&$asset, &$o, $prefix) | |
| paintFeaturePage (&$asset, &$o, $prefix) | |
| processFeaturePage (&$asset, &$o, $prefix) | |
| paintSelectedFeaturePage (&$asset, &$o, $prefix) | |
| processSelectedFeaturePage (&$asset, &$o, $prefix) | |
| paintFlusterChooser (&$asset, &$o, $prefix) | |
| processFlusterChooser (&$asset, &$o, $prefix) | |
| paintFluster (&$asset, &$o, $prefix) | |
| processFluster (&$asset, &$o, $prefix) | |
| paintMetamapChooser (&$asset, &$o, $prefix) | |
| processMetamapChooser (&$asset, &$o, $prefix) | |
| paintMetamap (&$asset, &$o, $prefix) | |
| processMetamap (&$asset, &$o, $prefix) | |
| paintPassword (&$asset, &$o, $prefix) | |
| processPassword (&$asset, &$o, $prefix) | |
| paintExcludeAssetid (&$asset, &$o, $prefix) | |
| processExcludeAssetid (&$asset, &$o, $prefix) | |
| paintExcludeAssetType (&$asset, &$o, $prefix) | |
| processExcludeAssetType (&$asset, &$o, $prefix) | |
| paintExcludeTreeNode (&$asset, &$o, $prefix) | |
| processExcludeTreeNode (&$asset, &$o, $prefix) | |
| _checkCollection ($collections, $collection_id='') | |
| _getCollectionDefault ($type='web') | |
| _writeFeaturePagesConfiguration (&$asset, $collection, $data) | |
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 30 of file funnelback_manager_edit_fns.inc.
| __construct | ( | $assetid = 0 | ) |
Constructor
| int | $assetid | the asset id to be loaded |
Definition at line 40 of file funnelback_manager_edit_fns.inc.
| _checkCollection | ( | $collections, | |
$collection_id = '' |
|||
| ) |
Check if a collection is valid or not
| array | $collections | The collections to check |
| string | $collection_id | The collection id to check, if empty return all collections with valid set |
Definition at line 1934 of file funnelback_manager_edit_fns.inc.
| _getCollectionDefault | ( | $type = 'web' | ) |
Get collection defaults
| string | $type | The type collection we want the defaults for |
Definition at line 1996 of file funnelback_manager_edit_fns.inc.
| _writeFeaturePagesConfiguration | ( | & | $asset, |
| $collection, | |||
| $data | |||
| ) |
Make changes to the feature page configuration. This function is basically a wrapper function the funnelback_manager's writeConfiguration(), just the main part of it is to filter the valid configuration lines.
| object | &$asset | The funnelback manager asset |
| string | $collection | The collection id |
| array | $data | The raw data to save |
Definition at line 2027 of file funnelback_manager_edit_fns.inc.
| indexingOn | ( | & | $owner, |
| $prefix | |||
| ) |
Returns true if funnelback indexing is on.
| object | &$owner | the search manager |
| string | $prefix | the prefix for this asset |
Definition at line 68 of file funnelback_manager_edit_fns.inc.
| paintCollections | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for collections
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 372 of file funnelback_manager_edit_fns.inc.
| paintExcludeAssetid | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for choosing Asset IDs to exclude
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1733 of file funnelback_manager_edit_fns.inc.
| paintExcludeAssetType | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for choosing Asset Types to exclude
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1798 of file funnelback_manager_edit_fns.inc.
| paintExcludeTreeNode | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for choosing Tree Node to exclude
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1867 of file funnelback_manager_edit_fns.inc.
| paintFeaturePage | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for editing a feature page
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 923 of file funnelback_manager_edit_fns.inc.
| paintFeaturePageChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for choosing a feature page to edit
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 853 of file funnelback_manager_edit_fns.inc.
| paintFluster | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for editing flustering options
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1272 of file funnelback_manager_edit_fns.inc.
| paintFlusterChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for choosing a collection to edit
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1219 of file funnelback_manager_edit_fns.inc.
| paintIndexing | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for enabling indexing by Funnelback
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 85 of file funnelback_manager_edit_fns.inc.
| paintMetamap | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for editing metadata options
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1436 of file funnelback_manager_edit_fns.inc.
| paintMetamapChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for choosing a collection to edit
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1383 of file funnelback_manager_edit_fns.inc.
| paintNewCollection | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for collections
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 297 of file funnelback_manager_edit_fns.inc.
| paintPassword | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for the password field
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1663 of file funnelback_manager_edit_fns.inc.
| paintRebuildCache | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for rebuilding the cache
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 145 of file funnelback_manager_edit_fns.inc.
| paintReindexing | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for the Funnelback indexer
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 214 of file funnelback_manager_edit_fns.inc.
| paintSelectedCollection | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for editing a selected collection
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 486 of file funnelback_manager_edit_fns.inc.
| paintSelectedFeaturePage | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for editing a selected feature page
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1055 of file funnelback_manager_edit_fns.inc.
| paintThesaurus | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for editing a thesaurus
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 732 of file funnelback_manager_edit_fns.inc.
| paintThesaurusChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for choosing a thesaurus to edit
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 679 of file funnelback_manager_edit_fns.inc.
| processCollections | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for collections
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 445 of file funnelback_manager_edit_fns.inc.
| processExcludeAssetid | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for processing Asset IDs to exclude
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1766 of file funnelback_manager_edit_fns.inc.
| processExcludeAssetType | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for processing Asset Types to exclude
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1836 of file funnelback_manager_edit_fns.inc.
| processExcludeTreeNode | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for processing Tree Node to exclude
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1900 of file funnelback_manager_edit_fns.inc.
| processFeaturePage | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing a feature page
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1003 of file funnelback_manager_edit_fns.inc.
| processFeaturePageChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for adding a new feature page for a collection
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 887 of file funnelback_manager_edit_fns.inc.
| processFluster | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing flustering options
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1332 of file funnelback_manager_edit_fns.inc.
| processFlusterChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for choosing a fluster for a collection
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1253 of file funnelback_manager_edit_fns.inc.
| processIndexing | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for enabling indexing by Funnelback
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 111 of file funnelback_manager_edit_fns.inc.
| processMetamap | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing metadata options
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1586 of file funnelback_manager_edit_fns.inc.
| processMetamapChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for choosing a collection
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1417 of file funnelback_manager_edit_fns.inc.
| processNewCollection | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for collections
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 330 of file funnelback_manager_edit_fns.inc.
| processPassword | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for the password field
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1686 of file funnelback_manager_edit_fns.inc.
| processRebuildCache | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for rebuilding the cache
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 173 of file funnelback_manager_edit_fns.inc.
| processReindexing | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for the Funnelback Indexer
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 254 of file funnelback_manager_edit_fns.inc.
| processSelectedCollection | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing a selected collection
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 586 of file funnelback_manager_edit_fns.inc.
| processSelectedFeaturePage | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing a feature page
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 1134 of file funnelback_manager_edit_fns.inc.
| processThesaurus | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for editing a thesaurus
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 800 of file funnelback_manager_edit_fns.inc.
| processThesaurusChooser | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for choosing a thesaurus to edit
| object | &$asset | the funnelback manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
Definition at line 713 of file funnelback_manager_edit_fns.inc.