REFACTORING: framework cleanup, preparing for php7.4 and loading dependencies from composer

This commit is contained in:
Stephan Kasdorf
2019-11-03 22:06:50 +01:00
parent 236f94bb70
commit 70dccc3f15
615 changed files with 219 additions and 76798 deletions

View File

@@ -10,8 +10,5 @@ namespace Nibiru;
*/
interface IAuth
{
const NIBIRU_SECURITY = "SECURITY";
public function auth( $username, $password );
}

View File

@@ -9,8 +9,4 @@ namespace Nibiru;
interface IEngine
{
const T_ENGINE = "ENGINE";
const T_ENGINE_NAME = "name";
const T_ENGINE_TWIG = "Twig";
const T_ENGINE_SMARTY = "Smarty";
const T_ENGINE_DWOO = "Dwoo";
}