1 | <?php |
||
12 | class Controller extends \Symfony\Bundle\FrameworkBundle\Controller\Controller |
||
|
|||
13 | { |
||
14 | |||
15 | /** |
||
16 | * @param Request $request |
||
17 | * @param bool $avoidLoop Avoid redirecting back to the current page |
||
18 | * |
||
19 | * @return RedirectResponse|Response |
||
20 | */ |
||
21 | protected function redirectBack(Request $request, $avoidLoop = false) |
||
32 | |||
33 | /** |
||
34 | * @param Request $request |
||
35 | * @param string $to |
||
36 | * |
||
37 | * @return mixed |
||
38 | */ |
||
39 | protected function redirectTo(Request $request, $to) |
||
49 | |||
50 | /** |
||
51 | * @param mixed $events |
||
52 | */ |
||
53 | protected function dispatchEntityEvent($events) |
||
73 | |||
74 | /** |
||
75 | * @param EntityEvent $event |
||
76 | * @param UnitOfWork $uow |
||
77 | * @param null $dispatcher |
||
78 | */ |
||
79 | protected function dispatchEntityEventRunner(EntityEvent $event, UnitOfWork $uow, $dispatcher = null) |
||
93 | |||
94 | /** |
||
95 | * @return User |
||
96 | */ |
||
97 | protected function getUser() |
||
101 | } |
||
102 |
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.