Exemplo n.º 1
0
 public function __construct($id = null, $user = null)
 {
     parent::__construct();
     $this->id = $id;
     $this->owner = $user;
 }