Documentation

VatcomReportsToSubmit
in package

Class AccountCreation

Tags
ORM\Entity

()

ORM\Table

(name="vatcom_reports_to_submit")

Table of Contents

Properties

$entryReport  : EntryReport|null
$id  : int|null
$isDownloaded  : bool|null
$isNotified  : bool|null

Methods

getEntryReport()  : EntryReport|null
getId()  : int|null
getIsDownloaded()  : bool|null
getIsNotified()  : bool|null
setEntryReport()  : void
setId()  : void
setIsDownloaded()  : void
setIsNotified()  : void

Properties

$entryReport

private EntryReport|null $entryReport
Tags
ORM\OneToOne

(targetEntity="EntryReport", inversedBy="vatcomReportsToSubmit")

ORM\JoinColumn

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

$isDownloaded

private bool|null $isDownloaded
Tags
ORM\Column

(name="downloaded", type="boolean")

Methods

setIsDownloaded()

public setIsDownloaded(bool|null $isDownloaded) : void
Parameters
$isDownloaded : bool|null

setIsNotified()

public setIsNotified(bool|null $isNotified) : void
Parameters
$isNotified : bool|null

        
On this page

Search results