felixdorn/call-method
Composer 安装命令:
composer require felixdorn/call-method
包简介
call-method
README 文档
README
Installation
Requires PHP 8.0.0+
You can install the package via composer:
composer require felixdorn/call-method
Usage
class BladeViewCompiler { protected function compileComponentString(string $value): string { return $value; } } $compiler = new BladeViewCompiler(); call($compiler, 'compileComponentString', 'value'); // returns "value"
Testing
composer test
call-method was created by Félix Dorn under the MIT license.
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-01