PHP 클래스 Airship\Cabin\Bridge\Landing\Crew

상속: extends AdminOnly, use trait Airship\Engine\Bolt\Get
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$account Airship\Cabin\Bridge\Blueprint\UserAccounts

공개 메소드들

메소드 설명
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

메소드 상세

airshipLand() 공개 메소드

This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
public airshipLand ( )

createGroup() 공개 메소드

Create a new group for users
public createGroup ( )

createUser() 공개 메소드

Create a new user
public createUser ( string $userId = '' )
$userId string

deleteGroup() 공개 메소드

public deleteGroup ( string $groupId = '' )
$groupId string

deleteUser() 공개 메소드

public deleteUser ( string $userId = '' )
$userId string

editGroup() 공개 메소드

Edit a group's information
public editGroup ( string $groupId = '' )
$groupId string

editUser() 공개 메소드

Edit a user's information
public editUser ( string $userId = '' )
$userId string

getOffsetAndLimit() 보호된 메소드

Gets [offset, limit] based on configuration
protected getOffsetAndLimit ( string $page = null, integer $per_page = 50 ) : int[]
$page string
$per_page integer
리턴 int[]

groups() 공개 메소드

List the groups
public groups ( )

index() 공개 메소드

List the main crew page
public index ( )

users() 공개 메소드

List the users
public users ( )

프로퍼티 상세

$account 보호되어 있는 프로퍼티

protected UserAccounts,Airship\Cabin\Bridge\Blueprint $account
리턴 Airship\Cabin\Bridge\Blueprint\UserAccounts