Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
exemple d'ajout de documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lduboeuf committed Jun 27, 2017
1 parent 77c816f commit 5b9d011
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion model/dao/UserDAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
*/
class UserDAO {


/**
* sauvegarde un utilisateur en bdd
* @param type $user tableau associatif
* @return boolean true si insertion ok
* @throws AlreadyExistException si l'utilisateur existe déjà
*/
public static function save($user){
$bdd = connectDB();

Expand Down

0 comments on commit 5b9d011

Please sign in to comment.