| Pangloss documentation | view source | Contained in the Pangloss distribution. |
Pangloss::Collection::Item - base class for items stored in a collection.
# abstract - cannot be used use base qw( Pangloss::Collection::Item ); my $key = $obj->key();
Base class for Items stored in a Pangloss::Collection.
abstract. get/set this object's key.
set/get the Pangloss::Error associated with this object.
NOTE: watch out if inheriting from OpenFrame::Object - it has an
error() method too.
Steve Purkis <spurkis@quiup.com>
Pangloss, OpenFrame::WebApp::Error::Abstract
| Pangloss documentation | view source | Contained in the Pangloss distribution. |