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