From 76fc84daae647eaf8d4171bed1b43d71b44a8cca Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 8 Jun 2011 07:53:04 +0000 Subject: [PATCH] documentation --- library/Scores/IdentiteEntreprise.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/Scores/IdentiteEntreprise.php b/library/Scores/IdentiteEntreprise.php index 97c127aec..e341f7a43 100644 --- a/library/Scores/IdentiteEntreprise.php +++ b/library/Scores/IdentiteEntreprise.php @@ -4,6 +4,12 @@ class IdentiteEntreprise protected $identite; protected $view; + /** + * Construit l'identite entreprise afin de retourner les éléments formatter + * pour l'affichage + * @param stdClass $identite + * @param unknown_type $view + */ public function __construct($identite, $view = null) { require_once 'Scores/Utilisateur.php';