PHP备忘:yii2 中获取模块名 控制器名 方法名的方法 Yii2 获取模块名、控制器名、方法名 在视图中: 模块名 $this->context->module->id 控制器名 $this->context->id 方法名 $this->context->acti... 11043℃