Pangloss::Segment::LoadConcept - load concept from an OpenFrame::Request.


Pangloss documentation  | view source Contained in the Pangloss distribution.

Index


NAME

Top

Pangloss::Segment::LoadConcept - load concept from an OpenFrame::Request.

SYNOPSIS

Top

  $pipe->add_segment( Pangloss::Segment::LoadConcept->new )

DESCRIPTION

Top

This class inherits its interface from Pipeline::Segment.

METHODS

Top

$concept = $obj->dispatch();

attempts to load a concept from the stored OpenFrame::Request's arguments.

$concept = $obj->new_concept_from_args( \%args );

Creates a new concept from the hash given. uses the following keys:

    new_concept_name
    new_concept_notes
    new_concept_category

Returns undef if no useable keys were present.

AUTHOR

Top

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Top

Pipeline::Segment, Pangloss::Concept


Pangloss documentation  | view source Contained in the Pangloss distribution.