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

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
 

Detailed Description

Definition at line 30 of file funnelback_manager_edit_fns.inc.

Constructor & Destructor Documentation

__construct (   $assetid = 0)

Constructor

Parameters
int$assetidthe asset id to be loaded

Definition at line 40 of file funnelback_manager_edit_fns.inc.

Member Function Documentation

_checkCollection (   $collections,
  $collection_id = '' 
)

Check if a collection is valid or not

Parameters
array$collectionsThe collections to check
string$collection_idThe collection id to check, if empty return all collections with valid set
Returns
array|boolean protected

Definition at line 1934 of file funnelback_manager_edit_fns.inc.

_getCollectionDefault (   $type = 'web')

Get collection defaults

Parameters
string$typeThe type collection we want the defaults for
Returns
array protected

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.

Parameters
object&$assetThe funnelback manager asset
string$collectionThe collection id
array$dataThe raw data to save
Returns
void protected

Definition at line 2027 of file funnelback_manager_edit_fns.inc.

indexingOn ( $owner,
  $prefix 
)

Returns true if funnelback indexing is on.

Parameters
object&$ownerthe search manager
string$prefixthe prefix for this asset
Returns
boolean public

Definition at line 68 of file funnelback_manager_edit_fns.inc.

paintCollections ( $asset,
$o,
  $prefix 
)

Paints the interface for collections

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 372 of file funnelback_manager_edit_fns.inc.

paintExcludeAssetid ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing Asset IDs to exclude

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1733 of file funnelback_manager_edit_fns.inc.

paintExcludeAssetType ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing Asset Types to exclude

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1798 of file funnelback_manager_edit_fns.inc.

paintExcludeTreeNode ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing Tree Node to exclude

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1867 of file funnelback_manager_edit_fns.inc.

paintFeaturePage ( $asset,
$o,
  $prefix 
)

Paints the interface for editing a feature page

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

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

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 853 of file funnelback_manager_edit_fns.inc.

paintFluster ( $asset,
$o,
  $prefix 
)

Paints the interface for editing flustering options

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1272 of file funnelback_manager_edit_fns.inc.

paintFlusterChooser ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing a collection to edit

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1219 of file funnelback_manager_edit_fns.inc.

paintIndexing ( $asset,
$o,
  $prefix 
)

Paints the interface for enabling indexing by Funnelback

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 85 of file funnelback_manager_edit_fns.inc.

paintMetamap ( $asset,
$o,
  $prefix 
)

Paints the interface for editing metadata options

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1436 of file funnelback_manager_edit_fns.inc.

paintMetamapChooser ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing a collection to edit

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1383 of file funnelback_manager_edit_fns.inc.

paintNewCollection ( $asset,
$o,
  $prefix 
)

Paints the interface for collections

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 297 of file funnelback_manager_edit_fns.inc.

paintPassword ( $asset,
$o,
  $prefix 
)

Paints the interface for the password field

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1663 of file funnelback_manager_edit_fns.inc.

paintRebuildCache ( $asset,
$o,
  $prefix 
)

Paints the interface for rebuilding the cache

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 145 of file funnelback_manager_edit_fns.inc.

paintReindexing ( $asset,
$o,
  $prefix 
)

Paints the interface for the Funnelback indexer

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 214 of file funnelback_manager_edit_fns.inc.

paintSelectedCollection ( $asset,
$o,
  $prefix 
)

Paints the interface for editing a selected collection

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 486 of file funnelback_manager_edit_fns.inc.

paintSelectedFeaturePage ( $asset,
$o,
  $prefix 
)

Paints the interface for editing a selected feature page

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1055 of file funnelback_manager_edit_fns.inc.

paintThesaurus ( $asset,
$o,
  $prefix 
)

Paints the interface for editing a thesaurus

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 732 of file funnelback_manager_edit_fns.inc.

paintThesaurusChooser ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing a thesaurus to edit

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 679 of file funnelback_manager_edit_fns.inc.

processCollections ( $asset,
$o,
  $prefix 
)

Processes the interface for collections

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 445 of file funnelback_manager_edit_fns.inc.

processExcludeAssetid ( $asset,
$o,
  $prefix 
)

Processes the interface for processing Asset IDs to exclude

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1766 of file funnelback_manager_edit_fns.inc.

processExcludeAssetType ( $asset,
$o,
  $prefix 
)

Processes the interface for processing Asset Types to exclude

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1836 of file funnelback_manager_edit_fns.inc.

processExcludeTreeNode ( $asset,
$o,
  $prefix 
)

Processes the interface for processing Tree Node to exclude

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1900 of file funnelback_manager_edit_fns.inc.

processFeaturePage ( $asset,
$o,
  $prefix 
)

Processes the interface for editing a feature page

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

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

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 887 of file funnelback_manager_edit_fns.inc.

processFluster ( $asset,
$o,
  $prefix 
)

Processes the interface for editing flustering options

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

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

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1253 of file funnelback_manager_edit_fns.inc.

processIndexing ( $asset,
$o,
  $prefix 
)

Processes the interface for enabling indexing by Funnelback

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 111 of file funnelback_manager_edit_fns.inc.

processMetamap ( $asset,
$o,
  $prefix 
)

Processes the interface for editing metadata options

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1586 of file funnelback_manager_edit_fns.inc.

processMetamapChooser ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing a collection

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1417 of file funnelback_manager_edit_fns.inc.

processNewCollection ( $asset,
$o,
  $prefix 
)

Processes the interface for collections

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 330 of file funnelback_manager_edit_fns.inc.

processPassword ( $asset,
$o,
  $prefix 
)

Processes the interface for the password field

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1686 of file funnelback_manager_edit_fns.inc.

processRebuildCache ( $asset,
$o,
  $prefix 
)

Processes the interface for rebuilding the cache

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 173 of file funnelback_manager_edit_fns.inc.

processReindexing ( $asset,
$o,
  $prefix 
)

Processes the interface for the Funnelback Indexer

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 254 of file funnelback_manager_edit_fns.inc.

processSelectedCollection ( $asset,
$o,
  $prefix 
)

Processes the interface for editing a selected collection

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 586 of file funnelback_manager_edit_fns.inc.

processSelectedFeaturePage ( $asset,
$o,
  $prefix 
)

Processes the interface for editing a feature page

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 1134 of file funnelback_manager_edit_fns.inc.

processThesaurus ( $asset,
$o,
  $prefix 
)

Processes the interface for editing a thesaurus

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 800 of file funnelback_manager_edit_fns.inc.

processThesaurusChooser ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing a thesaurus to edit

Parameters
object&$assetthe funnelback manager asset
object&$othe backend outputter
string$prefixthe prefix for fields
Returns
boolean public

Definition at line 713 of file funnelback_manager_edit_fns.inc.


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