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

Наследование: extends AdminOnly
Показать файл Открыть проект

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

Свойство Тип Описание
$acct Airship\Cabin\Bridge\Blueprint\UserAccounts

Открытые методы

Метод Описание
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
index ( )
manageDatabase ( )
manageExtensions ( ) Landing page for the Administrative > Extensions section
manageNotaries ( ) Landing page for the Administrative > Extensions section
manageSettings ( )

Защищенные методы

Метод Описание
addNotary ( array $channels, array $post ) : boolean Add a new notary
deleteNotary ( array $channels, array $post ) : boolean Add a new notary
loadJSONConfigFile ( string $name, string $ds = DIRECTORY_SEPARATOR ) : array Load a JSON configuration file
notaryDiscovery ( string $url ) : array Discover a new notary, grab its public key, channels, and URL
saveDatabase ( array $post = [], array $old = [] ) : boolean Write the updated JSON configuration file.
saveSettings ( array $post = [] ) : boolean Save universal settings

Описание методов

addNotary() защищенный метод

Add a new notary
protected addNotary ( array $channels, array $post ) : boolean
$channels array
$post array
Результат boolean

airshipLand() публичный метод

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

deleteNotary() защищенный метод

Add a new notary
protected deleteNotary ( array $channels, array $post ) : boolean
$channels array
$post array
Результат boolean

index() публичный метод

public index ( )

loadJSONConfigFile() защищенный метод

Load a JSON configuration file
protected loadJSONConfigFile ( string $name, string $ds = DIRECTORY_SEPARATOR ) : array
$name string
$ds string
Результат array

manageDatabase() публичный метод

public manageDatabase ( )

manageExtensions() публичный метод

Landing page for the Administrative > Extensions section
public manageExtensions ( )

manageNotaries() публичный метод

Landing page for the Administrative > Extensions section
public manageNotaries ( )

manageSettings() публичный метод

public manageSettings ( )

notaryDiscovery() защищенный метод

Discover a new notary, grab its public key, channels, and URL
protected notaryDiscovery ( string $url ) : array
$url string
Результат array

saveDatabase() защищенный метод

Write the updated JSON configuration file.
protected saveDatabase ( array $post = [], array $old = [] ) : boolean
$post array
$old array
Результат boolean

saveSettings() защищенный метод

Save universal settings
protected saveSettings ( array $post = [] ) : boolean
$post array
Результат boolean

Описание свойств

$acct защищенное свойство

protected UserAccounts,Airship\Cabin\Bridge\Blueprint $acct
Результат Airship\Cabin\Bridge\Blueprint\UserAccounts