<<

NAME

Koha::Patron::Restriction - Koha Patron::Restriction Object class

API

Class methods

type

  my $restriction_type = $restriction->type;

Returns the restriction type

is_expired

my $is_expired = $restriction->is_expired;

Returns 1 if the restriction is expired or 0;

Internal methods

_type

Corresponding DBIC resultset class name

AUTHORS

Martin Renvoize <martin.renvoize@ptfs-europe.com>

<<