Pangloss::Application - the Pangloss application.


Pangloss documentation  | view source Contained in the Pangloss distribution.

Index


NAME

Top

Pangloss::Application - the Pangloss application.

SYNOPSIS

Top

  use Pangloss::Application;
  my $app = new Pangloss::Application()
    ->store( new Pixie()->connect('...') );

  my $view1 = $app->user_editor->update_user( ... );
  my $view2 = $app->term_editor->add_term( ... );
  ...

  # see respective classes for syntax

DESCRIPTION

Top

This class is the main entry point to the Pangloss system.

METHODS

Top

store()

set/get the Pixie object store for this application.

user_editor()

set/get the Pangloss::Application::UserEditor.

language_editor()

set/get the Pangloss::Application::LanguageEditor.

category_editor()

set/get the Pangloss::Application::CategoryEditor.

concept_editor()

set/get the Pangloss::Application::ConceptEditor.

term_editor()

set/get the Pangloss::Application::TermEditor.

searcher()

set/get the Pangloss::Application::Searcher.

AUTHOR

Top

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Top

Pangloss


Pangloss documentation  | view source Contained in the Pangloss distribution.