diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-19 12:54:53 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-19 12:54:53 +0100 |
commit | 10411fc94395bdf217e8bbae61e0af3a73d37325 (patch) | |
tree | c6cdf4ecb1374d2534bc2b6a319b4ea78fdba475 /system/libraries/Session/Session.php | |
parent | 052c02fb042a307c689441ef32ef23e8451a3136 (diff) |
[ci skip] feature/session (#3073): Add missing method docblocks
Diffstat (limited to 'system/libraries/Session/Session.php')
-rw-r--r-- | system/libraries/Session/Session.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php index 4a96aa6b1..5c61002a6 100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php @@ -179,6 +179,16 @@ class CI_Session { // ------------------------------------------------------------------------ + /** + * CI Load Classes + * + * An internal method to load all possible dependency and extension + * classes. It kind of emulates the CI_Driver library, but is + * self-sufficient. + * + * @param string $driver Driver name + * @return string Driver class name + */ protected function _ci_load_classes($driver) { // PHP 5.4 compatibility |