summaryrefslogtreecommitdiff
path: root/server/core/CoreInterface.php
blob: 6c2313b27f7372ee5f7d89bfa8347b54a5556d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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);
	
}