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
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Protected Properties

Свойство Type Description
$strTable string Table name

Méthodes publiques

Méthode Description
findByIds ( array $arrIds ) : Collection | StyleSheetModel[] | StyleSheetModel | null Find multiple style sheets by their IDs

Method Details

findByIds() public static méthode

Find multiple style sheets by their IDs
public static findByIds ( array $arrIds ) : Collection | StyleSheetModel[] | StyleSheetModel | null
$arrIds array An array of style sheet IDs
Résultat 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
Résultat string