Skip to content

Commit

Permalink
add info who is encapsulating calls
Browse files Browse the repository at this point in the history
  • Loading branch information
franzholz authored Feb 5, 2025
1 parent dff8dad commit ef71394
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ retrieve information in an object-oriented way.
For creating :php:`UserSession` objects the :php:`UserSessionManager` must be used
since this manager acts as the main factory for user
sessions and therefore handles all necessary tasks like fetching, evaluating
and persisting them. Effectively encapsulating all calls to the
:php:`SessionManager` which is used for the
and persisting them. It effectively encapsulates all calls to the
:php:`SessionManager` which is used for the
:ref:`session backend <session-storage>`.


Expand Down

0 comments on commit ef71394

Please sign in to comment.