| Pangloss documentation | view source | Contained in the Pangloss distribution. |
Pangloss::Concept - a named concept in Pangloss.
use Pangloss::Concept;
my $concept = new Pangloss::Concept();
$concept->name( $text )
->category( $category )
->notes( $text )
->creator( $user )
->date( time )
->validate;
# catch Pangloss::Concept::Errors
This class represents a concept in Pangloss. It inherits its interface from Pangloss::StoredObject::Common and Pangloss::Collection::Item.
set/get Pangloss::Category.
Steve Purkis <spurkis@quiup.com>
| Pangloss documentation | view source | Contained in the Pangloss distribution. |