| 1 | <?php |
||
| 15 | class TestController extends ActionController |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * File repository. |
||
| 19 | * |
||
| 20 | * @var \TYPO3\CMS\Core\Resource\FileRepository |
||
| 21 | * @TYPO3\CMS\Extbase\Annotation\Inject |
||
| 22 | */ |
||
| 23 | protected $fileRepository; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Test action. |
||
| 27 | * |
||
| 28 | * @Plugin("Test") |
||
| 29 | */ |
||
| 30 | public function testAction() |
||
| 40 | } |
||
| 41 |