TYPO3 CMS  TYPO3_6-2
TaskInterface.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Taskcenter;
3 
22 interface TaskInterface {
23 
29  public function getTask();
30 
36  public function getOverview();
37 
38 }