mediatekformation

Formation
in package

Tags
ORM\Entity

(repositoryClass=FormationRepository::class)

Table of Contents

$description  : mixed
$id  : mixed
$miniature  : mixed
$niveau  : mixed
$picture  : mixed
$publishedAt  : mixed
$title  : mixed
$videoId  : mixed
getDescription()  : string|null
getId()  : int|null
getMiniature()  : string|null
getNiveau()  : Niveau|null
getPicture()  : string|null
getPublishedAt()  : DateTimeInterface|null
getPublishedAtString()  : string
getTitle()  : string|null
getVideoId()  : string|null
setDescription()  : self
setMiniature()  : self
setNiveau()  : self
setPicture()  : self
setPublishedAt()  : self
setTitle()  : self
setVideoId()  : self
validateImages()  : mixed
Vérifie que les images sont conformes

Properties

$description

private mixed $description
Tags
ORM\Column

(type="text", nullable=true)

$id

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

(type="integer")

$miniature

private mixed $miniature
Tags
ORM\Column

(type="string", length=46, nullable=true)

Assert\Length

( max = 46 )

$niveau

private mixed $niveau
Tags
ORM\ManyToOne

(targetEntity=Niveau::class, inversedBy="formations")

Assert\NotBlank

$picture

private mixed $picture
Tags
ORM\Column

(type="string", length=48, nullable=true)

Assert\Length

( max = 48 )

$publishedAt

private mixed $publishedAt
Tags
ORM\Column

(type="datetime", nullable=true)

Assert\NotBlank
Assert\DateTime

$title

private mixed $title
Tags
ORM\Column

(type="string", length=91, nullable=true)

Assert\NotBlank
Assert\Length

( max = 91 )

$videoId

private mixed $videoId
Tags
ORM\Column

(type="string", length=11, nullable=true)

Assert\Length

( max = 11)

Methods

getDescription()

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

getId()

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

getMiniature()

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

getPicture()

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

getPublishedAt()

public getPublishedAt() : DateTimeInterface|null
Return values
DateTimeInterface|null

getPublishedAtString()

public getPublishedAtString() : string
Return values
string

getTitle()

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

getVideoId()

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

setDescription()

public setDescription(string|null $description) : self
Parameters
$description : string|null
Return values
self

setMiniature()

public setMiniature(string|null $miniature) : self
Parameters
$miniature : string|null
Return values
self

setNiveau()

public setNiveau(Niveau|null $niveau) : self
Parameters
$niveau : Niveau|null
Return values
self

setPicture()

public setPicture(string|null $picture) : self
Parameters
$picture : string|null
Return values
self

setPublishedAt()

public setPublishedAt(DateTimeInterface|null $publishedAt) : self
Parameters
$publishedAt : DateTimeInterface|null
Return values
self

setTitle()

public setTitle(string|null $title) : self
Parameters
$title : string|null
Return values
self

setVideoId()

public setVideoId(string|null $videoId) : self
Parameters
$videoId : string|null
Return values
self

Search results