프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$account |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
getOffsetAndLimit ( string $page = null, integer $per_page = 50 ) : int[] | Gets [offset, limit] based on configuration |
public airshipLand ( ) |
protected getOffsetAndLimit ( string $page = null, integer $per_page = 50 ) : int[] | ||
$page | string | |
$per_page | integer | |
리턴 | int[] |