Documentation

Forfait
in package

Tags
ORM\Entity

(repositoryClass=ForfaitRepository::class)

Table of Contents

$brochure  : mixed
$id  : mixed
$nom  : mixed
$souscription  : mixed
__construct()  : mixed
__toString()  : string
addBrochure()  : self
addSouscription()  : self
getBrochure()  : Collection<int, PieceJointe>
getId()  : int|null
getNom()  : string|null
getSouscriptions()  : Collection<int, Souscription>
hasSouscription()  : bool
removeBrochure()  : self
removeSouscription()  : self
setNom()  : self

Properties

$brochure

private mixed $brochure
Tags
ORM\OneToMany

(targetEntity=PieceJointe::class, mappedBy="forfait")

$id

private mixed $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$nom

private mixed $nom
Tags
ORM\Column

(type="string", length=255)

$souscription

private mixed $souscription
Tags
ORM\OneToMany

(targetEntity=Souscription::class, mappedBy="forfait")

Methods

__construct()

public __construct() : mixed
Return values
mixed

__toString()

public __toString() : string
Return values
string

getId()

public getId() : int|null
Return values
int|null

getNom()

public getNom() : string|null
Return values
string|null

hasSouscription()

public hasSouscription() : bool
Return values
bool

setNom()

public setNom(string $nom) : self
Parameters
$nom : string
Return values
self

Search results