Revision 42f69828
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/Request.pm | ||
---|---|---|
522 | 522 |
|
523 | 523 |
Returns the requested content type (either C<html>, C<js> or C<json>). |
524 | 524 |
|
525 |
=item C<layout> |
|
526 |
|
|
527 |
Set and retrieve the layout object for the current request. Must be an instance |
|
528 |
of L<SL::Layout::Base>. Defaults to an isntance of L<SL::Layout::None>. |
|
529 |
|
|
530 |
For more information about layouts, see L<SL::Layout::Dispatcher>. |
|
531 |
|
|
525 | 532 |
=back |
526 | 533 |
|
527 | 534 |
=head1 SPECIAL FUNCTIONS |
Auch abrufbar als: Unified diff
Lange überfällige Doku zu Layouts