Documentation

DateTimeModel extends AbstractModel
in package
implements IScalarModel

FinalYes

Table of Contents

Interfaces

IScalarModel
Empty interface to easily check for a scalar type model.

Properties

$isNullable  : bool

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