<<

NAME

Koha::ClassSplitRule Koha Classfication Spliting Rule Object class

API

Class Methods

new

Accept 'regexs' as a valid attribute. It should be an arrayref that will be serialized in JSON before stored in DB.

regexs

my $regexs = $rule->regexs

$rule->regex(\@regexs);

Getter or setter for split_regex

type

<<