|
Folliow
Un projet de site web réaliser en PHP
|
Public Member Functions | |
| __construct () | |
| getId () | |
| setId (int $id) | |
| getName () | |
| setName (string $name) | |
| Public Member Functions inherited from Mother | |
| hydrate (array $arrData) | |
Additional Inherited Members | |
| Protected Member Functions inherited from Mother | |
| nettoyer (string $strText) | |
| Protected Attributes inherited from Mother | |
| string | $_prefix = '' |
Classe d'un objet Authorisation
| __construct | ( | ) |
le constructeur de la table authorisation
| getId | ( | ) |
Récuperation de l'id du statut d'un utilisateur
| getName | ( | ) |
Récuperation de l'intitulé du statut d'un utilisateur
| setId | ( | int | $id | ) |
Mise à jour de l'id du statut d'un utilisateur
| int | le nouvelle id du statut |
| setName | ( | string | $name | ) |
Mise à jour de l'intitulé du statut d'un utilisateur