Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Contao
StyleSheetModel
PHP Class 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.
Inheritance:
extends
Model
ファイルを表示
Open project: contao/core-bundle
Class Usage Examples
Protected Properties
Property
Type
Description
$strTable
string
Table name
Public Methods
Method
Description
findByIds
(
array
$arrIds
) :
Collection |
StyleSheetModel[] |
StyleSheetModel |
null
Find multiple style sheets by their IDs
Method Details
findByIds()
public
static
method
Find multiple style sheets by their IDs
public
static
findByIds
(
array
$arrIds
) :
Collection |
StyleSheetModel[] |
StyleSheetModel |
null
$arrIds
array
An array of style sheet IDs
return
Contao\Model\Collection |
StyleSheetModel[] |
StyleSheetModel |
null
A collection of models or null if there are no style sheets
Property Details
$strTable
protected_oe static_oe property
Table name
protected
static
string
$strTable
return
string