Mobile::WURFL::Base - Mobile::WURFL base class


Mobile-WURFL documentation  | view source Contained in the Mobile-WURFL distribution.

Index


NAME

Top

Mobile::WURFL::Base - Mobile::WURFL base class

SYNOPSIS

Top

  use base 'Mobile::WURFL::Base';

DESCRIPTION

Top

Provides common class methods to other classes.

new

Basic constructor, blesses an hash and calls init. Accepts a hash reference.

init

Initialize the current instance setting up some defaults using the following methods.

default_wurfl_xml

returns the default filename for the WURFL XML file.

wurfl_xml

holds the current filename of the WURFL XML file.

default_wurfl_bdb

return the default directory where all WURFL BerkeleyDB data reside.

wurfl_bdb

holds the directory where reside all WURFL BerkeleyDB data.

default_wurfl_uri

return the default URL from where a WURFL XML file can downloaded.

wurfl_uri

holds the current URL from where a WURFL XML file can downloaded.

SEE ALSO

Top

Mobile::WURFL

AUTHOR

Top

Valerio VALDEZ Paolini, <valdez@cpan.org>

COPYRIGHT AND LICENSE

Top


Mobile-WURFL documentation  | view source Contained in the Mobile-WURFL distribution.