Name

pkit_default — Default class method

Synopsis

sub pkit_default {
 # class default code here ...
}
     

Description

Class method called for every page in the same class which has page code and/or content. It is called after pkit_common_code and before page code.

NOTE: currently this is the only pkit_* method which can exist outside Common.pm