debian man page for html::widgets::navmenu::object

Query: html::widgets::navmenu::object

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
object::deadly::_unsafe(3) - centos
curses::widgets::listbox::multicolumn(3pm) - debian
gstreamer::object(3pm) - debian
html::widget::accessor(3pm) - debian
object::id(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
My first PERL incarnation... Audio Oscillograph