DBIx-Class-Result-ProxyField

 view release on metacpan or  search on metacpan

lib/DBIx/Class/Result/ProxyField.pm  view on Meta::CPAN

}

=head2 update

Instance function

re defined update to adapt object field before update

=cut

sub update
{
  my $self = shift;
  my $rh_attrs = $_[0];
  if (defined $rh_attrs)
  {
    my $class = ref $self;
    $class->class_adaptator_to_bdd($rh_attrs);
  }
  return $self->next::method($rh_attrs);
}

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.429 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )