| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | class RenderController extends Controller |
||
| 25 | { |
||
| 26 | // Protected Properties |
||
| 27 | // ========================================================================= |
||
| 28 | |||
| 29 | protected $allowAnonymous = []; |
||
| 30 | |||
| 31 | // Public Methods |
||
| 32 | // ========================================================================= |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Plugin settings |
||
| 36 | * |
||
| 37 | * @return Response The rendered result |
||
| 38 | */ |
||
| 39 | public function actionAmpIframe(): Response |
||
| 45 |