Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
addAliasButton ( array $arrButtons ) : array |
Automatically generate the folder URL aliases |
|
addIcon ( array $row, string $label ) : string |
Add an image to each page in the tree |
|
checkPermission ( ) |
Check permissions to edit table tl_page |
|
copyArticle ( array $row, string $href, string $label, string $title, string $icon, string $attributes, string $table ) : string |
Return the copy article button |
|
cutArticle ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the cut article button |
|
deleteArticle ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the delete article button |
|
editArticle ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the edit article button |
|
editHeader ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the edit header button |
|
generateAlias ( mixed $varValue, DataContainer $dc ) : string |
Auto-generate an article alias if it has not been set yet |
|
getActiveLayoutSections ( DataContainer $dc ) : array |
Return all active layout sections as array |
|
getArticleTemplates ( ) : array |
Return all module templates as array |
|
pasteArticle ( DataContainer $dc, array $row, string $table, boolean $cr, array $arrClipboard = null ) : string |
Return the paste article button |
|
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 |
|