PHP 클래스 LaravelFCM\Message\PayloadNotification

상속: implements Illuminate\Contracts\Support\Arrayable
파일 보기 프로젝트 열기: brozot/laravel-fcm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$badge null | String
$body null | String
$bodyLocationArgs null | String
$bodyLocationKey null | String
$clickAction null | String
$color null | String
$icon null | String
$sound null | String
$tag null | String
$title null | String
$titleLocationArgs null | String
$titleLocationKey null | String

공개 메소드들

메소드 설명
__construct ( PayloadNotificationBuilder $builder ) PayloadNotification constructor.
toArray ( ) : array convert PayloadNotification to array

메소드 상세

__construct() 공개 메소드

PayloadNotification constructor.
public __construct ( PayloadNotificationBuilder $builder )
$builder PayloadNotificationBuilder

toArray() 공개 메소드

convert PayloadNotification to array
public toArray ( ) : array
리턴 array

프로퍼티 상세

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

protected null|String $badge
리턴 null | String

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

protected null|String $body
리턴 null | String

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

protected null|String $bodyLocationArgs
리턴 null | String

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

protected null|String $bodyLocationKey
리턴 null | String

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

protected null|String $clickAction
리턴 null | String

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

protected null|String $color
리턴 null | String

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

protected null|String $icon
리턴 null | String

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

protected null|String $sound
리턴 null | String

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

protected null|String $tag
리턴 null | String

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

protected null|String $title
리턴 null | String

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

protected null|String $titleLocationArgs
리턴 null | String

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

protected null|String $titleLocationKey
리턴 null | String