Illuminate/Support/Traits/Conditionable

From Woozle Writes Code
< Illuminate‎ | Support
Revision as of 21:26, 4 June 2023 by Woozle (talk | contribs) (Created page with "{{fmt/title|<u>Illuminate\Support\Traits\Conditionable</u> trait}} * '''docs''': [https://laravel.com/api/10.x/Illuminate/Support/Traits/Conditionable.html official: 10.x] * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Conditionable/Traits/Conditionable.php GitHub: 10.x] * '''defined as''' <tt>trait Conditionable</tt> Purpose seems to be to allow environment-dependent logical conditions to be applied to callbacks.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Illuminate\Support\Traits\Conditionable trait

Purpose seems to be to allow environment-dependent logical conditions to be applied to callbacks.