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();

or in some other language:

1$(document).ready(
2   function () {
3      doStuff();
4   }
5);