PHP 클래스 Namshi\Notificator\Notification

상속: implements Namshi\Notificator\NotificationInterface
파일 보기 프로젝트 열기: namshi/notificator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$message
$parameters

공개 메소드들

메소드 설명
__construct ( $message, array $parameters = [] ) Constructor
getMessage ( )
getParameter ( string $id ) : mixed Returns a parameter.
getParameters ( )
setMessage ( string $message ) Sets the message transported by this notification.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $message, array $parameters = [] )
$message
$parameters array

getMessage() 공개 메소드

public getMessage ( )

getParameter() 공개 메소드

Returns a parameter.
public getParameter ( string $id ) : mixed
$id string
리턴 mixed

getParameters() 공개 메소드

public getParameters ( )

setMessage() 공개 메소드

Sets the message transported by this notification.
public setMessage ( string $message )
$message string

프로퍼티 상세

$message 보호되어 있는 프로퍼티

protected $message

$parameters 보호되어 있는 프로퍼티

protected $parameters