summaryrefslogtreecommitdiff
path: root/html/app/models/admin
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-27 03:19:43 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-27 03:19:43 +0300
commitfa7303bc99ed56e6770928d59e16ee3306e26750 (patch)
tree68e475e778764d1d50d16375567995432b3fd15f /html/app/models/admin
parente32735e01bab8f73ce0fb0413254cfd8e18249e2 (diff)
downloadclassroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.gz
classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.bz2
classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.zip
several tests on user_manager extension
Diffstat (limited to 'html/app/models/admin')
-rw-r--r--html/app/models/admin/User_model.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/html/app/models/admin/User_model.php b/html/app/models/admin/User_model.php
index 80ce113..583d4d9 100644
--- a/html/app/models/admin/User_model.php
+++ b/html/app/models/admin/User_model.php
@@ -13,9 +13,12 @@ class User_model
* @param $indexKey (string) : key for user identification
* @param $value (string)
*
- * NOTE: $indexKey MUST BE a unique key
+ * NOTE:
+ * $indexKey MUST BE a unique key identilieng the user
+ * ex. username, email, etc ...
*
* @return $user : [array] or false
+ *
*/
public static function checkUser($indexKey, $value)
{