EntityListModel
extends AbstractModel
in package
FinalYes
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getItemModel() : ForeignEntityModel
- getNotNullConstraint() : INotNullConstraint|null
- isNullable() : bool
- Shorter way to check whether the content can be null.
Properties
$itemModel
private
ForeignEntityModel
$itemModel
Methods
__construct()
public
__construct(ForeignEntityModel $itemModel[, bool $isNullable = false ]) : mixed
Parameters
- $itemModel : ForeignEntityModel
- $isNullable : bool = false
getItemModel()
public
getItemModel() : ForeignEntityModel
Return values
ForeignEntityModelgetNotNullConstraint()
public
getNotNullConstraint() : INotNullConstraint|null
Attributes
- #[Override]
Return values
INotNullConstraint|null —Whether the content is necessarily specified or can be left omitted.
isNullable()
Shorter way to check whether the content can be null.
public
isNullable() : bool
Attributes
- #[Override]