istic-openstack/server/core/CoreInterface.php

15 lines
244 B
PHP
Raw Normal View History

<?php
2016-04-26 20:42:31 +02:00
/**
* File containing Core Interface
*
* @version 1.0 Initialisation of this file
* @since 1.0 Core application's file
*
* @author Eole 'eoledev at outlook . fr'
*
*/
interface Core{
public function action($action);
}