Ignore:
Timestamp:
02/27/09 17:45:38 (15 years ago)
Author:
nanardon
Message:
  • add Unix base access
File:
1 edited

Legend:

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

    r3 r5  
    5454    return LATMOS::Accounts::Bases::Objects->new($self, $otype, $id); 
    5555} 
     56 
     57=head2 load 
     58 
     59Make account base loading data into memory if need. 
     60Should always be called, if database fetch data on the fly 
     61(SQL, LDAP), the function just return True. 
     62 
     63=cut 
     64 
     65sub load { 1 } 
    5666 
    5767=head2 is_transactionnal 
Note: See TracChangeset for help on using the changeset viewer.