ModuleViewDTO
in package
Read onlyYes
Table of Contents
Properties
- $endTime : DateTimeImmutable
- $id : int|null
- $isActive : bool
- $moduleName : string
- $moduleNameLabel : string
- $startTime : DateTimeImmutable
Methods
- __construct() : mixed
Properties
$endTime
public
DateTimeImmutable
$endTime
$id
public
int|null
$id
$isActive
public
bool
$isActive
$moduleName
public
string
$moduleName
$moduleNameLabel
public
string
$moduleNameLabel
$startTime
public
DateTimeImmutable
$startTime
Methods
__construct()
public
__construct(int|null $id, string $moduleName, string $moduleNameLabel, bool $isActive, DateTimeImmutable $startTime, DateTimeImmutable $endTime) : mixed
Parameters
- $id : int|null
- $moduleName : string
- $moduleNameLabel : string
- $isActive : bool
- $startTime : DateTimeImmutable
- $endTime : DateTimeImmutable