Exemplo n.º 1
0
 public function setCPF($cpf)
 {
     $cpf = $this->filter->setCpf($cpf);
     if ($cpf) {
         $this->cpf = $cpf;
         return true;
     }
     return false;
 }