1 | <?php |
||
10 | class PagerfantaController extends Controller |
||
|
|||
11 | { |
||
12 | public function defaultViewAction() |
||
16 | |||
17 | public function defaultShortViewAction() |
||
21 | |||
22 | public function twitterBootstrapViewAction() |
||
26 | |||
27 | public function twitterBootstrap3ViewAction() |
||
31 | |||
32 | public function viewWithOptionsAction() |
||
36 | |||
37 | public function viewWithoutFirstPageParamAction(Request $request) |
||
41 | |||
42 | public function defaultTranslatedViewAction() |
||
46 | |||
47 | public function twitterBootstrapTranslatedViewAction() |
||
51 | |||
52 | public function twitterBootstrap3TranslatedViewAction() |
||
56 | |||
57 | public function myView1Action() |
||
61 | |||
62 | public function viewWithRouteParamsAction($test = null) |
||
66 | |||
67 | public function defaultWithRequestAction(Request $request, $name = 'defaultView') |
||
78 | |||
79 | private function renderPagerfanta($name) |
||
89 | |||
90 | private function buildTemplateName($name) |
||
94 | |||
95 | private function createPagerfanta() |
||
101 | |||
102 | private function createAdapter() |
||
109 | } |
||
110 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.