Paaxio 1.0
Plateforme de streaming musical - SAE IUT Bayonne
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Fichier
Graphe de collaboration de Fichier:

Fonctions membres publiques

 __construct (?string $urlFichier=null, ?TypeFichier $typeFichier=null, ?FormatFichier $formatFichier=null)
 Constructeur de la classe Fichier.
 
 getUrlFichier ()
 Get the value of urlFichier.
 
 setUrlFichier (?string $urlFichier)
 Set the value of urlFichier.
 
 getTypeFichier ()
 Get the value of typeFichier.
 
 setTypeFichier (?TypeFichier $typeFichier)
 Set the value of typeFichier.
 
 getFormatFichier ()
 Get the value of formatFichier.
 
 setFormatFichier (?FormatFichier $formatFichier)
 Set the value of formatFichier.
 
 getDateAjout ()
 Get the value of dateAjout.
 
 setDateAjout (?DateTime $dateAjout)
 Set the value of dateAjout.
 

Attributs privés

string null $urlFichier
 
TypeFichier null $typeFichier
 
FormatFichier null $formatFichier
 
DateTime null $dateAjout
 

Description détaillée

Définition à la ligne 29 du fichier fichier.class.php.

Documentation des constructeurs et destructeur

◆ __construct()

Fichier::__construct ( ?string  $urlFichier = null,
?TypeFichier  $typeFichier = null,
?FormatFichier  $formatFichier = null 
)

Constructeur de la classe Fichier.

Paramètres
string | null$urlFichierL'URL du fichier.
TypeFichier | null$typeFichierLe type du fichier.
FormatFichier | null$formatFichierLe format du fichier.

Définition à la ligne 56 du fichier fichier.class.php.

Références $formatFichier, $typeFichier, et $urlFichier.

Documentation des fonctions membres

◆ getDateAjout()

Fichier::getDateAjout ( )

Get the value of dateAjout.

Définition à la ligne 118 du fichier fichier.class.php.

Références $dateAjout.

◆ getFormatFichier()

Fichier::getFormatFichier ( )

Get the value of formatFichier.

Définition à la ligne 101 du fichier fichier.class.php.

Références $formatFichier.

◆ getTypeFichier()

Fichier::getTypeFichier ( )

Get the value of typeFichier.

Définition à la ligne 84 du fichier fichier.class.php.

Références $typeFichier.

◆ getUrlFichier()

Fichier::getUrlFichier ( )

Get the value of urlFichier.

Définition à la ligne 67 du fichier fichier.class.php.

Références $urlFichier.

◆ setDateAjout()

Fichier::setDateAjout ( ?DateTime  $dateAjout)

Set the value of dateAjout.

Définition à la ligne 126 du fichier fichier.class.php.

Références $dateAjout.

◆ setFormatFichier()

Fichier::setFormatFichier ( ?FormatFichier  $formatFichier)

Set the value of formatFichier.

Définition à la ligne 109 du fichier fichier.class.php.

Références $formatFichier.

◆ setTypeFichier()

Fichier::setTypeFichier ( ?TypeFichier  $typeFichier)

Set the value of typeFichier.

Définition à la ligne 92 du fichier fichier.class.php.

Références $typeFichier.

◆ setUrlFichier()

Fichier::setUrlFichier ( ?string  $urlFichier)

Set the value of urlFichier.

Définition à la ligne 75 du fichier fichier.class.php.

Références $urlFichier.

Documentation des données membres

◆ $dateAjout

DateTime null Fichier::$dateAjout
private

Définition à la ligne 48 du fichier fichier.class.php.

Référencé par getDateAjout(), et setDateAjout().

◆ $formatFichier

FormatFichier null Fichier::$formatFichier
private

Définition à la ligne 43 du fichier fichier.class.php.

Référencé par __construct(), getFormatFichier(), et setFormatFichier().

◆ $typeFichier

TypeFichier null Fichier::$typeFichier
private

Définition à la ligne 38 du fichier fichier.class.php.

Référencé par __construct(), getTypeFichier(), et setTypeFichier().

◆ $urlFichier

string null Fichier::$urlFichier
private

Définition à la ligne 33 du fichier fichier.class.php.

Référencé par __construct(), getUrlFichier(), et setUrlFichier().


La documentation de cette classe a été générée à partir du fichier suivant :