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);
}
( run in 0.269 second using v1.01-cache-2.11-cpan-95122f20152 )