📅  最后修改于: 2022-03-11 14:54:02.095000             🧑  作者: Mango
代码示例1
$controllerName = $this->request->getParam('controller');
// Prior to 3.4.0
$controllerName = $this->request->param('controller');