this is my plugin function.
class Plugin_name extends Plugin
function test(){
return '1';
}
}
i want to use this function in Controller file.
how can i call plugin function in Controller.
thank you.
this is my plugin function.
class Plugin_name extends Plugin
function test(){
return '1';
}
}
i want to use this function in Controller file.
how can i call plugin function in Controller.
thank you.