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.
파일 보기
프로젝트 열기: contao/core-bundle
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
findByIds ( array $arrIds ) : Collection | StyleSheetModel[] | StyleSheetModel | null |
Find multiple style sheets by their IDs |
|
메소드 상세
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 보호되어 있는 정적으로 프로퍼티
protected static string $strTable |
리턴 |
string |
|