Package DE_EPAGES::Object::API::Attributes::ReferenceLoop
Implements attributes that return a list of objects.
Base |
DE_EPAGES::Object::API::BaseAttribute |
Example |
$Product->set({ 'Services', [$Product1, $Product2, ...] }); $aProducts = $Product->get('Services'); |