RSS Feed/News How to call function from specific class in setup

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,691
Points
823

Reputation:

I need to call a function from my class during the uninstall process.

How can I do that?

Code:

Code:
public function uninstallStep1()
    {
        \XF::app()->actionRemove();
    }

Continue reading...
 
Status
Not open for further replies.
Top