PHP 클래스 tl_image_size

상속: extends Backend
파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

Import the back end user object
public __construct ( )

checkPermission() 공개 메소드

Check permissions to edit the table
public checkPermission ( )

editHeader() 공개 메소드

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
리턴 string

listImageSize() 공개 메소드

List an image size
public listImageSize ( array $row ) : string
$row array
리턴 string

showJsLibraryHint() 공개 메소드

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