dhii/action-interface

Interfaces for runnable actions.

dev-develop / 0.1.x-dev 2018-05-25 14:18 UTC

This package is auto-updated.

Last update: 2024-04-07 02:59:35 UTC


README

Build Status Code Climate Test Coverage Latest Stable Version Latest Unstable Version This package complies with Dhii standards

Details

Interfaces for runnable actions.

Interfaces

Example

use Dhii\Action\ActionInterface;

/** @var ActionInterface $action */
$action->run(); // Does something