<<

NAME

Koha::AdditionalContentsLocalization - Koha Additional content localization object class

API

Class Methods

additional_content

    $c->additional_content;

Return the Koha::AdditionalContent for this translated content.

author

    $c->author;

Return the author of the content

is_expired

    $c->is_expired;

Return $content->is_expired

library

    $c->library;

Return the library of the content

category

    $c->category;

Return the category of the content

code

    $c->code;

Return the code of the content

location

    $c->location;

Return the location of the content

branchcode

    $c->branchcode;

Return the branchcode of the content

published_on

    $c->published_on;

Return the publication date of the content

expirationdate

    $c->expirationdate;

Return the expiration date of the content

number

    $c->number;

Return the number (order of display) of the content

borrowernumber

    $c->borrowernumber;

Return the borrowernumber of the content

Class Methods

_type

<<