dhii / action-interface

可执行操作的接口。

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

This package is auto-updated.

Last update: 2024-09-07 03:57:58 UTC


README

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

详情

可执行操作的接口。

接口

示例

use Dhii\Action\ActionInterface;

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