PHP Class Flarum\Event\AvatarWillBeSaved

Afficher le fichier Open project: flarum/core

Méthodes publiques

Свойство Type Description
$actor Flarum\Core\User The user performing the action.
$path string The path to the avatar that will be saved.
$user Flarum\Core\User The user whose avatar will be saved.

Méthodes publiques

Méthode Description
__construct ( User $user, User $actor, string $path )

Method Details

__construct() public méthode

public __construct ( User $user, User $actor, string $path )
$user Flarum\Core\User The user whose avatar will be saved.
$actor Flarum\Core\User The user performing the action.
$path string The path to the avatar that will be saved.

Property Details

$actor public_oe property

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

$path public_oe property

The path to the avatar that will be saved.
public string $path
Résultat string

$user public_oe property

The user whose avatar will be saved.
public User,Flarum\Core $user
Résultat Flarum\Core\User