RequestStack

RequestStack

class RequestStack

Request stack that controls the lifecycle of requests.

Methods

push(Request $request)

Pushes a Request on the stack.

Request|null pop()

Pops the current request from the stack.

Request|null getCurrentRequest()
登录查看完整内容