Solstice::SystemMessage - Models a message set by administrators to show all users.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::SystemMessage - Models a message set by administrators to show all users.

SYNOPSIS

Top

  use Solstice::SystemMessage;

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

DESCRIPTION

Top

Represents a system message =cut

use 5.006_000; use strict; use warnings;

use base qw(Solstice::Model);

use Solstice::DateTime; use Solstice::Database; use Solstice::Configure;

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.