Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Page_Asset_Builder_Edit_Fns Class Reference
Inheritance diagram for Page_Asset_Builder_Edit_Fns:
Page_Edit_Fns Asset_Edit_Fns MySource_Object Page_Account_Manager_Edit_Fns SAML_Account_Manager_Edit_Fns

Public Member Functions

 __construct ()
 
 paintAssetTypes (&$asset, &$o, $prefix)
 
 processAssetTypes (&$asset, &$o, $prefix)
 
 paintCreateStatus (&$asset, &$o, $prefix)
 
 processCreateStatus (&$asset, &$o, $prefix)
 
 paintSchemasToApply (&$asset, &$o, $prefix)
 
 processSchemasToApply (&$asset, &$o, $prefix)
 
 paintCreateFormCustomisation (&$asset, &$o, $prefix)
 
 processCreateFormCustomisation (&$asset, &$o, $prefix)
 
 paintFixedCreateLocations (&$asset, &$o, $prefix)
 
 processFixedCreateLocations (&$asset, &$o, $prefix)
 
 _paintSelectableLocationSet (&$asset, &$o, $prefix, $name, &$data)
 
 paintSelectableLocationSets (&$asset, &$o, $prefix)
 
 processSelectableLocationSets (&$asset, &$o, $prefix)
 
 paintConditionalCreateLocations (&$asset, &$o, $prefix)
 
 processConditionalCreateLocations (&$asset, &$o, $prefix)
 
 paintAdditionalLocationParents (&$asset, &$o, $prefix)
 
 processAdditionalLocationParents (&$asset, &$o, $prefix)
 
 paintAdditionalLocationTypes (&$asset, &$o, $prefix)
 
 processAdditionalLocationTypes (&$asset, &$o, $prefix)
 
 paintDynamicCreateLocations (&$asset, &$o, $prefix)
 
 _paintDynamicCreateLocationSet (&$asset, &$o, $prefix, $name, &$data)
 
 processDynamicCreateLocations (&$asset, &$o, $prefix)
 
 paintRequiredFields (&$asset, &$o, $prefix)
 
 processRequiredFields (&$asset, &$o, $prefix)
 
 paintCaptchaFontField (&$asset, &$o, $prefix)
 
 processCaptchaFontField (&$asset, &$o, $prefix)
 
 definesMultipleLocations (&$asset)
 
 definesMultipleAssetTypes (&$asset)
 
 paintMollomAttributeToCheck (&$asset, &$o, $prefix)
 
 processMollomAttributeToCheck (&$asset, &$o, $prefix)
 
- Public Member Functions inherited from Page_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 ()
 

Data Fields

 $location_types = Array()
 

Detailed Description

Definition at line 35 of file page_asset_builder_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 50 of file page_asset_builder_edit_fns.inc.

Member Function Documentation

_paintDynamicCreateLocationSet ( $asset,
$o,
  $prefix,
  $name,
$data 
)

Handles the painting of a Dynamic Create Locations set box

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
string$namethe name of the selectable locations set
array&$datadetails of the selectable locations set
Returns
boolean private

Definition at line 1022 of file page_asset_builder_edit_fns.inc.

_paintSelectableLocationSet ( $asset,
$o,
  $prefix,
  $name,
$data 
)

Paint the interface for a single set of selectable create locations

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
string$namethe name of the selectable locations set
array&$datadetails of the selectable locations set
Returns
void public

Definition at line 417 of file page_asset_builder_edit_fns.inc.

definesMultipleAssetTypes ( $asset)

Returns true if the asset builder allows the user to create more than one asset type

Parameters
object&$assetthe asset to which we belong
Returns
boolean public

Definition at line 1655 of file page_asset_builder_edit_fns.inc.

definesMultipleLocations ( $asset)

Returns true if the asset builder allows the user to select multiple create locations

Parameters
object&$assetthe asset to which we belong
Returns
boolean public

Definition at line 1640 of file page_asset_builder_edit_fns.inc.

paintAdditionalLocationParents ( $asset,
$o,
  $prefix 
)

Paints the interface for saying where additional create locations can come from

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 886 of file page_asset_builder_edit_fns.inc.

paintAdditionalLocationTypes ( $asset,
$o,
  $prefix 
)

Paints the interface for saying what types of asset additional locations can be

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 938 of file page_asset_builder_edit_fns.inc.

paintAssetTypes ( $asset,
$o,
  $prefix 
)

Paint the current asset types that have been added

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 71 of file page_asset_builder_edit_fns.inc.

paintCaptchaFontField ( $asset,
$o,
  $prefix 
)

Paints the interface for the CAPTCHA Font field

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 1571 of file page_asset_builder_edit_fns.inc.

paintConditionalCreateLocations ( $asset,
$o,
  $prefix 
)

Paint the interface for setting up rules that determine create locations

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 658 of file page_asset_builder_edit_fns.inc.

paintCreateFormCustomisation ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing create types whose form should be customised

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 214 of file page_asset_builder_edit_fns.inc.

paintCreateStatus ( $asset,
$o,
  $prefix 
)

Paint the interface for choosing the status of newly created assets

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 124 of file page_asset_builder_edit_fns.inc.

paintDynamicCreateLocations ( $asset,
$o,
  $prefix 
)

Paint the interface for choosing sets of dynamic create locations for the frontend user to choose from

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 988 of file page_asset_builder_edit_fns.inc.

paintFixedCreateLocations ( $asset,
$o,
  $prefix 
)

Paint the interface for choosing the locations to which all new assets will be linked

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 292 of file page_asset_builder_edit_fns.inc.

paintMollomAttributeToCheck ( $asset,
$o,
  $prefix 
)

Paint the interface for choosing the asset attribute to Mollom spam check

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 1675 of file page_asset_builder_edit_fns.inc.

paintRequiredFields ( $asset,
$o,
  $prefix 
)

Paint the interface for choosing the status of newly created assets

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 1382 of file page_asset_builder_edit_fns.inc.

paintSchemasToApply ( $asset,
$o,
  $prefix 
)

Paints the interface for choosing metadata schemas to apply to new assets

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 177 of file page_asset_builder_edit_fns.inc.

paintSelectableLocationSets ( $asset,
$o,
  $prefix 
)

Paint the interface for choosing sets of create locations for the frontend user to choose from

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 553 of file page_asset_builder_edit_fns.inc.

processAdditionalLocationParents ( $asset,
$o,
  $prefix 
)

Processes the interface for saying where additional create locations can come from

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 913 of file page_asset_builder_edit_fns.inc.

processAdditionalLocationTypes ( $asset,
$o,
  $prefix 
)

Processes the interface for saying what types of asset additional locations can be

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 964 of file page_asset_builder_edit_fns.inc.

processAssetTypes ( $asset,
$o,
  $prefix 
)

Process the current asset types that have been added

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 99 of file page_asset_builder_edit_fns.inc.

processCaptchaFontField ( $asset,
$o,
  $prefix 
)

Processes the interface for the CAPTCHA Font field

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 1599 of file page_asset_builder_edit_fns.inc.

processConditionalCreateLocations ( $asset,
$o,
  $prefix 
)

Processes the interface for setting up create location rules

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 835 of file page_asset_builder_edit_fns.inc.

processCreateFormCustomisation ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing create types whose form should be customised

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 267 of file page_asset_builder_edit_fns.inc.

processCreateStatus ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing the status of newly created assets

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 156 of file page_asset_builder_edit_fns.inc.

processDynamicCreateLocations ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing sets of dynamic create locations for the frontend user to choose from

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 1253 of file page_asset_builder_edit_fns.inc.

processFixedCreateLocations ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing the locations to which all new assets will be linked

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 370 of file page_asset_builder_edit_fns.inc.

processMollomAttributeToCheck ( $asset,
$o,
  $prefix 
)

Process the interface for choosing the asset attribute to Mollom spam check

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 1819 of file page_asset_builder_edit_fns.inc.

processRequiredFields ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing the status of newly created assets

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 1524 of file page_asset_builder_edit_fns.inc.

processSchemasToApply ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing metadata schemas to apply to new assets

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 194 of file page_asset_builder_edit_fns.inc.

processSelectableLocationSets ( $asset,
$o,
  $prefix 
)

Processes the interface for choosing sets of create locations for the frontend user to choose from

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 585 of file page_asset_builder_edit_fns.inc.


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