Documentation

AbstractModel
in package
implements IModel

AbstractYes

Table of Contents

Interfaces

IModel
Parent interface for all type models.

Properties

$notNullConstraint  : INotNullConstraint|null

Methods

__construct()  : mixed
getNotNullConstraint()  : INotNullConstraint|null
isNullable()  : bool
Shorter way to check whether the content can be null.

Properties

Methods

__construct()

public __construct([bool $isNullable = false ]) : mixed
Parameters
$isNullable : bool = false

isNullable()

Shorter way to check whether the content can be null.

public isNullable() : bool
Attributes
#[Override]
Return values
bool
On this page

Search results