Files
nibiru-framework.com/core/i/formfromtable.php
2017-06-16 12:21:21 +02:00

14 lines
171 B
PHP

<?php
namespace Nibiru;
/**
* Created by PhpStorm.
* User: mithril
* Date: 17.03.2017
* Time: 14:27
*/
interface IFormfromtable
{
//TODO: Buld form from table
}