REFACTORING: framework cleanup, preparing for php7.4 and loading dependencies from composer
This commit is contained in:
@@ -10,8 +10,5 @@ namespace Nibiru;
|
||||
*/
|
||||
interface IAuth
|
||||
{
|
||||
const NIBIRU_SECURITY = "SECURITY";
|
||||
|
||||
public function auth( $username, $password );
|
||||
|
||||
}
|
||||
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user