Class::MakeMethods::Template::Flyweight man page on Pidora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Pidora logo
[printable version]

MakeMethods::Template:UserwContributed PerlMakeMethods::Template::Flyweight(3)

NAME
       Class::MakeMethods::Template::Flyweight - Deprecated name for InsideOut

SYNOPSIS
	 package MyObject;
	 use Class::MakeMethods::Template::InsideOut (
	   new		   => [ 'new' ]
	   scalar	   => [ 'foo', 'bar' ]
	 );

	 package main;

	 my $obj = MyObject->new( foo => "Foozle", bar => "Bozzle" );
	 print $obj->foo();	       # Prints Foozle
	 $obj->bar("Bamboozle");       # Sets $obj->{bar}

DESCRIPTION
       Earlier versions of this package included a package named
       Class::MakeMethods::Template::Flyweight.

       However, in hindsight, this name was poorly chosen, as it suggests that
       the Flyweight object design pattern is being used, when the
       functionality is more akin to what's sometimes known as "inside-out
       objects."

       This functionality is now provided by
       Class::MakeMethods::Template::InsideOut, of which this is an almost-
       empty subclass retained to provide backwards compatibility.

SEE ALSO
       Class::MakeMethods::Template::InsideOut.

perl v5.14.2			  2004-09-0MakeMethods::Template::Flyweight(3)
[top]

List of man pages available for Pidora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net