PHP 클래스 Flarum\Event\GroupWillBeDeleted

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

공개 프로퍼티들

프로퍼티 타입 설명
$actor Flarum\Core\User The user who is performing the action.
$data array Any user input associated with the command.
$group Flarum\Core\Group The group that will be deleted.

공개 메소드들

메소드 설명
__construct ( Group $group, User $actor, array $data )

메소드 상세

__construct() 공개 메소드

public __construct ( Group $group, User $actor, array $data )
$group Flarum\Core\Group The group that will be deleted.
$actor Flarum\Core\User The user performing the action.
$data array Any user input associated with the command.

프로퍼티 상세

$actor 공개적으로 프로퍼티

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

$data 공개적으로 프로퍼티

Any user input associated with the command.
public array $data
리턴 array

$group 공개적으로 프로퍼티

The group that will be deleted.
public Group,Flarum\Core $group
리턴 Flarum\Core\Group