TYPO3 CMS  TYPO3_6-2
BootstrapInterface.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Extbase\Core;
3 
19 interface BootstrapInterface {
20 
30  public function run($content, $configuration);
31 }