Files
nibiru-framework.com/core/i/engine.php

12 lines
168 B
PHP
Executable File

<?php
namespace Nibiru;
/**
* Created by PhpStorm.
* User: skasdorf
* Date: 10.05.17
* Time: 10:46
*/
interface IEngine
{
const T_ENGINE = "ENGINE";
}