Skip to content

Instantly share code, notes, and snippets.

@smichaelsen
Created January 31, 2013 12:56
Show Gist options
  • Save smichaelsen/4682661 to your computer and use it in GitHub Desktop.
Save smichaelsen/4682661 to your computer and use it in GitHub Desktop.
This is a usage example for http://forge.typo3.org/issues/45022
<?
class MyClass {
/**
* @publicCallDeprecated Since 6.1. Will be protected 2 versions later
*/
public function doStuff() {
\TYPO3\CMS\Core\Utility\GeneralUtility::logDeprecatedPublicMethodCall();
// do stuff
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment