PHP Класс Contao\ImageSizeItemModel

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

Защищенные свойства (Protected)

Свойство Тип Описание
$strTable string Table name

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

Метод Описание
findVisibleByPid ( integer $intPid, array $arrOptions = [] ) : Collection | ImageSizeItemModel[] | ImageSizeItemModel | null Find visible image size items by their parent ID

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

findVisibleByPid() публичный статический Метод

Find visible image size items by their parent ID
public static findVisibleByPid ( integer $intPid, array $arrOptions = [] ) : Collection | ImageSizeItemModel[] | ImageSizeItemModel | null
$intPid integer Parent ID
$arrOptions array An optional options array
Результат Contao\Model\Collection | ImageSizeItemModel[] | ImageSizeItemModel | null A collection of models or null if there are no items

Описание свойств

$strTable защищенное статическое свойство

Table name
protected static string $strTable
Результат string