documentation

This commit is contained in:
Michael RICOIS 2011-06-08 07:53:04 +00:00
parent 20c4c53944
commit 76fc84daae

View File

@ -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';