-
-
Notifications
You must be signed in to change notification settings - Fork 5
pipe() method #116
Copy link
Copy link
Open
Labels
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Proposed new feature or change
Based on yiisoft/yii-widgets#147
Adds
pipe(callable $callback)widgets via trait or directly toWidgetclass. Passes the widget through the callback and returns the result, keeping the fluent chain intact.Reusable configuration (themes, style presets) can be extracted into callables and composed without subclassing.