Ignore:
Timestamp:
12/22/15 18:06:11 (9 years ago)
Author:
nanardon
Message:

Hide internal function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r1524 r1526  
    212212                    my ($attr) = @_; 
    213213                    my $self = $attr->object; 
    214                     $self->computeEndEmployment($self->base->config('employment_delay')); 
     214                    $self->_computeEndEmployment($self->base->config('employment_delay')); 
    215215                }, 
    216216            }, 
     
    222222                    my ($attr) = @_; 
    223223                    my $self = $attr->object; 
    224                     $self->computeEndEmployment(); 
     224                    $self->_computeEndEmployment(); 
    225225                }, 
    226226            }, 
     
    10881088 
    10891089 
    1090 sub computeEndEmployment { 
     1090sub _computeEndEmployment { 
    10911091    my ($self, $delay) = @_; 
    10921092 
Note: See TracChangeset for help on using the changeset viewer.