GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Data::Phrasebook::Loader::Base(3) User Contributed Perl Documentation Data::Phrasebook::Loader::Base(3)

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

  $class->new( %attributes );

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

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

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

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

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

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

Returns the current "class" of loader.

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

Please see the README file.

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

  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.
2014-08-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.