gpt4 book ai didi

symfony - 如何在 Symfony2 Controller 中获取请求类型(主/子)?

转载 作者:行者123 更新时间:2023-12-04 00:55:06 25 4
gpt4 key购买 nike

Controller 中是否有可能获取请求类型?如何?

最佳答案

要检测请求是否是主请求,需要使用 RequestStack ,它应该被注入(inject)到你的 Controller 中。请求堆栈有 3 个有用的方法

getCurrentRequest();
getMasterRequest();
getParentRequest();
getParentRequest()如果当前请求是主请求,将始终返回 null。

关于symfony - 如何在 Symfony2 Controller 中获取请求类型(主/子)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6723362/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com