Squiz Matrix
4.12.2
|
Protected Member Functions | |
_paintURL (Backend_Outputter $o, $prefix, $i, Array $url_info, $write_access) | |
_isCircularReference (Array $urls) | |
Protected Attributes | |
$protos = Array('http', 'https') | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 32 of file site_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 45 of file site_edit_fns.inc.
|
protected |
Checks the URL list to see if there is a circular reference that would cause a redirect loop
Algorithm:
Example: Example URL setup Circular? ============================== ========= A => B, B => A YES A => B, B => C, C => A YES A => B, B => C, C => NULL NO
array | $urls | array of URL IDs |
Definition at line 870 of file site_edit_fns.inc.
|
protected |
Paint the interface for individual URLs
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
int | $i | the count for this URL |
array | $url_info | the urls info |
boolean | $write_access | whether the user can edit this url |
Definition at line 220 of file site_edit_fns.inc.
paintArchivedPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for setting the "archived 404" page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 460 of file site_edit_fns.inc.
paintAuthURLs | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for setting authentication redirects for the site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 630 of file site_edit_fns.inc.
paintForbiddenPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for setting the forbidden page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 494 of file site_edit_fns.inc.
paintIndexPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for setting the index page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 426 of file site_edit_fns.inc.
paintNotFoundPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for setting the not found page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 528 of file site_edit_fns.inc.
paintNotFoundPageDesign | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for the design setting the not found page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 562 of file site_edit_fns.inc.
paintNotFoundPagePaintLayout | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for the paint layout setting the not found page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 596 of file site_edit_fns.inc.
paintURLs | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for the asset urls
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 64 of file site_edit_fns.inc.
processArchivedPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the setting of the "archived 404" page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 477 of file site_edit_fns.inc.
processAuthURLs | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the interface for setting authentication redirects for the site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 749 of file site_edit_fns.inc.
processForbiddenPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the setting of the forbidden page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 511 of file site_edit_fns.inc.
processIndexPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the setting of the index page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 443 of file site_edit_fns.inc.
processNotFoundPage | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the setting of the not found page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 545 of file site_edit_fns.inc.
processNotFoundPageDesign | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the design setting of the not found page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 579 of file site_edit_fns.inc.
processNotFoundPagePaintLayout | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the design setting of the not found page for this site
Site | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for the form element |
Definition at line 613 of file site_edit_fns.inc.
processURLs | ( | Site | $asset, |
Backend_Outputter | $o, | ||
$prefix, | |||
$updatelookups = TRUE |
|||
) |
Processes the URLs posted from the paintURLs fn above
object | &$asset | the asset whose interface we are painting |
object | &$o | the Backend Outputter object |
string | $prefix | prefix for the form element |
boolean | $updatelookups | TRUE = run HIPO job as normal, FALSE = don't run HIPO job |
Definition at line 292 of file site_edit_fns.inc.