File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -274,18 +274,18 @@ further creates an extension point from where custom logic can be added that
274
274
works independently of which handler is being wrapped inside.
275
275
276
276
There are two kinds of save handler class proxies which inherit from
277
- :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler \\ AbstractProxy `:
278
- they are :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler \\ NativeProxy `
279
- and :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler \\ SessionHandlerProxy `.
277
+ :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Proxy \\ AbstractProxy `:
278
+ they are :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Proxy \\ NativeProxy `
279
+ and :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Proxy \\ SessionHandlerProxy `.
280
280
281
281
:class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ NativeSessionStorage `
282
282
automatically injects storage handlers into a save handler proxy unless already
283
283
wrapped by one.
284
284
285
- :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler \\ NativeProxy `
285
+ :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Proxy \\ NativeProxy `
286
286
is used automatically under PHP 5.3 when internal PHP save handlers are specified
287
287
using the ``Native*SessionHandler `` classes, while
288
- :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler \\ SessionHandlerProxy `
288
+ :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Proxy \\ SessionHandlerProxy `
289
289
will be used to wrap any custom save handlers, that implement :phpclass: `SessionHandlerInterface `.
290
290
291
291
From PHP 5.4 and above, all session handlers implement :phpclass: `SessionHandlerInterface `
You can’t perform that action at this time.
0 commit comments