Exemplo n.º 1
0
 public function get_partidas_full()
 {
     $part = new \partida();
     return $part->full_from_subcuenta($this->idsubcuenta);
 }