Skip to content

How to extend existing Controller #901

Answered by LukeTowers
zimbar asked this question in Q&A
Discussion options

You must be logged in to vote

See https://wintercms.com/docs/services/behaviors#dynamically-creating-methods.

\Backend\Controllers\Users::extend(function ($controller) {
    $controller->addDynamicMethod('myMethod', function () use ($controller) {
        // do stuff.
    });
});

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by bennothommo
Comment options

You must be logged in to vote
1 reply
@LukeTowers
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants