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