<<

NAME

Koha::Acquisition::Bookseller::Interface - Koha Bookseller interface Object class

API

Class Methods

store

    $self->store;

Specific store method to encrypt the password.

plain_text_password

    my $plain_text_password = $self->plain_text_password;

Decrypt the password and return its plain text form.

_type

<<