PHP Class Flarum\Event\GroupWillBeSaved

Datei anzeigen Open project: flarum/core

Public Properties

Property Type Description
$actor Flarum\Core\User The user who is performing the action.
$data array The attributes to update on the group.
$group Flarum\Core\Group The group that will be saved.

Public Methods

Method Description
__construct ( Group $group, User $actor, array $data )

Method Details

__construct() public method

public __construct ( Group $group, User $actor, array $data )
$group Flarum\Core\Group The group that will be saved.
$actor Flarum\Core\User The user who is performing the action.
$data array The attributes to update on the group.

Property Details

$actor public_oe property

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

$data public_oe property

The attributes to update on the group.
public array $data
return array

$group public_oe property

The group that will be saved.
public Group,Flarum\Core $group
return Flarum\Core\Group