1 | <?php |
||
12 | class HybridEndPointController extends Controller |
||
|
|||
13 | { |
||
14 | /** |
||
15 | * @var ParameterBag |
||
16 | */ |
||
17 | private $requestQuery; |
||
18 | |||
19 | /** |
||
20 | * Process the current request. |
||
21 | * |
||
22 | * $request - The current request parameters. Leave as NULL to default to use $_REQUEST. |
||
23 | * |
||
24 | * @param Request $request |
||
25 | * |
||
26 | * @return RedirectResponse|Response |
||
27 | */ |
||
28 | public function processAction(Request $request) |
||
52 | |||
53 | /** |
||
54 | * @return AzineHybridAuth |
||
55 | */ |
||
56 | private function getAzineHybridAuthService() |
||
60 | } |
||
61 |
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.