The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

This class inherits its interface from Pipeline::Segment.

METHODS

$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

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Pipeline::Segment, Pangloss::Concept