removed unused files that are not needed anymore.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
namespace Nibiru;
|
||||
/**
|
||||
* User - stephan
|
||||
* Date - 24.01.17
|
||||
* Time - 14:39
|
||||
* @author - Stephan Kasdorf
|
||||
* @category - [PLEASE SPECIFIY]
|
||||
* @license - BSD License
|
||||
*/
|
||||
interface IFormaction
|
||||
{
|
||||
public function getPostData();
|
||||
|
||||
public function getGetData();
|
||||
|
||||
public function getRequestData();
|
||||
|
||||
public function saveData();
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Nibiru;
|
||||
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: mithril
|
||||
* Date: 17.03.2017
|
||||
* Time: 14:27
|
||||
*/
|
||||
interface IFormfromtable
|
||||
{
|
||||
//TODO: Buld form from table
|
||||
}
|
||||
Reference in New Issue
Block a user