‪TYPO3CMS  10.4
WidgetRequest.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
19 
25 {
29  protected ‪$format = 'html';
30 
34  protected ‪$widgetContext;
35 
39  public function ‪getWidgetContext()
40  {
42  }
43 
48  {
49  $this->widgetContext = ‪$widgetContext;
51  }
52 
58  public function ‪getArgumentPrefix()
59  {
60  return $this->widgetContext->getParentPluginNamespace() . '[' . $this->widgetContext->getWidgetIdentifier() . ']';
61  }
62 }
‪TYPO3\CMS\Fluid\Core\Widget
Definition: AbstractWidgetController.php:16
‪TYPO3\CMS\Fluid\Core\Widget\WidgetRequest
Definition: WidgetRequest.php:25
‪TYPO3\CMS\Fluid\Core\Widget\WidgetRequest\$widgetContext
‪TYPO3 CMS Fluid Core Widget WidgetContext $widgetContext
Definition: WidgetRequest.php:32
‪TYPO3\CMS\Fluid\Core\Widget\WidgetRequest\getWidgetContext
‪TYPO3 CMS Fluid Core Widget WidgetContext getWidgetContext()
Definition: WidgetRequest.php:37
‪TYPO3\CMS\Fluid\Core\Widget\WidgetRequest\setWidgetContext
‪setWidgetContext(WidgetContext $widgetContext)
Definition: WidgetRequest.php:45
‪TYPO3\CMS\Fluid\Core\Widget\WidgetContext\getControllerObjectName
‪string getControllerObjectName()
Definition: WidgetContext.php:221
‪TYPO3\CMS\Extbase\Mvc\Request\setControllerObjectName
‪setControllerObjectName($controllerObjectName)
Definition: Request.php:155
‪TYPO3\CMS\Fluid\Core\Widget\WidgetRequest\getArgumentPrefix
‪string getArgumentPrefix()
Definition: WidgetRequest.php:56
‪TYPO3\CMS\Fluid\Core\Widget\WidgetRequest\$format
‪string $format
Definition: WidgetRequest.php:28
‪TYPO3\CMS\Fluid\Core\Widget\WidgetContext
Definition: WidgetContext.php:33
‪TYPO3\CMS\Extbase\Mvc\Request
Definition: Request.php:31