PHP Class tl_undo

Provide miscellaneous methods that are used by the data configuration array.
Inheritance: extends Backend
Show file Open project: contao/core-bundle

Public Methods

Method Description
__construct ( ) Import the back end user object
checkPermission ( ) Check permissions to use table tl_undo
ellipsis ( array $row, string $label ) : string Add the surrounding ellipsis layer

Method Details

__construct() public method

Import the back end user object
public __construct ( )

checkPermission() public method

Check permissions to use table tl_undo
public checkPermission ( )

ellipsis() public method

Add the surrounding ellipsis layer
public ellipsis ( array $row, string $label ) : string
$row array
$label string
return string