Documentation

VatType
in package
implements JsonSerializable, VatType

Class VatType

Tags
ORM\Entity

()

ORM\Table

(name="vat_type")

Table of Contents

Interfaces

JsonSerializable
VatType

Properties

$description  : mixed
$id  : int|null
$name  : mixed

Methods

getDescription()  : string
getId()  : int
getName()  : string
jsonSerialize()  : array<string|int, mixed>

Properties

$description

private mixed $description
Tags
ORM\Column

(type="string", name="description")

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer", name="id")

$name

private mixed $name
Tags
ORM\Column

(type="string", name="name")

Methods

getDescription()

public getDescription() : string
Return values
string

$desciption

getId()

public getId() : int
Return values
int

$id

getName()

public getName() : string
Return values
string

$name

jsonSerialize()

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

        
On this page

Search results