summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-12-01 13:45:07 +0100
committerAndrey Andreev <narf@devilix.net>2016-12-01 13:45:07 +0100
commitdd2dcde50355c85466991caa9630a66a46626e46 (patch)
tree498964054fafbe5dbdfe55c3b05e31ffffd2b5e8 /user_guide_src/source/installation
parent9687441bc9b77514e847a5e3c56cf7e051f14be4 (diff)
Remove previously deprecated fetch_*() methods from CI_Router
Diffstat (limited to 'user_guide_src/source/installation')
-rw-r--r--user_guide_src/source/installation/upgrade_320.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide_src/source/installation/upgrade_320.rst b/user_guide_src/source/installation/upgrade_320.rst
index 469aa3429..02c78d373 100644
--- a/user_guide_src/source/installation/upgrade_320.rst
+++ b/user_guide_src/source/installation/upgrade_320.rst
@@ -132,3 +132,6 @@ The following is a list of functionalities deprecated in CodeIgniter
version 3.0.0, that have been removed in 3.2.0:
- ``CI_Input::is_cli_request()`` (use :php:func:`is_cli()` instead)
+- ``CI_Router::fetch_directory()`` (use ``CI_Router::$directory instead)
+- ``CI_Router::fetch_class()`` (use ``CI_Router::$class`` instead)
+- ``CI_Router::fetch_method()`` (use ``CI_Router::$method`` instead)