PHP Класс Airship\Cabin\Bridge\Landing\Notary

Notary service for Airship updates
Наследование: extends LandingGear
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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