PHP 인터페이스 Namshi\Notificator\NotificationInterface

파일 보기 프로젝트 열기: namshi/notificator 0 사용 예제들

공개 메소드들

메소드 설명
getMessage ( ) : string Returns a string representation of the message transported with this notification.
getParameters ( ) : array Returns an array of parameters that are sent along with this notification.

메소드 상세

getMessage() 공개 메소드

Returns a string representation of the message transported with this notification.
public getMessage ( ) : string
리턴 string

getParameters() 공개 메소드

They are usually used by handlers to build the actual notification (ie. dynamic content in emails or smses).
public getParameters ( ) : array
리턴 array