istic-openstack/server/core/CoreInterface.php
2016-04-26 20:42:31 +02:00

15 lines
No EOL
244 B
PHP
Executable file

<?php
/**
* 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);
}