我知道门面是如何工作的,我可以在 Laravel 中找到完整的门面列表: https ://laravel.com/api/5.2/Illuminate/Support/Facades.html
但是我如何才能看到每个外观的所有可用功能?
如果我使用Session
Facade,我可以:
- 在 laravel 文档中查找方法 -- https://laravel.com/docs/5.2/session
- 命名空间中每个类的搜索方法
Illuminate/Session
-- https://laravel.com/api/5.2/Illuminate/Session.html
有没有更优雅的方法来查找可用功能?