![]() |
API de la BdU du SdE
|
Classe représentant une fonction (ex prez, trez, sec'gen) Plus de détails...
Fonctions membres publiques | |
| __construct ($id, $name, $standardPosition, $description, Bdu_Entity_Association $association) | |
| Constructeur. | |
| getId () | |
| Retourne l'identifiant de la fonction. | |
| getName () | |
| Retourne le nom de la fonction. | |
| getStandardPosition () | |
| Retourne la fonction standard associée. | |
| getDescription () | |
| Retourne la description de la fonction. | |
| getAssociation () | |
| Retourne l'association. | |
Classe représentant une fonction (ex prez, trez, sec'gen)
| Bdu_Entity_Position::__construct | ( | $id, | |
| $name, | |||
| $standardPosition, | |||
| $description, | |||
| Bdu_Entity_Association | $association | ||
| ) |
Constructeur.
| integer | $id | |
| string | $name | |
| string | $standardPosition | |
| string | $description | |
| Bdu_Entity_Association | $association |
| Bdu_Entity_Position::getAssociation | ( | ) |
Retourne l'association.
| Bdu_Entity_Position::getDescription | ( | ) |
Retourne la description de la fonction.
| Bdu_Entity_Position::getId | ( | ) |
Retourne l'identifiant de la fonction.
| Bdu_Entity_Position::getName | ( | ) |
Retourne le nom de la fonction.
| Bdu_Entity_Position::getStandardPosition | ( | ) |
Retourne la fonction standard associée.