Refactor project structure
This commit is contained in:
14
core/src/Classes/HistoryManager.php
Normal file
14
core/src/Classes/HistoryManager.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Thilina
|
||||
* Date: 8/20/17
|
||||
* Time: 9:31 AM
|
||||
*/
|
||||
|
||||
namespace Classes;
|
||||
|
||||
interface HistoryManager
|
||||
{
|
||||
public function addHistory($type, $refId, $field, $oldValue, $newValue);
|
||||
}
|
||||
Reference in New Issue
Block a user