Solstice::HelpService - A service for building a queue of text strings


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::HelpService - A service for building a queue of text strings

SYNOPSIS

Top

  use Solstice::HelpService;
  my $help_service = new Solstice::HelpService;

  my $str = 'Blah blah';

  $help_service->addHelp($str);
  $help_service->clearPageHelp();

  # Returns an array ref
  my $help_list = $help_service->getPageHelp();

DESCRIPTION

Top

Superclass

Solstice::Service

Export

No symbols exported.

Methods

new()

Creates a new HelpSystem object.

addHelp($string)
getPageHelp()

Returns an array ref of all help objects added to the page.

clearPageHelp()

Removes all help objects added to the page.

Private Methods

_getClassName()

Return the class name. Overridden to avoid a ref() in the superclass.

Modules Used

Solstice::Service.

AUTHOR

Top

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

VERSION

Top

$Revision: 3364 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.