dhii/action-interface

Interfaces for runnable actions.

Installs: 44

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/dhii/action-interface

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

This package is auto-updated.

Last update: 2025-10-07 06:41:22 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