Documentation

ProformaReportItem
in package

Tags
ORM\Entity

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

ORM\Table

(name="proforma_report_item")

Table of Contents

Properties

$entry  : Entry|null
$filename  : string
$id  : int

Methods

getEntry()  : Entry|null
Get the value of entry
getFilename()  : string
Get the value of filename
getId()  : int
Get the value of id

Properties

$entry

private Entry|null $entry
Tags
ORM\ManyToOne

(targetEntity="Entry", inversedBy="proformaReportItems")

ORM\JoinColumn

(name="entry_id", referencedColumnName="id", nullable=true)

$filename

private string $filename
Tags
ORM\Column

(type="text", name="filename", nullable=false)

$id

private int $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="integer")

Methods

getFilename()

Get the value of filename

public getFilename() : string
Return values
string

        
On this page

Search results