15 lines
No EOL
457 B
PHP
15 lines
No EOL
457 B
PHP
<?php
|
|
namespace DigiComp\Menu\MenuService;
|
|
/* *
|
|
* This script belongs to the FLOW3 package "DigiComp.Controls". *
|
|
* *
|
|
* */
|
|
|
|
/**
|
|
* Interface for Menu-Configuration
|
|
*/
|
|
interface ServiceInterface {
|
|
|
|
public function getItems();
|
|
|
|
} |