Revision 783342e0
Von Sven Schöling vor etwa 11 Jahren hinzugefügt
SL/Controller/Helper/GetModels.pm | ||
---|---|---|
63 | 63 |
$self->paginated->get_current_paginate_params(%params); |
64 | 64 |
} |
65 | 65 |
|
66 |
sub get_sort_spec { |
|
67 |
my ($self) = @_; |
|
68 |
|
|
69 |
$self->sorted->specs; |
|
70 |
} |
|
71 |
|
|
72 |
sub get_current_sort_params { |
|
73 |
my ($self) = @_; |
|
74 |
|
|
75 |
$self->sorted->read_params; |
|
76 |
} |
|
77 |
|
|
66 | 78 |
sub init { |
67 | 79 |
my ($self, %params) = @_; |
68 | 80 |
|
Auch abrufbar als: Unified diff
BackgroundJob models