| 1 | <?php |
||
| 22 | class DefaultTasksDropDownThemeProvider implements TasksDropDownThemeProviderInterface { |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Constructor. |
||
| 26 | */ |
||
| 27 | public function __construct() { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function getTasks() { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | public function getView() { |
||
| 44 | |||
| 45 | } |
||
| 46 |