|
Paaxio 1.0
Plateforme de streaming musical - SAE IUT Bayonne
|
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 |
Définition à la ligne 29 du fichier fichier.class.php.
| Fichier::__construct | ( | ?string | $urlFichier = null, |
| ?TypeFichier | $typeFichier = null, |
||
| ?FormatFichier | $formatFichier = null |
||
| ) |
Constructeur de la classe Fichier.
| string | null | $urlFichier | L'URL du fichier. |
| TypeFichier | null | $typeFichier | Le type du fichier. |
| FormatFichier | null | $formatFichier | Le format du fichier. |
Définition à la ligne 56 du fichier fichier.class.php.
Références $formatFichier, $typeFichier, et $urlFichier.
| Fichier::getDateAjout | ( | ) |
Get the value of dateAjout.
Définition à la ligne 118 du fichier fichier.class.php.
Références $dateAjout.
| Fichier::getFormatFichier | ( | ) |
Get the value of formatFichier.
Définition à la ligne 101 du fichier fichier.class.php.
Références $formatFichier.
| Fichier::getTypeFichier | ( | ) |
Get the value of typeFichier.
Définition à la ligne 84 du fichier fichier.class.php.
Références $typeFichier.
| Fichier::getUrlFichier | ( | ) |
Get the value of urlFichier.
Définition à la ligne 67 du fichier fichier.class.php.
Références $urlFichier.
| Fichier::setDateAjout | ( | ?DateTime | $dateAjout | ) |
Set the value of dateAjout.
Définition à la ligne 126 du fichier fichier.class.php.
Références $dateAjout.
| Fichier::setFormatFichier | ( | ?FormatFichier | $formatFichier | ) |
Set the value of formatFichier.
Définition à la ligne 109 du fichier fichier.class.php.
Références $formatFichier.
| Fichier::setTypeFichier | ( | ?TypeFichier | $typeFichier | ) |
Set the value of typeFichier.
Définition à la ligne 92 du fichier fichier.class.php.
Références $typeFichier.
| Fichier::setUrlFichier | ( | ?string | $urlFichier | ) |
Set the value of urlFichier.
Définition à la ligne 75 du fichier fichier.class.php.
Références $urlFichier.
|
private |
Définition à la ligne 48 du fichier fichier.class.php.
Référencé par getDateAjout(), et setDateAjout().
|
private |
Définition à la ligne 43 du fichier fichier.class.php.
Référencé par __construct(), getFormatFichier(), et setFormatFichier().
|
private |
Définition à la ligne 38 du fichier fichier.class.php.
Référencé par __construct(), getTypeFichier(), et setTypeFichier().
|
private |
Définition à la ligne 33 du fichier fichier.class.php.
Référencé par __construct(), getUrlFichier(), et setUrlFichier().