.. include:: ../Includes.txt .. _developer: ================ 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. .. _developer-api: API === How to use the API... .. code-block:: php $stuff = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance( '\\Foo\\Bar\\Utility\\Stuff' ); $stuff->do();