certo che sono vuote, manca il costruttore: http://php.net/manual/en/language.oop5.decon.php

Codice PHP:
function __construct($var1$var2$var3) {
     
$this->var1 $var1;
     
$this->var2 $var2;
     
$this->var3 $var3;