Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Contao
StyleSheetModel
PHP Класс Contao\StyleSheetModel
The class reads from and writes to the style sheet table. It does not create .css files on the hard disk. This is done by the StyleSheet class.
Наследование:
extends
Model
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Свойство
Тип
Описание
$strTable
string
Table name
Открытые методы
Метод
Описание
findByIds
(
array
$arrIds
) :
Collection |
StyleSheetModel[] |
StyleSheetModel |
null
Find multiple style sheets by their IDs
Описание методов
findByIds()
публичный
статический
Метод
Find multiple style sheets by their IDs
public
static
findByIds
(
array
$arrIds
) :
Collection |
StyleSheetModel[] |
StyleSheetModel |
null
$arrIds
array
An array of style sheet IDs
Результат
Contao\Model\Collection |
StyleSheetModel[] |
StyleSheetModel |
null
A collection of models or null if there are no style sheets
Описание свойств
$strTable
защищенное статическое свойство
Table name
protected
static
string
$strTable
Результат
string