PHP 트레잇 Mpociot\Firebase\SyncsWithFirebase

파일 보기 프로젝트 열기: mpociot/laravel-firebase-sync

보호된 프로퍼티들

프로퍼티 타입 설명
$firebaseClient Firebase\FirebaseInterface | null

공개 메소드들

메소드 설명
bootSyncsWithFirebase ( ) Boot the trait and add the model events to synchronize with firebase
setFirebaseClient ( Firebase\FirebaseInterface | null $firebaseClient )

보호된 메소드들

메소드 설명
getFirebaseSyncData ( ) : array
saveToFirebase ( $mode )

메소드 상세

bootSyncsWithFirebase() 공개 정적인 메소드

Boot the trait and add the model events to synchronize with firebase
public static bootSyncsWithFirebase ( )

getFirebaseSyncData() 보호된 메소드

protected getFirebaseSyncData ( ) : array
리턴 array

saveToFirebase() 보호된 메소드

protected saveToFirebase ( $mode )
$mode

setFirebaseClient() 공개 메소드

public setFirebaseClient ( Firebase\FirebaseInterface | null $firebaseClient )
$firebaseClient Firebase\FirebaseInterface | null

프로퍼티 상세

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

protected FirebaseInterface,Firebase|null $firebaseClient
리턴 Firebase\FirebaseInterface | null