Revision 9a578c8b
Von Jan Büren vor mehr als 11 Jahren hinzugefügt
SL/InstanceConfiguration.pm | ||
---|---|---|
184 | 184 |
return ($self->{data}->{max_future_booking_interval}); |
185 | 185 |
} |
186 | 186 |
|
187 |
sub get_webdav { |
|
188 |
my ($self) = @_; |
|
189 |
return ($self->{data}->{webdav}); |
|
190 |
} |
|
191 |
|
|
192 |
sub get_webdav_documents { |
|
193 |
my ($self) = @_; |
|
194 |
return ($self->{data}->{webdav_documents}); |
|
195 |
} |
|
196 |
|
|
197 |
sub get_vertreter { |
|
198 |
my ($self) = @_; |
|
199 |
return ($self->{data}->{vertreter}); |
|
200 |
} |
|
201 |
|
|
202 |
sub get_parts_show_image { |
|
203 |
my ($self) = @_; |
|
204 |
return ($self->{data}->{parts_show_image}); |
|
205 |
} |
|
206 |
|
|
207 |
sub get_parts_listing_images{ |
|
208 |
my ($self) = @_; |
|
209 |
return ($self->{data}->{parts_listing_image}); |
|
210 |
} |
|
211 |
|
|
212 |
sub get_parts_image_css { |
|
213 |
my ($self) = @_; |
|
214 |
return ($self->{data}->{parts_image_css}); |
|
215 |
} |
|
187 | 216 |
|
188 | 217 |
|
189 | 218 |
1; |
... | ... | |
330 | 359 |
|
331 | 360 |
Returns the maximum interval value for future bookings |
332 | 361 |
|
362 |
=item C<get_webdav> |
|
363 |
|
|
364 |
Returns the configuration for webdav |
|
365 |
|
|
366 |
=item C<get_webdav_documents> |
|
367 |
|
|
368 |
Returns the configuration for storing documents in the corresponding webdav folder |
|
369 |
|
|
370 |
=item C<get_vertreter> |
|
371 |
|
|
372 |
Returns the configuration for "vertreter" |
|
373 |
|
|
374 |
=item C<get_parts_show_image> |
|
375 |
|
|
376 |
Returns the configuarion for show image in parts |
|
377 |
|
|
378 |
=item C<get_parts_image_css> |
|
379 |
|
|
380 |
Returns the css format string for images shown in parts |
|
381 |
|
|
382 |
=item C<get_parts_listing_image> |
|
383 |
|
|
384 |
Returns the configuartion for showing the picture in the results when you search for parts |
|
385 |
|
|
333 | 386 |
=back |
334 | 387 |
|
335 | 388 |
=head1 BUGS |
Auch abrufbar als: Unified diff
Trac 2300 / 2301 zweiter Versuch
;-)