jeyroik/extas-operations

此包最新版本(1.1.0)没有提供许可信息。

抽象操作包

1.1.0 2020-08-21 12:52 UTC

This package is auto-updated.

Last update: 2024-09-21 22:22:00 UTC


README

tests codecov.io PHPStan Enabled

描述

包含抽象操作模型的包,可以通过使用参数和标签来定制以满足特定需求。

使用

use extas\components\operations\Operation;
$operation = new Operation();
$operation->run('arg1', '...', 'argN');