PHP Class Flarum\Core\Command\RegisterUser

Afficher le fichier Open project: flarum/core

Méthodes publiques

Свойство Type Description
$actor Flarum\Core\User The user performing the action.
$data array The attributes of the new user.

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( User $actor, array $data )
$actor Flarum\Core\User The user performing the action.
$data array The attributes of the new user.

Property Details

$actor public_oe property

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

$data public_oe property

The attributes of the new user.
public array $data
Résultat array