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

NAME

  RTx::Attribute_Overlay 

DESCRIPTION

Create PARAMHASH

Create takes a hash of values and creates a row in the database:

  varchar(200) 'Name'.
  varchar(255) 'Description'.
  varchar(64) 'ObjectType'.
  int(11) 'ObjectId'.

You may pass a Object instead of ObjectType and ObjectId.

LoadByNameAndObject (Object => OBJECT, Name => NAME)

Loads the Attribute named NAME for Object OBJECT.