Метод |
Описание |
|
airshipLand ( ) |
This function is called after the dependencies have been injected by
AutoPilot. Think of it as a user-land constructor. |
|
createGroup ( ) |
Create a new group for users |
|
createUser ( string $userId = '' ) |
Create a new user |
|
deleteGroup ( string $groupId = '' ) |
|
|
deleteUser ( string $userId = '' ) |
|
|
editGroup ( string $groupId = '' ) |
Edit a group's information |
|
editUser ( string $userId = '' ) |
Edit a user's information |
|
groups ( ) |
List the groups |
|
index ( ) |
List the main crew page |
|
users ( ) |
List the users |
|