fluidity:用于在PHP中创建流利接口的工具 源码
流动性 用于创建流畅界面的工具。 方法链接 namespace DecodeLabs \ Fluidity ; interface Then { public function then ( callable $ callback ): Then ; public function thenEach ( iterable $ values , callable $ callback ): Then ; public function thenIf (? bool $ truth , callable $ yes , callable $ no = null ): Then ; public function thenUnless (? bool $ truth , callable $ no , callable $ yes = null ): Then ;
文件列表
fluidity-develop.zip
(预估有个6文件)
fluidity-develop
.github
pull_request_template.md
112B
.vscode
tasks.json
617B
LICENSE
1KB
composer.json
1KB
src
Then.php
655B
ThenTrait.php
1KB
暂无评论