Documentation

IntegrationImporterRange
in package
implements JsonSerializable

Class IntegrationImporterRange

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\IntegrationImporterRangeRepository")

ORM\Table

(name="integration_importer_period")

ORM\HasLifecycleCallbacks

()

Table of Contents

Interfaces

JsonSerializable

Properties

$endDate  : DateTime|null
$id  : int|null
$startDate  : DateTime|null
$userModule  : UserModule

Methods

getEndDate()  : DateTime|null
getId()  : int|null
getStartDate()  : DateTime|null
getUserModule()  : UserModule
jsonSerialize()  : array<string|int, mixed>
setEndDate()  : void
setId()  : void
setStartDate()  : void
setUserModule()  : void

Properties

$userModule

private UserModule $userModule
Tags
ORM\ManyToOne

(targetEntity="UserModule", inversedBy="integrationImporterRanges")

ORM\JoinColumn

(name="user_module_id", referencedColumnName="id")

Methods

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

setStartDate()

public setStartDate(DateTime|null $startDate) : void
Parameters
$startDate : DateTime|null

        
On this page

Search results