예제 #1
0
파일: Pessoa.php 프로젝트: beregueder/phpoo
 /**
  * Retorna o total em débitos
  */
 public function totalDebitos()
 {
     return Conta::debitosPorPessoa($this->id);
 }