diff options
author | David Behler <mail@davidbehler.de> | 2011-08-14 23:52:48 +0200 |
---|---|---|
committer | David Behler <mail@davidbehler.de> | 2011-08-14 23:52:48 +0200 |
commit | cda768a957172d5da7aa7637337405c39e0f774d (patch) | |
tree | 02f91db0adda925741180c81637a94ca50e03617 /system/core/Model.php | |
parent | 209b2cf0feac54b4e4fd4c3896524cfc65bf8a46 (diff) |
Added some docs to CI core files
Diffstat (limited to 'system/core/Model.php')
-rwxr-xr-x[-rw-r--r--] | system/core/Model.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Model.php b/system/core/Model.php index 8566a0b66..e15ffbebc 100644..100755 --- a/system/core/Model.php +++ b/system/core/Model.php @@ -42,6 +42,7 @@ class CI_Model { * Allows models to access CI's loaded classes using the same * syntax as controllers. * + * @param string * @access private */ function __get($key) |