logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Data::Phrasebook::Loader::Base - Base loader plugin class.

Author

         Barbie, <barbie@cpan.org>
         for Miss Barbell Productions <http://www.missbarbell.co.uk>.

Constructor

new
       "new" instantiates the plugin object, creating a blessed hash of any attributes passed as arguments.

Description

       "Data::Phrasebook::Loader::Base" acts as a base class for phrasebook plugins.

Inheritable Methods

load
       "load" is an abstract method here. You must define your own in your subclass. Loads the phrasebook.

   get
       "get" is an abstract method here. You must define your own in your subclass. Gets the phrase.

   dicts
       "dicts" is an abstract method here. You must define your own in your subclass. Returns the list of
       dictionaries available.

   keywords
       "keywords" is an abstract method here. You must define your own in your subclass. Returns the list of
       keywords available.

   class
       Returns the current "class" of loader.

Name

       Data::Phrasebook::Loader::Base - Base loader plugin class.

See Also

       Data::Phrasebook, Data::Phrasebook::Loader.

Support

       Please see the README file.

Synopsis

         $class->new( %attributes );

See Also