PHP 클래스 Airship\Cabin\Bridge\Landing\Notary

Notary service for Airship updates
상속: extends LandingGear
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$chanUp Airship\Cabin\Bridge\Blueprint\ChannelUpdates
$channel string
$pk SignaturePublicKey

공개 메소드들

메소드 설명
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
index ( )
verify ( )

메소드 상세

airshipLand() 공개 메소드

This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
public airshipLand ( )

index() 공개 메소드

public index ( )

verify() 공개 메소드

public verify ( )

프로퍼티 상세

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

protected ChannelUpdates,Airship\Cabin\Bridge\Blueprint $chanUp
리턴 Airship\Cabin\Bridge\Blueprint\ChannelUpdates

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

protected string $channel
리턴 string

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

protected SignaturePublicKey $pk
리턴 SignaturePublicKey