PHP 클래스 Flarum\Event\NotificationWillBeSent

파일 보기 프로젝트 열기: flarum/core

공개 프로퍼티들

프로퍼티 타입 설명
$blueprint Flarum\Core\Notification\BlueprintInterface The blueprint for the notification.
$users array The users that the notification will be sent to.

공개 메소드들

메소드 설명
__construct ( Flarum\Core\Notification\BlueprintInterface $blueprint, array &$users )

메소드 상세

__construct() 공개 메소드

public __construct ( Flarum\Core\Notification\BlueprintInterface $blueprint, array &$users )
$blueprint Flarum\Core\Notification\BlueprintInterface
$users array

프로퍼티 상세

$blueprint 공개적으로 프로퍼티

The blueprint for the notification.
public BlueprintInterface,Flarum\Core\Notification $blueprint
리턴 Flarum\Core\Notification\BlueprintInterface

$users 공개적으로 프로퍼티

The users that the notification will be sent to.
public array $users
리턴 array