Revision a880fff6
Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt
SL/DB/Helper/LinkedRecords.pm | ||
---|---|---|
405 | 405 |
|
406 | 406 |
SL::DB::Helper::LinkedRecords - Mixin for retrieving linked records via the table C<record_links> |
407 | 407 |
|
408 |
SYNOPSIS |
|
408 |
=head1 SYNOPSIS
|
|
409 | 409 |
|
410 | 410 |
# In SL::DB::<Object> |
411 | 411 |
use SL::DB::Helper::LinkedRecords; |
... | ... | |
680 | 680 |
|
681 | 681 |
Returns an array reference. |
682 | 682 |
|
683 |
Can only be called both as a class function since it is not exported.
|
|
683 |
Can only be called as a class function since it is not exported. |
|
684 | 684 |
|
685 | 685 |
=back |
686 | 686 |
|
Auch abrufbar als: Unified diff
S:D:H:LinkedRecords: Pod: kleine Korrekturen