Exemple #1
0
 public function __construct($nome, $cpf)
 {
     $this->cpf = $cpf;
     parent::__construct(self::getContador() + 1, $nome);
 }