PHP Class Flarum\Event\GroupWillBeDeleted

Afficher le fichier Open project: flarum/core

Méthodes publiques

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
__construct ( Group $group, User $actor, array $data )

Method Details

__construct() public méthode

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.

Property Details

$actor public_oe property

The user who is performing the action.
public User,Flarum\Core $actor
Résultat Flarum\Core\User

$data public_oe property

Any user input associated with the command.
public array $data
Résultat array

$group public_oe property

The group that will be deleted.
public Group,Flarum\Core $group
Résultat Flarum\Core\Group