mediatekformation

Formation
in package

Attributes
#[Entity]
$repositoryClass: \App\Repository\FormationRepository::class

Table of Contents

Constants

CHEMINIMAGE  = "https://i.ytimg.com/vi/"
Début de chemin vers les images

Properties

$categories  : Collection<int, Categorie>
$description  : string|null
$id  : int|null
$playlist  : Playlist|null
$publishedAt  : DateTimeInterface|null
$title  : string|null
$videoId  : string|null

Methods

__construct()  : mixed
addCategory()  : static
getCategories()  : Collection<int, Categorie>
getDescription()  : string|null
getId()  : int|null
getMiniature()  : string|null
getPicture()  : string|null
getPlaylist()  : playlist|null
getPublishedAt()  : DateTimeInterface|null
getPublishedAtString()  : string
getTitle()  : string|null
getVideoId()  : string|null
removeCategory()  : static
setDescription()  : static
setPlaylist()  : static
setPublishedAt()  : static
setTitle()  : static
setVideoId()  : static

Constants

CHEMINIMAGE

Début de chemin vers les images

private mixed CHEMINIMAGE = "https://i.ytimg.com/vi/"

Properties

$categories

private Collection<int, Categorie> $categories
Attributes
#[ManyToMany]
$targetEntity: \App\Entity\Categorie::class
$inversedBy: 'formations'

$description

private string|null $description = null
Attributes
#[Column]
$type: \Doctrine\DBAL\Types\Types::TEXT
$nullable: true

$id

private int|null $id = null
Attributes
#[Column]
#[GeneratedValue]
#[Id]

$playlist

private Playlist|null $playlist = null
Attributes
#[ManyToOne]
$inversedBy: 'formations'

$publishedAt

private DateTimeInterface|null $publishedAt = null
Attributes
#[Column]
$type: \Doctrine\DBAL\Types\Types::DATETIME_MUTABLE
$nullable: true
#[LessThanOrEqual]
'today'
$message: "La date de publication ne peut pas être postérieure à aujourd'hui"

$title

private string|null $title = null
Attributes
#[Column]
$length: 100
$nullable: true

$videoId

private string|null $videoId = null
Attributes
#[Column]
$length: 20
$nullable: true

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

getPlaylist()

public getPlaylist() : playlist|null
Return values
playlist|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) : static
Parameters
$description : string|null
Return values
static

setPlaylist()

public setPlaylist(Playlist|null $playlist) : static
Parameters
$playlist : Playlist|null
Return values
static

setPublishedAt()

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

setTitle()

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

setVideoId()

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

        
On this page

Search results