コード例 #1
0
ファイル: Pessoa.php プロジェクト: beregueder/phpoo
 /**
  * Retorna as contas em aberto
  */
 public function getContasEmAberto()
 {
     return Conta::getByPessoa($this->id);
 }