|
Paaxio 1.0
Plateforme de streaming musical - SAE IUT Bayonne
|
Fonctions membres publiques | |
| __construct (?int $idPlaylist=null, ?string $nomPlaylist=null, ?bool $estPubliquePlaylist=null, ?DateTime $dateCreationPlaylist=null, ?DateTime $dateDerniereModification=null, ?string $emailProprietaire=null) | |
| Constructeur de la classe Playlist. | |
| getIdPlaylist () | |
| Get the value of idPlaylist. | |
| setIdPlaylist (int $idPlaylist) | |
| Set the value of idPlaylist. | |
| getNomPlaylist () | |
| Get the value of nomPlaylist. | |
| setNomPlaylist (string $nomPlaylist) | |
| Set the value of nomPlaylist. | |
| isEstPubliquePlaylist () | |
| Get the value of estPubliquePlaylist. | |
| setEstPubliquePlaylist (bool $estPubliquePlaylist) | |
| Set the value of estPubliquePlaylist. | |
| getDateCreationPlaylist () | |
| Get the value of dateCreationPlaylist. | |
| setDateCreationPlaylist (DateTime $dateCreationPlaylist) | |
| Set the value of dateCreationPlaylist. | |
| getDateDerniereModification () | |
| Get the value of dateDerniereModification. | |
| setDateDerniereModification (DateTime $dateDerniereModification) | |
| Set the value of dateDerniereModification. | |
| getEmailProprietaire () | |
| Get the value of emailProprietaire. | |
| setEmailProprietaire (string $emailProprietaire) | |
| Set the value of emailProprietaire. | |
Attributs privés | |
| int null | $idPlaylist |
| string null | $nomPlaylist |
| bool null | $estPubliquePlaylist |
| DateTime null | $dateCreationPlaylist |
| DateTime null | $dateDerniereModification |
| string null | $emailProprietaire |
Définition à la ligne 7 du fichier playlist.class.php.
| Playlist::__construct | ( | ?int | $idPlaylist = null, |
| ?string | $nomPlaylist = null, |
||
| ?bool | $estPubliquePlaylist = null, |
||
| ?DateTime | $dateCreationPlaylist = null, |
||
| ?DateTime | $dateDerniereModification = null, |
||
| ?string | $emailProprietaire = null |
||
| ) |
Constructeur de la classe Playlist.
| int | null | $idPlaylist | L'identifiant unique. |
| string | null | $nomPlaylist | Le nom. |
| bool | null | $estPubliquePlaylist | Si la playlist est publique. |
| DateTime | null | $dateCreationPlaylist | La date de création. |
| DateTime | null | $dateDerniereModification | La date de dernière modification. |
| string | null | $emailProprietaire | L'email du propriétaire. |
Définition à la ligne 47 du fichier playlist.class.php.
Références $dateCreationPlaylist, $dateDerniereModification, $emailProprietaire, $estPubliquePlaylist, $idPlaylist, et $nomPlaylist.
| Playlist::getDateCreationPlaylist | ( | ) |
Get the value of dateCreationPlaylist.
Définition à la ligne 107 du fichier playlist.class.php.
Références $dateCreationPlaylist.
| Playlist::getDateDerniereModification | ( | ) |
Get the value of dateDerniereModification.
Définition à la ligne 122 du fichier playlist.class.php.
Références $dateDerniereModification.
| Playlist::getEmailProprietaire | ( | ) |
Get the value of emailProprietaire.
Définition à la ligne 137 du fichier playlist.class.php.
Références $emailProprietaire.
| Playlist::getIdPlaylist | ( | ) |
Get the value of idPlaylist.
Définition à la ligne 62 du fichier playlist.class.php.
Références $idPlaylist.
| Playlist::getNomPlaylist | ( | ) |
Get the value of nomPlaylist.
Définition à la ligne 77 du fichier playlist.class.php.
Références $nomPlaylist.
| Playlist::isEstPubliquePlaylist | ( | ) |
Get the value of estPubliquePlaylist.
Définition à la ligne 92 du fichier playlist.class.php.
Références $estPubliquePlaylist.
| Playlist::setDateCreationPlaylist | ( | DateTime | $dateCreationPlaylist | ) |
Set the value of dateCreationPlaylist.
Définition à la ligne 114 du fichier playlist.class.php.
Références $dateCreationPlaylist.
| Playlist::setDateDerniereModification | ( | DateTime | $dateDerniereModification | ) |
Set the value of dateDerniereModification.
Définition à la ligne 129 du fichier playlist.class.php.
Références $dateDerniereModification.
| Playlist::setEmailProprietaire | ( | string | $emailProprietaire | ) |
Set the value of emailProprietaire.
Définition à la ligne 144 du fichier playlist.class.php.
Références $emailProprietaire.
| Playlist::setEstPubliquePlaylist | ( | bool | $estPubliquePlaylist | ) |
Set the value of estPubliquePlaylist.
Définition à la ligne 99 du fichier playlist.class.php.
Références $estPubliquePlaylist.
| Playlist::setIdPlaylist | ( | int | $idPlaylist | ) |
Set the value of idPlaylist.
Définition à la ligne 69 du fichier playlist.class.php.
Références $idPlaylist.
| Playlist::setNomPlaylist | ( | string | $nomPlaylist | ) |
Set the value of nomPlaylist.
Définition à la ligne 84 du fichier playlist.class.php.
Références $nomPlaylist.
|
private |
Définition à la ligne 26 du fichier playlist.class.php.
Référencé par __construct(), getDateCreationPlaylist(), et setDateCreationPlaylist().
|
private |
Définition à la ligne 31 du fichier playlist.class.php.
Référencé par __construct(), getDateDerniereModification(), et setDateDerniereModification().
|
private |
Définition à la ligne 36 du fichier playlist.class.php.
Référencé par __construct(), getEmailProprietaire(), et setEmailProprietaire().
|
private |
Définition à la ligne 21 du fichier playlist.class.php.
Référencé par __construct(), isEstPubliquePlaylist(), et setEstPubliquePlaylist().
|
private |
Définition à la ligne 11 du fichier playlist.class.php.
Référencé par __construct(), getIdPlaylist(), et setIdPlaylist().
|
private |
Définition à la ligne 16 du fichier playlist.class.php.
Référencé par __construct(), getNomPlaylist(), et setNomPlaylist().