PHP Class Contao\ImageSizeItemModel

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
findVisibleByPid ( integer $intPid, array $arrOptions = [] ) : Collection | ImageSizeItemModel[] | ImageSizeItemModel | null Find visible image size items by their parent ID

Method Details

findVisibleByPid() public static méthode

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
Résultat 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
Résultat string