PHP 클래스 Flarum\Core\Command\DeleteGroup

파일 보기 프로젝트 열기: flarum/core

공개 프로퍼티들

프로퍼티 타입 설명
$actor Flarum\Core\User The user performing the action.
$data array Any other group input associated with the action. This is unused by default, but may be used by extensions.
$groupId integer The ID of the group to delete.

공개 메소드들

메소드 설명
__construct ( integer $groupId, User $actor, array $data = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( integer $groupId, User $actor, array $data = [] )
$groupId integer The ID of the group to delete.
$actor Flarum\Core\User The user performing the action.
$data array Any other group input associated with the action. This is unused by default, but may be used by extensions.

프로퍼티 상세

$actor 공개적으로 프로퍼티

The user performing the action.
public User,Flarum\Core $actor
리턴 Flarum\Core\User

$data 공개적으로 프로퍼티

Any other group input associated with the action. This is unused by default, but may be used by extensions.
public array $data
리턴 array

$groupId 공개적으로 프로퍼티

The ID of the group to delete.
public int $groupId
리턴 integer