html::widgets::navmenu::object(3pm) debian man page | unix.com

Man Page: html::widgets::navmenu::object

Operating Environment: debian

Section: 3pm

HTML::Widgets::NavMenu::Object(3pm)			User Contributed Perl Documentation		       HTML::Widgets::NavMenu::Object(3pm)

   __PACKAGE__->mk_accessors(qw(method1 method2 method3))
       Equivalent to Class::Accessor's mk_accessors only using Class::XSAccessor.  It beats running an ugly script on my code, and can be done at
       run-time.

       Gotta love dynamic languages like Perl 5.

   __PACKAGE__->mk_acc_ref([qw(method1 method2 method3)])
       Creates the accessors in the array-ref of names at run-time.

NAME
HTML::Widgets::NavMenu::Object - a base object for HTML::Widgets::NavMenu
SYNOPSIS
For internal use only
FUNCTIONS
my $obj = HTML::Widgets::NavMenu::Object->new(@args) Instantiates a new object. Calls "$obj->_init()" with @args. my $obj = HTML::Widgets::NavMenu::Object->destroy_(); A method that can be used to explicitly destroy an object. COPYRIGHT &; LICENSE Copyright 2006 Shlomi Fish, all rights reserved. This program is released under the following license: MIT X11. perl v5.10.1 2011-04-23 HTML::Widgets::NavMenu::Object(3pm)
Related Man Pages
gstreamer::object(3pm) - debian
html::display::common(3pm) - debian
html::rewriteattributes::links(3pm) - debian
html::widgets::navmenu(3pm) - debian
tap::object(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph