Myco::Entity::SampleEntityBase - a Myco entity class.


Myco documentation  | view source Contained in the Myco distribution.

Index


NAME

Top

Myco::Entity::SampleEntityBase - a Myco entity class.

SYNOPSIS

Top

 $obj = Myco::Entity::SampleEntityBase->new;

 # accessor usage
 $obj->set_fooattrib("hello");
 $value = $obj->get_fooattrib;

 $obj->foometh();

DESCRIPTION

Top

This class, along with Myco::Entity::SampleEntity and Myco::Entity::SampleEntityAddress, provide the basis for all tests provided with the core myco system.

LICENSE AND COPYRIGHT

Top

SEE ALSO

Top

Myco::Entity::SampleEntityBase::Test (Myco::Entity::SampleEntityBase::Test), Myco::Entity, Myco (Myco), Tangram, Class::Tangram, myco-mkentity (mkentity)


Myco documentation  | view source Contained in the Myco distribution.