Commentaire

This commit is contained in:
Michael RICOIS 2011-04-21 13:32:27 +00:00
parent 47df06a790
commit ca85143bdf

View File

@ -67,6 +67,10 @@ class Utilisateur
return $hasPerm;
}
/**
* Vérifie que l'utilisateur à cocher cette préférence
* @param string $pref
*/
public function checkPref($pref)
{
$hasPref = false;