DigiComp.Menu/Classes/DigiComp/Menu/MenuService/ServiceInterface.php

15 lines
457 B
PHP
Raw Normal View History

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