mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 20:44:03 +00:00
8a28eb1790
This reverts merge request !5
15 lines
220 B
PHP
15 lines
220 B
PHP
<?php
|
|
|
|
namespace App\Classes\Interfaces\Steps;
|
|
|
|
interface Step
|
|
{
|
|
public function getReferenceId();
|
|
|
|
public function getInitialName();
|
|
|
|
public function getFinalName();
|
|
|
|
public function getDescription();
|
|
|
|
} |