TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
NoteController Class Reference
Inheritance diagram for NoteController:
ActionController AbstractController ControllerInterface

Public Member Functions

 injectSysNoteRepository (\TYPO3\CMS\SysNote\Domain\Repository\SysNoteRepository $sysNoteRepository)
 
 injectBackendUserRepository (\TYPO3\CMS\Extbase\Domain\Repository\BackendUserRepository $backendUserRepository)
 
 listAction ($pids)
 
- Public Member Functions inherited from ActionController
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 injectCacheService (\TYPO3\CMS\Extbase\Service\CacheService $cacheService)
 
 injectMvcPropertyMappingConfigurationService (\TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
- Public Member Functions inherited from AbstractController
 injectSignalSlotDispatcher (\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher)
 
 injectValidatorResolver (\TYPO3\CMS\Extbase\Validation\ValidatorResolver $validatorResolver)
 
 getControllerContext ()
 
 __construct ()
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 addFlashMessage ($messageBody, $messageTitle= '', $severity=\TYPO3\CMS\Core\Messaging\AbstractMessage::OK, $storeInSession=true)
 
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
 forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
 throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Protected Attributes

 $sysNoteRepository
 
 $backendUserRepository
 
- Protected Attributes inherited from ActionController
 $reflectionService
 
 $cacheService
 
 $view = null
 
 $namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format'
 
 $viewFormatToObjectNameMap = array()
 
 $defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class
 
 $actionMethodName = 'indexAction'
 
 $errorMethodName = 'errorAction'
 
 $mvcPropertyMappingConfigurationService
 
 $request
 
 $response
 
- Protected Attributes inherited from AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $validatorResolver
 
 $arguments
 
 $supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class)
 
 $controllerContext
 
 $configurationManager
 

Additional Inherited Members

- Static Public Member Functions inherited from ActionController
static getActionMethodParameters ($objectManager)
 
- Protected Member Functions inherited from ActionController
 initializeActionMethodArguments ()
 
 resolveActionMethodName ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
 setViewConfiguration (ViewInterface $view)
 
 getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
 resolveViewObjectName ()
 
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
 getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
 getFlattenedValidationErrorMessage ()
 

Detailed Description

Note controller

Definition at line 20 of file NoteController.php.

Member Function Documentation

injectBackendUserRepository ( \TYPO3\CMS\Extbase\Domain\Repository\BackendUserRepository  $backendUserRepository)
Parameters
\TYPO3\CMS\Extbase\Domain\Repository\BackendUserRepository$backendUserRepository

Definition at line 43 of file NoteController.php.

References NoteController\$backendUserRepository.

injectSysNoteRepository ( \TYPO3\CMS\SysNote\Domain\Repository\SysNoteRepository  $sysNoteRepository)
Parameters
\TYPO3\CMS\SysNote\Domain\Repository\SysNoteRepository$sysNoteRepository

Definition at line 35 of file NoteController.php.

References NoteController\$sysNoteRepository.

listAction (   $pids)

Render notes by single PID or PID list

Parameters
string$pidsSingle PID or comma separated list of PIDs
Returns
string $pids

Definition at line 55 of file NoteController.php.

References $GLOBALS.

Member Data Documentation

$backendUserRepository
protected

Definition at line 30 of file NoteController.php.

Referenced by NoteController\injectBackendUserRepository().

$sysNoteRepository
protected

Definition at line 25 of file NoteController.php.

Referenced by NoteController\injectSysNoteRepository().