PHP Class Contao\ImageSizeItemModel

Inheritance: extends Model
Exibir arquivo Open project: contao/core-bundle Class Usage Examples

Protected Properties

Property Type Description
$strTable string Table name

Public Methods

Method Description
findVisibleByPid ( integer $intPid, array $arrOptions = [] ) : Collection | ImageSizeItemModel[] | ImageSizeItemModel | null Find visible image size items by their parent ID

Method Details

findVisibleByPid() public static method

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
return Contao\Model\Collection | ImageSizeItemModel[] | ImageSizeItemModel | null A collection of models or null if there are no items

Property Details

$strTable protected_oe static_oe property

Table name
protected static string $strTable
return string