‪TYPO3CMS  9.5
TYPO3\CMS\SysNote\Controller\NoteController Class Reference

Public Member Functions

 __construct ()
 
string listAction ($pids, int $position=null)
 

Protected Attributes

SysNoteRepository $notesRepository
 

Detailed Description

Renders notes for the current backend user

Definition at line 27 of file NoteController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\SysNote\Controller\NoteController::__construct ( )

Definition at line 33 of file NoteController.php.

Member Function Documentation

◆ listAction()

string TYPO3\CMS\SysNote\Controller\NoteController::listAction (   $pids,
int  $position = null 
)

Render notes by single PID or PID list

Parameters
string$pids‪Single PID or comma separated list of PIDs
int | null$position‪null for no restriction, integer for defined position
Returns
‪string

Definition at line 45 of file NoteController.php.

References $GLOBALS.

Member Data Documentation

◆ $notesRepository

SysNoteRepository TYPO3\CMS\SysNote\Controller\NoteController::$notesRepository
protected

Definition at line 31 of file NoteController.php.