Documentation

SubscriptionType
in package

Class SubscriptionType

Tags
ORM\Entity

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

ORM\Table

(name="subscription_type")

Table of Contents

Properties

$id  : int|null
$name  : string|null

Methods

getId()  : int
getName()  : string
setId()  : self
setName()  : self

Properties

$id

private int|null $id
Tags
ORM\Column

(type="integer")

ORM\Id

()

ORM\GeneratedValue

()

$name

private string|null $name
Tags
ORM\Column

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

Methods

setId()

public setId(int|null $id) : self
Parameters
$id : int|null
Return values
self

setName()

public setName(mixed $name) : self
Parameters
$name : mixed
Return values
self

        
On this page

Search results