Skip to content

Commit

Permalink
Removing constructor after porting to ORM #242
Browse files Browse the repository at this point in the history
  • Loading branch information
dbellettini committed Dec 21, 2012
1 parent e301783 commit 27be66a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Universibo/Bundle/LegacyBundle/Entity/Collaboratore.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,6 @@ class Collaboratore
*/
private $fotoDefault = 'no_foto.png';

public function __construct($id_utente = 0, $intro = '', $recapito = '',
$obiettivi = '', $foto = null, $ruolo = '')
{
$this->id_utente = $id_utente;
$this->intro = $intro;
$this->ruolo = $ruolo;
$this->recapito = $recapito;
$this->foto = $foto;
$this->obiettivi = $obiettivi;
}

public function getId()
{
return $this->id;
Expand Down

0 comments on commit 27be66a

Please sign in to comment.