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

Public Member Functions

 __construct ()
 
 paintBackendSearchPage (&$asset, &$o, $prefix)
 
 processBackendSearchPage (&$asset, &$o, $prefix)
 
 paintBackendSubmitImage (&$asset, &$o, $prefix)
 
 processBackendSubmitImage (&$asset, &$o, $prefix)
 
 paintSearchCategorySet (&$asset, &$o, $prefix)
 
 processSearchCategorySet (&$asset, &$o, $prefix)
 
 paintSearchCategoryDefault (&$asset, &$o, $prefix)
 
 processSearchCategoryDefault (&$asset, &$o, $prefix)
 
 paintSearchFieldName (&$asset, &$o, $prefix)
 
 processSearchFieldName (&$asset, &$o, $prefix)
 
 hasValidSearchPage (&$owner, $prefix)
 
 hasValidCategorySet (&$owner, $prefix)
 
 isSubmitButton (&$owner, $prefix)
 
- Public Member Functions inherited from Design_Area_Edit_Fns
 __construct ()
 
 paintIdName (Design_Area $asset, Backend_Outputter $o, $prefix)
 
 _parseString ($file_contents)
 
 _processContents (Design_Area $asset, Array $contents)
 
- 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 Design_Area_Edit_Fns
 $tag_name = 'MySource'
 
- Protected Member Functions inherited from Design_Area_Edit_Fns
 _parseStringContents (&$file_contents, &$cur_pos, &$nest_level)
 
 _tagToParse (&$file_contents, &$cur_pos)
 
 _parseOpenTag (&$file_contents, &$cur_pos)
 
 _parseTerminateTag (&$file_contents, &$cur_pos)
 
 _isWhitespace ($str)
 
 _setVariables (Design_Area &$asset, Array &$contents)
 
 _removeFileRoot ($str)
 
 _getDefaultContents (Design_Area $asset, $content_type)
 

Detailed Description

Definition at line 31 of file design_area_searchbox_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 39 of file design_area_searchbox_edit_fns.inc.

Member Function Documentation

hasValidCategorySet ( $owner,
  $prefix 
)

Validate the category set

Used to test if appropriate fields should be shown

Parameters
object&$ownerthe searchbox design area asset
string$prefixthe prefix for this asset
Returns
boolean public

Definition at line 376 of file design_area_searchbox_edit_fns.inc.

hasValidSearchPage ( $owner,
  $prefix 
)

Validate the search page asset

Used to test if appropriate fields should be shown

Parameters
object&$ownerthe searchbox design area asset
string$prefixthe prefix for this asset
Returns
boolean public

Definition at line 354 of file design_area_searchbox_edit_fns.inc.

isSubmitButton ( $owner,
  $prefix 
)

Test whether a button or an image is shown when submitting

Used to test if appropriate fields should be shown

Parameters
object&$ownerthe searchbox design area asset
string$prefixthe prefix for this asset
Returns
boolean public

Definition at line 398 of file design_area_searchbox_edit_fns.inc.

paintBackendSearchPage ( $asset,
$o,
  $prefix 
)

Paint the field interface for selecting the search page to delegate to

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 57 of file design_area_searchbox_edit_fns.inc.

paintBackendSubmitImage ( $asset,
$o,
  $prefix 
)

Paint the field interface for specifying whether the submit button should be a button or an image.

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 109 of file design_area_searchbox_edit_fns.inc.

paintSearchCategoryDefault ( $asset,
$o,
  $prefix 
)

Paints the default search category

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 227 of file design_area_searchbox_edit_fns.inc.

paintSearchCategorySet ( $asset,
$o,
  $prefix 
)

Paints the search category set

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 162 of file design_area_searchbox_edit_fns.inc.

paintSearchFieldName ( $asset,
$o,
  $prefix 
)

Paint the field interface for specifying the search field to which this search query corresponds to on the search page

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 291 of file design_area_searchbox_edit_fns.inc.

processBackendSearchPage ( $asset,
$o,
  $prefix 
)

Process the field interface for selecting the search page to delegate to

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 85 of file design_area_searchbox_edit_fns.inc.

processBackendSubmitImage ( $asset,
$o,
  $prefix 
)

Process the field interface for specifying whether the submit button should be a button or an image

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 137 of file design_area_searchbox_edit_fns.inc.

processSearchCategoryDefault ( $asset,
$o,
  $prefix 
)

Process the default search category

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 267 of file design_area_searchbox_edit_fns.inc.

processSearchCategorySet ( $asset,
$o,
  $prefix 
)

Processes search category set

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 195 of file design_area_searchbox_edit_fns.inc.

processSearchFieldName ( $asset,
$o,
  $prefix 
)

Process the field interface for specifying the search field to which this search query corresponds to on the search page

Parameters
object&$assetthe searchbox design area asset
object&$othe backend outputter
string$prefixthe prefix for this field
Returns
boolean public

Definition at line 332 of file design_area_searchbox_edit_fns.inc.


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