The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mango::Object::Meta - Module representing object meta information

SYNOPSIS

    my $object = Mango::Object->new;
    $object->meta->provider($provider);

DESCRIPTION

Mango::Object::Meta module contains all of the non-column, or "meta" information for a result object.

CONSTRUCTOR

new

Arguments: \%args

Creates a new meta object that uses the hash supplied to read/write its information.

METHODS

parent

Arguments: $parent

Gets/sets the parent object of the current object.

provider

Arguments: $provider

Gets/sets the Mango::Provider object that is responsible for creating, or processing updates for the current object.

SEE ALSO

Mango::Object, Mango::Provider

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/