UserGroup Doc
This commit is contained in:
parent
d17829031c
commit
5c9477ce17
@ -17,6 +17,10 @@ use UElearning\Database;
|
|||||||
*
|
*
|
||||||
* 範例:
|
* 範例:
|
||||||
*
|
*
|
||||||
|
* require_once __DIR__.'/../config.php';
|
||||||
|
* require_once UELEARNING_LIB_ROOT.'/User/UserGroup.php'
|
||||||
|
* use UElearning\User;
|
||||||
|
*
|
||||||
* try {
|
* try {
|
||||||
* $group = new User\UserGroup('testG');
|
* $group = new User\UserGroup('testG');
|
||||||
* echo $group->getName();
|
* echo $group->getName();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user