Data::Phrasebook::Loader::Base - Base loader plugin class.
Contents
Constructor
new
"new" instantiates the plugin object, creating a blessed hash of any attributes passed as arguments.
Copyright And License
Copyright (C) 2004-2013 Barbie for Miss Barbell Productions.
This distribution is free software; you can redistribute it and/or
modify it under the Artistic License v2.
perl v5.36.0 2022-11-19 Data::Phrasebook::Loader::Base(3pm)
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 );
