0
respostas

Exercício __set

O meu funcionou assim

public function __set($nomeAtributo, $valor) { $this->$nomeAtributo = $valor; }

kkkkkkjjj