fluidity:用于在PHP中创建流利接口的工具

时间:2024-04-07 17:55:03
【文件属性】:

文件名称:fluidity:用于在PHP中创建流利接口的工具

文件大小:4KB

文件格式:ZIP

更新时间:2024-04-07 17:55:03

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
----.github()
--------pull_request_template.md(112B)
----.vscode()
--------tasks.json(617B)
----LICENSE(1KB)
----composer.json(1KB)
----src()
--------Then.php(655B)
--------ThenTrait.php(1KB)

网友评论