The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Class::Template"

Class::Template - struct/member template builder River stage zero No dependents

DMR/Class-Eroot-19960603 - 03 Jun 1996 20:17:52 UTC

Class::DBI::Template - Perl extension using Template Toolkit to render Class::DBI objects River stage zero No dependents

This module provides a tie between Class::DBI and the Template Toolkit. It allows you to specify templates which can be used to render the data available in the module in various ways....

JASONK/Class-DBI-Template-0.03 - 28 Dec 2004 19:58:02 UTC

Template::Plugin::Class - allow calling of class methods on arbitrary classes River stage two • 4 direct dependents • 17 total dependents

Template::Plugin::Class allows you to call class methods on arbitrary classes. One use for this is in Class::DBI style applications, where you may do somthing like this: [% USE cd = Class('Music::CD') %] [% FOREACH disc = cd.retrieve_all %] [% disc.a...

RCLAMP/Template-Plugin-Class-0.14 - 05 May 2009 13:52:25 UTC

Template::Colour::Class - class metaprogramming module for Template::Colour River stage zero No dependents

This module is a simple subclass of Badger::Class which other Template::Colour modules use to add a bit of class metaprogramming magic. It can be used in exactly the same way as Badger::Class to help with the definition of various class items. For ex...

ABW/Template-Plugin-Colour-0.05 - 22 Apr 2012 05:06:53 UTC

Class::MakeMethods::Template::Class - Associate information with a package River stage one • 1 direct dependent • 1 total dependent

These meta-methods provide access to class-specific values. They are similar to Static, except that each subclass has separate values....

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::DBI::Template::Stash - Template::Stash subclass for Class::DBI::Template River stage zero No dependents

There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It provides a subclass of Template::Stash that overrides it's get() method. The new method knows how to find the Class::DBI object that we are ren...

JASONK/Class-DBI-Template-0.03 - 28 Dec 2004 19:58:02 UTC

Class::MakeMethods::Template - Extensible code templates River stage one • 1 direct dependent • 1 total dependent

This module extends the Class::MakeMethods framework by providing an abstract superclass for extensible code-templating method generators. Common types of methods are generalized into template definitions. For example, "Template::Generic"'s "new" pro...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::PObject::Template - Class template for all the pobjects River stage zero No dependents

Class::PObject::Template defines the structure of all the classes created through "pobject()" construct. All created pobjects are dynamically set to inherit from Class::PObject::Template....

SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTC

Class::MakeMethods::Template::Ref - Universal copy and compare methods River stage one • 1 direct dependent • 1 total dependent

The following types of methods are provided via the Class::MakeMethods interface: clone Produce a deep copy of an instance of almost any underlying datatype. Parameters: init_method If defined, this method is called on the new object with any argumen...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Hash - Method interfaces for hash-based objects River stage one • 1 direct dependent • 1 total dependent

These meta-methods create and access values within blessed hash objects. Common Parameters: The following parameters are defined for Hash meta-methods. hash_key The hash key to use when retrieving values from each hash instance. Defaults to '*', the ...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Array - Methods for manipulating positional values in arrays River stage one • 1 direct dependent • 1 total dependent

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Global - Method that are not instance-dependent River stage one • 1 direct dependent • 1 total dependent

These meta-methods access values that are shared across all instances of your object in your process. For example, a hash_scalar meta-method will be able to store a different value for each hash instance you call it on, but a static_scalar meta-metho...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Struct - Deprecated name for Array River stage one • 1 direct dependent • 1 total dependent

Earlier versions of this package included a package named Class::MakeMethods::Template::Struct. However, in hindsight, this name was poorly chosen, as it suggests some connection to C-style structs, where the behavior implemented more simply parallel...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Scalar - Methods for blessed scalars River stage one • 1 direct dependent • 1 total dependent

Supports the Generic object constructor and accessors meta-method types, but uses scalar refs as the underlying implementation type, so only one accessor method can be used effectively....

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Static - Deprecated name for Global River stage one • 1 direct dependent • 1 total dependent

Earlier versions of this package included a package named Class::MakeMethods::Template::Static. However, in hindsight, this name was poorly chosen, as it suggests a constant, unchanging value, whereas the actual functionality is akin to traditional "...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Generic - Templates for common meta-method types River stage one • 1 direct dependent • 1 total dependent

This package provides a variety of abstract interfaces for constructors and accessor methods, which form a common foundation for meta-methods provided by the Hash, Scalar, Flyweight, Static, PackageVar, and ClassVar implementations. Generally speakin...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::ClassVar - Static methods with subclass variation River stage one • 1 direct dependent • 1 total dependent

These meta-methods provide access to package (class global) variables, with the package determined at run-time. This is basically the same as the PackageVar meta-methods, except that PackageVar methods find the named variable in the package that defi...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::ClassName - Access object's class River stage one • 1 direct dependent • 1 total dependent

These method types access or change information about the class an object is associated with. class_name Called without arguments, returns the class name. If called with an argument, reblesses object into that class. If the class doesn't already exis...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Universal - Meta-methods for any type of object River stage one • 1 direct dependent • 1 total dependent

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC

Class::MakeMethods::Template::Flyweight - Deprecated name for InsideOut River stage one • 1 direct dependent • 1 total dependent

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 mo...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC
81 results (0.04 seconds)