Adding the features ui adhoc
This commit is contained in:
20
workflow/engine/classes/features/EnterpriseFeature.php
Normal file
20
workflow/engine/classes/features/EnterpriseFeature.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Features\ActionsByEnmail;
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @author gustav
|
||||
*/
|
||||
interface EnterpriseFeature
|
||||
{
|
||||
public function setup();
|
||||
public function install();
|
||||
public function enable();
|
||||
public function disable();
|
||||
}
|
||||
Reference in New Issue
Block a user