SerieFestival
in package
Festival
Tags
Table of Contents
Properties
- $admin : Admin|null
- $dateCreation : DateTime
- $festivals : mixed
- variabilised products sold
- $id : int
- $name : string
- $user : mixed
Methods
- __construct() : mixed
- Constructor
- addFestival() : SerieFestival
- Add festival.
- getAdmin() : Admin|null
- getDateCreation() : DateTime
- getFestivals() : mixed
- getId() : int
- getName() : string
- getUser() : mixed
- removeFestival() : bool
- Remove festival.
- setAdmin() : static
- setDateCreation() : mixed
- setFestivals() : mixed
- setId() : mixed
- setName() : mixed
- setUser() : mixed
Properties
$admin
private
Admin|null
$admin
= null
$dateCreation
private
DateTime
$dateCreation
Tags
$festivals
variabilised products sold
private
mixed
$festivals
Tags
$id
private
int
$id
Tags
$name
private
string
$name
Tags
$user
private
mixed
$user
Tags
Methods
__construct()
Constructor
public
__construct() : mixed
addFestival()
Add festival.
public
addFestival(Festival $festival) : SerieFestival
Parameters
- $festival : Festival
Return values
SerieFestivalgetAdmin()
public
getAdmin() : Admin|null
Return values
Admin|nullgetDateCreation()
public
getDateCreation() : DateTime
Return values
DateTimegetFestivals()
public
getFestivals() : mixed
getId()
public
getId() : int
Return values
intgetName()
public
getName() : string
Return values
stringgetUser()
public
getUser() : mixed
removeFestival()
Remove festival.
public
removeFestival(Festival $festival) : bool
Parameters
- $festival : Festival
Return values
bool —TRUE if this collection contained the specified element, FALSE otherwise.
setAdmin()
public
setAdmin(Admin|null $admin) : static
Parameters
- $admin : Admin|null
Return values
staticsetDateCreation()
public
setDateCreation(DateTime $dateCreation) : mixed
Parameters
- $dateCreation : DateTime
setFestivals()
public
setFestivals(mixed $festivals) : mixed
Parameters
- $festivals : mixed
setId()
public
setId(int $id) : mixed
Parameters
- $id : int
setName()
public
setName(string $name) : mixed
Parameters
- $name : string
setUser()
public
setUser(mixed $user) : mixed
Parameters
- $user : mixed