Préparation nouvelle méthodes

This commit is contained in:
Michael RICOIS 2015-04-27 18:31:55 +00:00
parent 5990a1b39a
commit 431d0163a9

View File

@ -664,9 +664,29 @@ class Entreprise extends Scores_Ws_Server
}
}
protected function getIndiScore(){}
protected function getReportStd(){}
protected function getReportComment(){}
protected function getIndiScore()
{
//Identite Light => propre à la méthode
//Indiscore
//Text
}
protected function getReportStd()
{
//Identite Light
//Synthese
//Indiscore
//Commentaires
}
protected function getReportComment()
{
//Commentaires suivant niveau enregistré dans le profil de l'utilisateur
}
protected function getValo(){}
}