PHP Класс tl_style_sheet

Наследование: extends Backend
Показать файл Открыть проект

Открытые методы

Метод Описание
__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
listStyleSheet ( array $row ) : string List a style sheet
romanizeName ( mixed $varValue ) : mixed Romanize the file name (see #7526)
sanitizeCc ( mixed $varValue ) : mixed Sanitize the conditional comments field
scheduleUpdate ( mixed $id ) Schedule a style sheet update
updateStyleSheet ( ) Check for modified style sheets and update them if necessary

Описание методов

__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

listStyleSheet() публичный Метод

List a style sheet
public listStyleSheet ( array $row ) : string
$row array
Результат string

romanizeName() публичный Метод

Romanize the file name (see #7526)
public romanizeName ( mixed $varValue ) : mixed
$varValue mixed
Результат mixed

sanitizeCc() публичный Метод

Sanitize the conditional comments field
public sanitizeCc ( mixed $varValue ) : mixed
$varValue mixed
Результат mixed

scheduleUpdate() публичный Метод

This method is triggered when a single style sheet or multiple style sheets are modified (edit/editAll) or duplicated (copy/copyAll).
public scheduleUpdate ( mixed $id )
$id mixed

updateStyleSheet() публичный Метод

Check for modified style sheets and update them if necessary
public updateStyleSheet ( )