如何从控制器操作中取消注册或禁用控制器插件。
class IndexController
{
public function indexAction()
{
// disable plugin here
// do some other stuff
}
}
如何从控制器操作中取消注册或禁用控制器插件。
class IndexController
{
public function indexAction()
{
// disable plugin here
// do some other stuff
}
}