| Mobile-WURFL documentation | view source | Contained in the Mobile-WURFL distribution. |
Mobile::WURFL::Base - Mobile::WURFL base class
use base 'Mobile::WURFL::Base';
Provides common class methods to other classes.
newBasic constructor, blesses an hash and calls init. Accepts a hash reference.
initInitialize the current instance setting up some defaults using the following methods.
default_wurfl_xmlreturns the default filename for the WURFL XML file.
wurfl_xmlholds the current filename of the WURFL XML file.
default_wurfl_bdbreturn the default directory where all WURFL BerkeleyDB data reside.
wurfl_bdbholds the directory where reside all WURFL BerkeleyDB data.
default_wurfl_urireturn the default URL from where a WURFL XML file can downloaded.
wurfl_uriholds the current URL from where a WURFL XML file can downloaded.
Valerio VALDEZ Paolini, <valdez@cpan.org>
Copyright (C) 2005 by Valerio VALDEZ Paolini
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
| Mobile-WURFL documentation | view source | Contained in the Mobile-WURFL distribution. |