| Pangloss documentation | view source | Contained in the Pangloss distribution. |
Pangloss::Application::CategoryEditor - category editor app for Pangloss.
use Pangloss::Application::CategoryEditor; my $editor = new Pangloss::Application::CategoryEditor(); my $view0 = $editor->list(); my $view1 = $editor->add( $cat ); my $view2 = $editor->get( $name ); my $view3 = $editor->update( $name, $cat ); my $view4 = $editor->remove( $name );
This class implements a category editor application for Pangloss.
It inherits from Pangloss::Application::CollectionEditor.
Steve Purkis <spurkis@quiup.com>
Pangloss, Pangloss::Category
| Pangloss documentation | view source | Contained in the Pangloss distribution. |