End of comments
This commit is contained in:
parent
5263cf00a2
commit
1d42345e07
13 changed files with 491 additions and 264 deletions
|
@ -1,15 +1,26 @@
|
|||
<?php
|
||||
/**
|
||||
* File containing Core Interface
|
||||
* File containing Core Interface.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Interface for the main classes of the API
|
||||
*
|
||||
* @version 1.0 Initialisation of this file
|
||||
* @since 1.0 Core application's file
|
||||
*
|
||||
* @author Eole 'eoledev at outlook . fr'
|
||||
*
|
||||
*/
|
||||
interface Core{
|
||||
|
||||
/**
|
||||
* Execute an action in the class
|
||||
*
|
||||
* @param String $action Function to be called
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function action($action);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue