Esempio n. 1
0
 /**
  * Constructor
  */
 public function __construct($fname = '', $lname = '', $gender = '')
 {
     $this->setFirstname($fname);
     $this->setLastname($lname);
     $this->setGender($gender);
     parent::__construct();
 }