diff options
author | Heesung Ahn <ahn.heesung@gmail.com> | 2015-03-19 15:27:58 +0100 |
---|---|---|
committer | Heesung Ahn <ahn.heesung@gmail.com> | 2015-03-19 15:27:58 +0100 |
commit | c51e9e5e2ca4c39d563a02723e2143cfa9912d94 (patch) | |
tree | f15743b528d194657536e856d2bb55909f98c2a6 | |
parent | c44a656649ca4d198f29ea1f07fe0174ce832ccc (diff) | |
parent | f4cb8f9590c9d02d228b0ab67be6ac0ca51e0087 (diff) |
Merge origin/develop into UnitTest_ipaddress
-rw-r--r-- | user_guide_src/source/libraries/sessions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst index 51ecc03bd..2317f8560 100644 --- a/user_guide_src/source/libraries/sessions.rst +++ b/user_guide_src/source/libraries/sessions.rst @@ -836,7 +836,7 @@ Class Reference .. note:: This method is DEPRECATED. Use ``userdata()`` with no parameters instead. - .. php:method:: &get_usedata() + .. php:method:: &get_userdata() :returns: A reference to ``$_SESSION`` :rtype: array @@ -1053,4 +1053,4 @@ Class Reference $this->session->foo = 'bar'; // Results in: - // $_SESSION['foo'] = 'bar';
\ No newline at end of file + // $_SESSION['foo'] = 'bar'; |