Flarum\Core\Command\ReadAllNotifications::__construct PHP Метод

__construct() публичный Метод

public __construct ( User $actor )
$actor Flarum\Core\User The user performing the action.
    public function __construct(User $actor)
    {
        $this->actor = $actor;
    }
ReadAllNotifications