removed unused files that are not needed anymore.

This commit is contained in:
Stephan Kasdorf
2018-02-05 08:25:59 +01:00
parent 86433af5bf
commit 8f7ccc8f36
4 changed files with 0 additions and 343 deletions

View File

@@ -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();
}

View File

@@ -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
}