|
Jobbuddy
|
Classe représentant une annonce de job. Plus de détails...
Fonctions membres publiques | |
| __construct (?int $id=null, ?Particulier $particulier=null, ?string $titre=null, ?string $description=null, ?string $typeService=null, ?string $lieu=null, ?float $remuneration=null, ?string $dateDebutRealisation=null, ?string $dateFinRealisation=null, ?string $etat=null, ?string $datePublication=null, ?string $dateSuppression=null, ?string $motifSuppression=null,) | |
| Constructeur de la classe Annonce. | |
| getId () | |
| Récupère l'identifiant. | |
| setId (?string $id=null) | |
| Définit l'identifiant. | |
| getTitre () | |
| Récupère le titre. | |
| setTitre (?string $titre) | |
| Définit le titre. | |
| getDescription () | |
| Récupère la description. | |
| setDescription (?string $description) | |
| Définit la description. | |
| getEtat () | |
| Récupère l'état. | |
| setEtat (?string $etat) | |
| Définit l'état. | |
| getTypeService () | |
| Récupère le type de service. | |
| setTypeService (?string $typeService) | |
| Définit le type de service. | |
| getDatePublication () | |
| Récupère la date de publication. | |
| setDatePublication (?string $datePublication) | |
| Définit la date de publication. | |
| getDateDebutRealisation () | |
| Récupère la date de début de réalisation. | |
| setDateDebutRealisation (?string $dateDebutRealisation) | |
| Définit la date de début de réalisation. | |
| getDateFinRealisation () | |
| Récupère la date de fin de réalisation. | |
| setDateFinRealisation (?string $dateFinRealisation) | |
| Définit la date de fin de réalisation. | |
| getPostulations () | |
| Récupère la liste des postulations. | |
| setPostulations (?array $postulations) | |
| Définit la liste des postulations. | |
| getMotifSuppression () | |
| Récupère le motif de suppression. | |
| setMotifSuppression (?string $motifSuppression) | |
| Définit le motif de suppression. | |
| getDateSuppression () | |
| Récupère la date de suppression. | |
| setDateSuppression (?string $dateSuppression) | |
| Définit la date de suppression. | |
| getCreateur () | |
| Récupère le créateur de l'annonce. | |
| setCreateur (?Particulier $createur) | |
| Définit le créateur de l'annonce. | |
| getRemuneration () | |
| Récupère la rémunération. | |
| setRemuneration (?float $remuneration) | |
| Définit la rémunération. | |
| getLieu () | |
| Récupère le lieu. | |
| setLieu (?string $lieu) | |
| Définit le lieu. | |
| getEtuditantsSelectionnes () | |
| Récupère les étudiants sélectionnés. | |
| setEtuditantsSelectionnes (?array $etuditantsSelectionnes) | |
| Définit les étudiants sélectionnés. | |
| __toString () | |
Fonctions membres publiques statiques | |
| static | getAnnonce () |
| Récupère une annonce spécifique si possible (méthode de test probablement). | |
Classe représentant une annonce de job.
| __construct | ( | ?int | $id = null, |
| ?Particulier | $particulier = null, | ||
| ?string | $titre = null, | ||
| ?string | $description = null, | ||
| ?string | $typeService = null, | ||
| ?string | $lieu = null, | ||
| ?float | $remuneration = null, | ||
| ?string | $dateDebutRealisation = null, | ||
| ?string | $dateFinRealisation = null, | ||
| ?string | $etat = null, | ||
| ?string | $datePublication = null, | ||
| ?string | $dateSuppression = null, | ||
| ?string | $motifSuppression = null ) |
Constructeur de la classe Annonce.
| int | null | $id | Identifiant. |
| Particulier | null | $particulier | Créateur. |
| string | null | $titre | Titre. |
| string | null | $description | Description. |
| string | null | $typeService | Type de service. |
| string | null | $lieu | Lieu. |
| float | null | $remuneration | Rémunération. |
| string | null | $dateDebutRealisation | Date début. |
| string | null | $dateFinRealisation | Date fin. |
| string | null | $etat | État. |
| string | null | $datePublication | Date publication. |
| string | null | $dateSuppression | Date suppression. |
| string | null | $motifSuppression | Motif suppression. |
|
static |
Récupère une annonce spécifique si possible (méthode de test probablement).
| getCreateur | ( | ) |
Récupère le créateur de l'annonce.
| getDateDebutRealisation | ( | ) |
Récupère la date de début de réalisation.
| getDateFinRealisation | ( | ) |
Récupère la date de fin de réalisation.
| getDatePublication | ( | ) |
Récupère la date de publication.
| getDateSuppression | ( | ) |
Récupère la date de suppression.
| getDescription | ( | ) |
Récupère la description.
| getEtat | ( | ) |
Récupère l'état.
| getEtuditantsSelectionnes | ( | ) |
Récupère les étudiants sélectionnés.
| getId | ( | ) |
Récupère l'identifiant.
| getLieu | ( | ) |
Récupère le lieu.
| getMotifSuppression | ( | ) |
Récupère le motif de suppression.
| getPostulations | ( | ) |
Récupère la liste des postulations.
| getRemuneration | ( | ) |
Récupère la rémunération.
| getTitre | ( | ) |
Récupère le titre.
| getTypeService | ( | ) |
Récupère le type de service.
| setCreateur | ( | ?Particulier | $createur | ) |
Définit le créateur de l'annonce.
| Particulier | null | $createur | Le créateur. |
| setDateDebutRealisation | ( | ?string | $dateDebutRealisation | ) |
Définit la date de début de réalisation.
| string | null | $dateDebutRealisation | La date de début. |
| setDateFinRealisation | ( | ?string | $dateFinRealisation | ) |
Définit la date de fin de réalisation.
| string | null | $dateFinRealisation | La date de fin. |
| setDatePublication | ( | ?string | $datePublication | ) |
Définit la date de publication.
| string | null | $datePublication | La date de publication. |
| setDateSuppression | ( | ?string | $dateSuppression | ) |
Définit la date de suppression.
| string | null | $dateSuppression | La date de suppression. |
| setDescription | ( | ?string | $description | ) |
Définit la description.
| string | null | $description | La description. |
| setEtat | ( | ?string | $etat | ) |
Définit l'état.
| string | null | $etat | L'état. |
| setEtuditantsSelectionnes | ( | ?array | $etuditantsSelectionnes | ) |
Définit les étudiants sélectionnés.
| array | null | $etuditantsSelectionnes | Les étudiants sélectionnés. |
| setId | ( | ?string | $id = null | ) |
Définit l'identifiant.
| string | null | $id | L'identifiant. |
| setLieu | ( | ?string | $lieu | ) |
Définit le lieu.
| string | null | $lieu | Le lieu. |
| setMotifSuppression | ( | ?string | $motifSuppression | ) |
Définit le motif de suppression.
| string | null | $motifSuppression | Le motif. |
| setPostulations | ( | ?array | $postulations | ) |
Définit la liste des postulations.
| array | null | $postulations | La liste des postulations. |
| setRemuneration | ( | ?float | $remuneration | ) |
Définit la rémunération.
| float | null | $remuneration | La rémunération. |
| setTitre | ( | ?string | $titre | ) |
Définit le titre.
| string | null | $titre | Le titre. |
| setTypeService | ( | ?string | $typeService | ) |
Définit le type de service.
| string | null | $typeService | Le type de service. |