jeyroik/extas-workflow

View on GitHub
src/interfaces/workflows/transitions/dispatchers/ITransitionDispatcherSample.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace extas\interfaces\workflows\transitions\dispatchers;

use extas\interfaces\IHasClass;
use extas\interfaces\samples\ISample;

/**
 * Interface ITransitionDispatcherTemplate
 *
 * @package extas\interfaces\workflows\transitions\dispatchers
 * @author jeyroik@gmail.com
 */
interface ITransitionDispatcherSample extends ISample, IHasClass
{
}