Total Complexity | 4 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class YetiForceDetail extends \App\Controller\Modal |
||
18 | { |
||
19 | /** {@inheritdoc} */ |
||
20 | public $successBtn = ''; |
||
21 | /** {@inheritdoc} */ |
||
22 | public $dangerBtn = 'LBL_CLOSE'; |
||
23 | /** {@inheritdoc} */ |
||
24 | public $modalSize = 'modal-xl'; |
||
25 | |||
26 | /** {@inheritdoc} */ |
||
27 | public function checkPermission(\App\Request $request) |
||
28 | { |
||
29 | return true; |
||
30 | } |
||
31 | |||
32 | /** {@inheritdoc} */ |
||
33 | public function getPageTitle(\App\Request $request) |
||
37 | } |
||
38 | |||
39 | /** {@inheritdoc} */ |
||
40 | public function process(\App\Request $request) |
||
46 |