PHP Class Airship\Cabin\Bridge\Landing\Notary

Notary service for Airship updates
Inheritance: extends LandingGear
Afficher le fichier Open project: paragonie/airship

Protected Properties

Свойство Type Description
$chanUp Airship\Cabin\Bridge\Blueprint\ChannelUpdates
$channel string
$pk SignaturePublicKey

Méthodes publiques

Méthode Description
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
index ( )
verify ( )

Method Details

airshipLand() public méthode

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

index() public méthode

public index ( )

verify() public méthode

public verify ( )

Property Details

$chanUp protected_oe property

protected ChannelUpdates,Airship\Cabin\Bridge\Blueprint $chanUp
Résultat Airship\Cabin\Bridge\Blueprint\ChannelUpdates

$channel protected_oe property

protected string $channel
Résultat string

$pk protected_oe property

protected SignaturePublicKey $pk
Résultat SignaturePublicKey