Revision 21ea525a
Von Sven Schöling vor mehr als 4 Jahren hinzugefügt
SL/Helper/Inventory.pm | ||
---|---|---|
|
||
for my $name (@attributes) {
|
||
no strict 'refs';
|
||
*{"WH::Allocation::$name"} = sub { $_[0]{$name} };
|
||
*{"SL::Helper::Inventory::Allocation::$name"} = sub { $_[0]{$name} };
|
||
}
|
||
|
||
sub new {
|
Auch abrufbar als: Unified diff
Inventory Helper: Methoden der Allocation Klasse gefixt