PHP 클래스 Flarum\Api\Serializer\NotificationSerializer

상속: extends AbstractSerializer
파일 보기 프로젝트 열기: flarum/core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$subjectSerializers array A map of notification types (key) to the serializer that should be used to output the notification's subject (value).
$type

공개 메소드들

메소드 설명
setSubjectSerializer ( $type, $serializer )

보호된 메소드들

메소드 설명
getDefaultAttributes ( Notification $notification )
sender ( $notification ) : Relationship
subject ( $notification ) : Relationship
user ( $notification ) : Relationship

메소드 상세

getDefaultAttributes() 보호된 메소드

protected getDefaultAttributes ( Notification $notification )
$notification Flarum\Core\Notification

sender() 보호된 메소드

protected sender ( $notification ) : Relationship
리턴 Tobscure\JsonApi\Relationship

setSubjectSerializer() 공개 정적인 메소드

public static setSubjectSerializer ( $type, $serializer )
$type
$serializer

subject() 보호된 메소드

protected subject ( $notification ) : Relationship
리턴 Tobscure\JsonApi\Relationship

user() 보호된 메소드

protected user ( $notification ) : Relationship
리턴 Tobscure\JsonApi\Relationship

프로퍼티 상세

$subjectSerializers 보호되어 있는 정적으로 프로퍼티

A map of notification types (key) to the serializer that should be used to output the notification's subject (value).
protected static array $subjectSerializers
리턴 array

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

protected $type