Request Analyse reviewed, Server Initialisation Reviewed, Core Class Interface Created, App created
This commit is contained in:
parent
b39f5c1cd4
commit
c2a5b1880c
6 changed files with 147 additions and 83 deletions
server/core
7
server/core/CoreInterface.php
Executable file
7
server/core/CoreInterface.php
Executable file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
interface Core{
|
||||
|
||||
public function action($action);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue