Solstice::SystemMessageFactory - Creates groups of SystemMessages


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::SystemMessageFactory - Creates groups of SystemMessages

SYNOPSIS

Top

  use Solstice::SystemMessageFactory;

  my $model = Solstice::SystemMessageFactory->new();

DESCRIPTION

Top

Welp, it busts em out =cut

use 5.006_000; use strict; use warnings;

use base qw(Solstice::Model);

use Solstice::Database; use Solstice::Configure; use Solstice::SystemMessage;

our ($VERSION) = ('$Revision: 110 $' =~ /^\$Revision:\s*([\d.]*)/);

Export

None by default.

Methods

new()

Constructor.

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 110 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.