Developer Corner

Use this section to provide examples of code or detail any information that would be deemed relevant to a developer.

For example explain how a certain feature was implemented.

API

How to use the API...

$stuff = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
   '\\Foo\\Bar\\Utility\\Stuff'
);
$stuff->do();