PHP Class tl_image_size

Inheritance: extends Backend
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
__construct ( ) Import the back end user object
checkPermission ( ) Check permissions to edit the table
editHeader ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string Return the edit header button
listImageSize ( array $row ) : string List an image size
showJsLibraryHint ( ) Show a hint if a JavaScript library needs to be included in the page layout

Method Details

__construct() public méthode

Import the back end user object
public __construct ( )

checkPermission() public méthode

Check permissions to edit the table
public checkPermission ( )

editHeader() public méthode

Return the edit header button
public editHeader ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string
$row array
$href string
$label string
$title string
$icon string
$attributes string
Résultat string

listImageSize() public méthode

List an image size
public listImageSize ( array $row ) : string
$row array
Résultat string

showJsLibraryHint() public méthode

Show a hint if a JavaScript library needs to be included in the page layout
public showJsLibraryHint ( )