TYPO3 CMS  TYPO3_8-7
RadioElementItems.php
Go to the documentation of this file.
1 <?php
3 
8 {
12  public function getItems($params)
13  {
14  $params['items'][] = ['processed label', 'processed value'];
15  }
16 }