Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
addAliasButton ( array $arrButtons, DataContainer $dc ) : array |
Automatically generate the folder URL aliases |
|
addBreadcrumb ( ) |
Add the breadcrumb menu |
|
addIcon ( array $row, string $label, DataContainer $dc = null, string $imageAttribute = '', boolean $blnReturnImage = false, boolean $blnProtected = false ) : string |
Add an image to each page in the tree |
|
checkDns ( mixed $varValue ) : mixed |
Check the DNS settings |
|
checkFallback ( mixed $varValue, DataContainer $dc ) : mixed |
Make sure there is only one fallback per domain (thanks to Andreas Schempp) |
|
checkFeedAlias ( mixed $varValue, DataContainer $dc ) : mixed |
Check the sitemap alias |
|
checkJumpTo ( mixed $varValue, DataContainer $dc ) : mixed |
Prevent circular references |
|
checkPermission ( ) |
Check permissions to edit table tl_page |
|
checkRootType ( mixed $varValue, DataContainer $dc ) : mixed |
Make sure that top-level pages are root pages |
|
checkStaticUrl ( mixed $varValue ) : mixed |
Check a static URL |
|
copyPage ( array $row, string $href, string $label, string $title, string $icon, string $attributes, string $table ) : string |
Return the copy page button |
|
copyPageWithSubpages ( array $row, string $href, string $label, string $title, string $icon, string $attributes, string $table ) : string |
Return the copy page with subpages button |
|
cutPage ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the cut page button |
|
deletePage ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the delete page button |
|
editArticles ( array $row, string $href, string $label, string $title, string $icon ) : string |
Generate an "edit articles" button and return it as string |
|
editPage ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the edit page button |
|
generateAlias ( mixed $varValue, DataContainer $dc ) : string |
Auto-generate a page alias if it has not been set yet |
|
generateArticle ( DataContainer $dc ) |
Automatically create an article in the main column of a new page |
|
getPageLayouts ( ) : array |
Return all page layouts grouped by theme |
|
getPageTypes ( DataContainer $dc ) : string |
Returns all allowed page types as array |
|
makeRedirectPageMandatory ( DataContainer $dc ) : mixed |
Make the redirect page mandatory if the page is a logout page |
|
pastePage ( DataContainer $dc, array $row, string $table, boolean $cr, array $arrClipboard = null ) : string |
Return the paste page button |
|
purgeSearchIndex ( DataContainer $dc ) |
Purge the search index if a page is being deleted |
|
setRootType ( DataContainer $dc ) |
Make new top-level pages root pages |
|
showFallbackWarning ( ) |
Show a warning if there is no language fallback page |
|
toggleIcon ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the "toggle visibility" button |
|
toggleVisibility ( integer $intId, boolean $blnVisible, DataContainer $dc = null ) |
Disable/enable a user group |
|
updateSitemap ( DataContainer $dc ) |
Recursively add pages to a sitemap |
|