Revision 83fac3d1
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/File/Object.pm | ||
---|---|---|
151 | 151 |
|
152 | 152 |
my ($object) = SL::File->get_all(object_id => $object_id, |
153 | 153 |
object_type => $object_type, |
154 |
file_type => 'images', # may be optional
|
|
154 |
file_type => 'image', # may be optional
|
|
155 | 155 |
source => 'uploaded' # may be optional |
156 | 156 |
); |
157 | 157 |
# read attributes |
Auch abrufbar als: Unified diff
File: POD-Korrektur: File-Typen sind singular